I'm having trouble getting the tikz-cd package working. My MWE is
\documentclass{standalone}
\usepackage{tikz}
\usepackage{tikz-cd}
\begin{document}
hello world
\end{document}
This results in an error
LaTeX Warning: You have requested, on input line 17, version
`2013/12/13' of package tikz,
but only version
`2010/10/13 v2.10 (rcs-revision 1.76)'
is available.
(/home/babadook/texmf/tex/generic/tikz-cd/tikzlibrarycd.code.tex
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.co de.tex)
! I can't find file `tikzlibraryquotes.code.tex'.
<argument> ...nput tikzlibrary\pgf@temp .code.tex
\catcode `\@ =\csname tikz...
l.18 \usetikzlibrary{matrix,quotes,arrows.meta}
(Press Enter to retry, or Control-D to exit)
Please type another input file name
! Emergency stop.
<argument> ...nput tikzlibrary\pgf@temp .code.tex
\catcode `\@ =\csname tikz...
l.18 \usetikzlibrary{matrix,quotes,arrows.meta}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on foo.log.
LaTeX exited abnormally with code 1 at Tue Mar 31 13:13:42
It looks like I'm using a dated version of tikz but I'm not sure how to update the package.
I'm using Ubuntu 14.04.
tikz-cdwhich does not require those new libraries of TikZ. Or try to find the code of the libraryquotesand copy it into your version oftikz-cdreplacing the call of\usetikzlibrary{quotes}– LaRiFaRi Apr 10 '15 at 07:15