[tex-live] tikz libraries

Axel E. Retif axel.retif at mac.com
Thu Aug 20 15:32:54 CEST 2009


On  19 Aug, 2009, at 06:52, Marcin Szamotulski wrote:

> Hello,
>
> I found that there is a missing file in one of texlive packages (pgf):
> 	tikzlibrarypathreplacing.code.tex
> Making a symlink from the file
> 	tikzlibrarydecorations.pathreplacing.code.tex

You have to

\usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing}

So your example should be

\documentclass{article}
	\usepackage{tikz}
	\usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing}
\begin{document}
	\begin{center}
		\begin{tikzpicture}
		\draw[decorate,decoration={zigzag}] 	(0cm,0cm) -- (0cm,-2cm);
		\draw[decorate,decoration=brace] 	(1cm,0cm) -- (1cm,-2cm);
		\end{tikzpicture}
	\end{center}
\end{document}


Best,

Axel



More information about the tex-live mailing list