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

Support for parallel compliation of minted #59

Closed koppor closed 8 years ago

koppor commented 8 years ago

minted is a modern latex package to render source code using the pygments library. Similar to TikZ, parallel compilation could also support minted.

akerbos commented 8 years ago

Have you tried writing the extension yourself? I have no idea how hard that is as not-myself. :)

If minted can be run without shell-escape (similar to Biber etc) then this should be easy to adapt from existing extensions.

koppor commented 8 years ago

minted definitely requires -shell-escape :see_no_evil:

akerbos commented 8 years ago

Too bad; I can't parallelize that then. It's only possible for tools that can be run externally between runs.