Re: Script to export all views from all pages of the Ipe drawing

Wojciech Zabolotny via Ipe-discuss <ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected]> Sun, 13 May 2018 22:42:11 +0200
Newsgroups gmane.comp.graphics.ipe.general
Message-ID <CAMduVEdR_gytf5fdCxYog4RiH2NNYDrWdEiw_iqRS2_mQvp5DA@mail.gmail.com>
The first version of my script does not properly export LaTeX objects.
It is necessary to add doc:runLatex right after loading of the IPE drawing:

doc = ipe.Document(fname)
doc:runLatex()

After that modification, LaTeX equations and texts are rendered correctly.
-- 
Regards,
Wojtek