A stupid simple python script to compile standalone TikZ figures in parallel.
This is designed for large LaTeX projects where many TikZ figures are compiled independently and benefit from parallel execution.
- Parallel compilation of
standaloneTikZ figures - Preserves directory structure between source and output
- Recompiles only modified figures
- Simple implementation, no external Python dependencies
Python>=3.8lualatex, tested withTexLive
python compileTikzParallel.py figs/src figs/out -j 8