그의 논문에서 "Coxeter 그룹의 반사 집중화 장치" Allcock은 아래 형식의 Coxeter 그래프를 섹션 4에 포함했습니다. 또한 내 Latex 문서에 이와 같은 그래프를 그리고 싶지만 어떤 패키지를 사용해야 할지(그리고 어떻게 해야 하는지) 모르겠습니다. (보통 다운로드할 수 있습니다. arxiv에 있는 논문의 .tex 파일을 가져왔지만 어떻게든 그렇게 하지 못했습니다.)
누군가 좋은 제안이 있나요?
답변1
언급된 논문의 tex 소스는 링크에서 확인할 수 있습니다.https://arxiv.org/e-print/1106.3822v2웹페이지에서https://arxiv.org/format/1106.3822v2. .tex
다운로드한 파일에 파일 확장자를 추가해야 할 수도 있습니다 .
tex 소스는 그래프가 다음에 의해 그려지는 것을 보여줍니다 pstricks
.
The second example is $D_{n\geq6}$, which has $n-1$ arrow classes (starting at line 1401):
$$
% D7 diagram, with arrows. origin at branch point, long arm to right
\raisebox{-.45\height}{%
\begin{pspicture*}(-100,-104)(408,104)
\solid{0}{0}
\solid{-50}{87}
\solid{-50}{-87}
\solid{100}{0}
\solid{200}{0}
\solid{300}{0}
\solid{400}{0}
\single{0}{0}{400}{0}
\single{0}{0}{-50}{87}
\single{0}{0}{-50}{-87}
\dbldown{100}{0}{$d$}
\dbldown{200}{0}{$e$}
\dbldown{300}{0}{$f$}
\Lthird{0}{0}{$a$}
\URthird{0}{0}{$b$}
\LRthird{0}{0}{$c$}
\end{pspicture*}
}%
\quad\to\quad
\raisebox{-.45\height}{%
\begin{pspicture}(-108,-104)(208,104)
% D5
\solid{0}{0}
\solid{-50}{87}
\solid{-50}{-87}
\solid{100}{0}
\solid{200}{0}
\single{0}{0}{200}{0}
\single{0}{0}{-50}{87}
\single{0}{0}{-50}{-87}
\rput[r](-62,87){$b$}
\rput[r](-62,-87){$c$}
\rput[r](-15,0){$d$}
\rput[b](100,14){$e$}
\rput[b](200,14){$f$}
% A1
\solid{-100}{0}
\rput[b](-100,14){$a$}
\end{pspicture}
}%
$$