在他的論文中“Coxeter 組中的反射扶正器「 Allcock 包括(在第4 節中)下面表格的Coxeter 圖表。我也想在我的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}
}%
$$