I'd like to use the external library with TikZ. There I want to use the "up to date check". But when activating the key in this minimal example I got the error:
! Package pgfkeys Error: I do not know the key '/tikz/external/up to date check' and I am going to ignore it. Perhaps you misspelled it.
This is the minimal example I used:
\documentclass{scrreprt}
\usepackage[T1]{fontenc}
\usepackage{selinput}
\SelectInputMappings{
adieresis={ä},
germandbls={ß},
Euro={€},
}
\usepackage{tikz}
\usetikzlibrary{external}
\tikzexternalize[ prefix=figures/
%, up to date check=md5
%, force remake
]
\begin{document}
\tikzsetnextfilename{circle}
\begin{tikzpicture}
\node[draw, circle, minimum width=2cm, red] {};
\draw (0, 0) -- (1, 1);
\end{tikzpicture}
\end{document}
I updated my MiKTeX distribution, but nothing changes.
pgfmanualCVS2012-11-04.pdf(http://www.texample.net/media/pgf/builds/pgfmanualCVS2012-11-04.pdf) on page 405. – Dirk Nov 26 '12 at 11:01\tikzsetexternalprefix{figures/, up to date check=md5, force remake}instead of\tikzexternalize[ prefix=figures/,up to date check=md5, force remake]work for you? – hpesoj626 Nov 26 '12 at 11:13\listfileswhether my manual installation was successful? – Dirk Nov 26 '12 at 13:23