halamalala / inkscape2tikz

Automatically exported from code.google.com/p/inkscape2tikz
Other
22 stars 2 forks source link

Additional option if switches #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add a latex-\if to all layers and objects to allow later switch on/off 
visibility of the layer or object. This is useful for making presentations with 
beamer class, where you switch on layers one after another.

E.g.
\iftikz@layerid
 \iftikz@pathida
   \path...
 \fi
 \iftikz@pathidb
   \path...
 \fi
\fi

Original issue reported on code.google.com by gree...@gmx.de on 18 Dec 2012 at 10:36