anriseth / baposter

Automatically exported from code.google.com/p/baposter
GNU General Public License v3.0
14 stars 2 forks source link

tikz library snake is deprecated, use decorations instead #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My pdflatex (texlive 2008) complains that 
\usetikzlibrary{snakes}
is deprecated:

Package tikz Warning: Snakes have been superseded by decorations. Please
use the decoration libraries instead of the snakes library on input line 14.

The warning disappears when this line is replaced by
\usetikzlibrary{decorations}
and there seems to be no visible change, at least in the example poster.

Original issue reported on code.google.com by johandr...@gmail.com on 25 Mar 2010 at 11:21

GoogleCodeExporter commented 8 years ago
I applied the fix, but I have not checked the implications.

Original comment by brian.amberg@gmail.com on 5 Jul 2010 at 7:23