rstudio/tinytex

Potential feature - accelerated compilation

Open

#214 geöffnet am 22. Mai 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)R (125 Forks)batch import
help wanted

Repository-Metriken

Stars
 (1.120 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I recently came across this question on SE, where someone has managed to make pdflatex much faster (particularly for large documents) by "pre-compiling" the preamble. The accepted answer mentions that there's a package mylatexformat that can assist in this process. I was wondering if you thought it might be a feature worth introducing to tinytex? I wonder, also, if a similar approach might work with xelatex, as that compiles noticeably slower than pdflatex, although I don't really know why so maybe this won't help.

Contributor Guide