1
WinFIG and LaTeX / Re: Problem with special text and export
« on: March 12, 2017, 10:07:23 AM »
I think I got somewhere. The following envelope seems to work:
Make sure that you do not scale when exporting (as this seems to mess up a lot). If there is one day a better export function to PNG I will welcome it with open arms. In the meantime this does the Job for me.
Thanks for the help.
Martin
Code: [Select]
\documentclass[11pt]{standalone}
\usepackage{xcolor}
\usepackage[pdftex]{graphicx}
\pagestyle{empty}
\begin{document}
\input{\jobname_temp.pdftex_t}
\end{document}
Make sure that you do not scale when exporting (as this seems to mess up a lot). If there is one day a better export function to PNG I will welcome it with open arms. In the meantime this does the Job for me.
Thanks for the help.
Martin