불완전한 TQFT 다이어그램 및 불필요한 공간

불완전한 TQFT 다이어그램 및 불필요한 공간

나는 cobordism을 그리기 위해 Andrew Stacey의 패키지를 사용하고 있습니다.이 질문을 참조하세요) 두 가지 질문이 있습니다.

첫째로, 아래와 같은 그림을 어떻게 그릴 수 있나요? 정확히 말하면 어떻게 만들 것인가?지방cobordism, 들어오고 나가는 일부누락된 경계 조각, 즉 그려지지 않았지만 수직 점으로 암시되었습니까?

여기에 이미지 설명을 입력하세요

둘째, 반대쪽 바지 아래에 있는 여분의 공간을 어떻게 제거합니까? 괄호에 영향을 미칩니다

\documentclass{article}
\usepackage{tikz}
\usepackage{tqft}
\begin{document}
\[
S_M\left(\quad
\begin{tikzpicture}[tqft/flow=east]
    \node[draw, tqft, reverse pair of pants, boundary lower style={draw,dashed}] (A) {};
    \node[tqft boundary circle,draw] at (A.outgoing boundary 1) {};
\end{tikzpicture}
\quad\right)=\bullet
\]
\end{document}

답변1

충분히 가까워요...

\documentclass{article}
\usepackage{tikz}
    \usetikzlibrary{tqft}
\begin{document}
\[
    p\left\{\vphantom{\vrule height80pt}\right.
    \begin{tikzpicture}[baseline=57pt,ultra thick,red]
        \pic[
            tqft,rotate=90,
            cobordism height=70pt,boundary separation=30pt,
            cobordism edge/.style={draw},
            incoming boundary 2/.style={dotted},
            incoming upper boundary component 2/.style={dotted},
            incoming lower boundary component 2/.style={dotted},
            incoming boundary 3/.style={dotted},
            between outgoing 2 and 3/.style={dotted},
            outgoing upper boundary component 2/.style={dotted},
            outgoing lower boundary component 2/.style={dotted},
            between outgoing 1 and 2/.style={dotted},
            incoming boundary components=5,
            outgoing boundary components=4,offset=.5,
            every upper boundary component/.style={draw},
            every lower boundary component/.style={draw,thin},
            genus=3,
            hole 1/.style={rotate=-90,shift={(0pt,130pt)}},
            hole 2/.style={rotate=-90,shift={(-20pt,100pt)}},
            hole 3/.style={rotate=-90,shift={(-60pt,60pt)}},]{};
    \end{tikzpicture}
    \left.\vphantom{\vrule height60pt}\right\}q
\]
\end{document}

관련 정보