reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

TikZ externalization may have to be run after second engine run #58

Open reitzig opened 8 years ago

reitzig commented 8 years ago

When using externalized references into pgfplots graphics, we only know after one run of the engine, externalization of the graphics, and then another run of the engine that we have to compile more externalized graphics (the small icons).

This is okay-ish when using daemon mode -- from the second run on, all will be fine -- but without and with -c we can't get the correct result.

There is currently no facility to rerun extensions, or run them after any engine run but the first. Apparently, we need to have such.

akerbos commented 8 years ago

The engine can now prompt reruns -- if it can figure out when to rerun!