I'm having a problem in changing the size of the arrow heads in tikZ. I've found different solutions online, but none of those seem to work for me. The only related packages I use are
tikz
and from the libraries arrows
. An example of what I'm trying to do is this.
Code: Select all
\begin{tikzpicture}
\draw [->,'change arrow size'] (0,0) -- (1,1)
\end{tikzpicture}
arrowhead=size
, but that doesn't seem to work for me. In other posts the command \arrow[options]
is used, but it seems to me that this is not applicable to what I'm trying to do (unless I misunderstood the way it is used).I hope someone can solve this, it would be of huge help to me.
Matthias