根据手册,\grEmptyPath
应该form=2
绘制一条垂直路径。但是,路径似乎只是向左移动了一段距离。这是 中的错误tkz-berge
,还是我做错了什么?下面是一个例子。
\documentclass{article}
\usepackage{tkz-berge}
\begin{document}
\begin{tikzpicture}
\grEmptyPath[RA=1]{4}
\grEmptyPath[prefix=b,RA=1,RS=1]{4}
\end{tikzpicture}
\qquad
\begin{tikzpicture}
\grEmptyPath[form=2,RA=1]{4}
\grEmptyPath[prefix=b,RA=1,RS=1]{4}
\end{tikzpicture}
\end{document}