I have an up-to-date MikTeX 2.9 installation with tikz/pgf 3.0, but trying to compile
\documentclass[tikz,border=0.125cm]{standalone}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{tikzpicture}[line width=4pt]
\draw [red!50!black, -Stealth] (0,0) -- (3,0);
\draw [green!50!black, -{Stealth[slant=-0.5]}] (0,1) -- (3,1);
\draw [blue!50!black, {Square[slant=-0.5,length=\the\pgflinewidth]}-{Stealth[slant=-0.5]}] (0,2) -- (3,2);
\end{tikzpicture}
\end{document}
(taken from TikZ: configuring arrow tip appearance not working according to documentation) gives 906 errors beginning with
! Undefined control sequence.
l.28 \pgfarrowsaddtolengthscalelist
\pgfarrowlength
The arrows.meta library has
\ProvidesFileRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/generic/pgf/libraries/pgflibraryarrows.meta.code.tex,v 1.12 2013/12/13 15:11:58 tantau Exp $
in its header. What am I doing wrong?
EDIT: In the end it says
! I can't find file `tikzlibrary.code.tex'.
Where do I get this file from and where shall I put it? I don't find it in the zip file from sourceforge.
\listfilesto your preamble, recompile, and take a look at the.logfile. You can add the bits from*File List*to***********(near the end of the file) to your question for us to compare. – Paul Gessler Mar 14 '14 at 20:21