|
|
|
|
|
by balddenimhero
1430 days ago
|
|
Similar to the experiences of other commenters, I find the LaTeX edit-compile-review cycle to only grow unreasonably slow when none of the incremental compilation features are used. For larger documents I recommend (i) splitting the document to leverage the \include and \includeonly commands, and (ii) using the Tikz library "external" to avoid the unnecessary recompilation of unchanged graphics. PGF/TikZ is often a bottleneck. I agree though that it would be nice if the compilation (esp. from scratch) were generally faster. |
|