关于Latex中,tikz画图的问题,程序如下,出现了错误,求大神解答缘由
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于Latex中,tikz画图的问题,程序如下,出现了错误,求大神解答缘由相关的知识,希望对你有一定的参考价值。
\documentclassarticle
\usepackagetikz
\begindocument
\begintikzpicture[->,>=stealth',auto,node distance=7em, thick]
\node (X) X;
\node (Y) [right of=X] Y;
\node (T) [above right of=Y] T;
\node (Z) [right of=Y] Z;
\draw (X) -- (Y) node[midway, above] a;
\draw (Y.20) -- (Z.160) node[midway, above] b;
\draw (Z.200) -- (Y.-20) node[midway, below] c;
\draw (T.205) -- (Y.75) node[midway, above] d;
\draw (Y.35) -- (T.245) node[midway, below] e;
\endtikzpicture
\enddocument
出现的错误是:
! Package pgf Error: Unknown arrow tip kind 'stealth''.
See the pgf package documentation for explanation.
Type H <return> for immediate help.
...
l.6 ...>,>=stealth',auto,node distance=7em, thick]
?
多了个'
改成,>=stealth,
以上是关于关于Latex中,tikz画图的问题,程序如下,出现了错误,求大神解答缘由的主要内容,如果未能解决你的问题,请参考以下文章