Hi,
I'm trying to automate some fairly heavy LaTeX-minted (i.e. .texw) GIS reports with Pweave, and am ending up with some large (>100MB) PDF documents as a result of having complex geographic polygons in the figures (maps drawn by Geopandas).
I tried switching Pweave to get matplotlib to output png figures instead (as would be default for rst documents), but get the message
$ pweave -f texminted -g png thedoc.texw
figformat option is not implemented for Pweave >= 0.3
This change doesn't appear to have made it into the latest release notes, and I wonder if there any other way I can get pweave to output png graphics?
Thanks,
Chris
Hi,
I'm trying to automate some fairly heavy LaTeX-minted (i.e. .texw) GIS reports with Pweave, and am ending up with some large (>100MB) PDF documents as a result of having complex geographic polygons in the figures (maps drawn by Geopandas).
I tried switching Pweave to get matplotlib to output png figures instead (as would be default for rst documents), but get the message
This change doesn't appear to have made it into the latest release notes, and I wonder if there any other way I can get pweave to output png graphics?
Thanks,
Chris