[Ipe-discuss] Script to export all views from all pages of the Ipe drawing

Wojciech Zabolotny wzab01 at gmail.com
Sun May 13 22:42:11 CEST 2018


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


More information about the Ipe-discuss mailing list