Friday, November 18, 2016

LaTeX and SVG

To transform XeLaTeX-generated pdfs into scalable vector graphics, the tool pdf2svg does the magic:

pdf2svg foo.pdf foo.svg

To get single pdf images through tikz, it may be enough to just set

\thispagestyle{empty}

in the preamble.