I am writing a document using Pandoc and I'm visualizing it by compiling to PDF, since that's the end format that the document is going to have.
When the file was small it was very fast, but now that I have several figures, a lot of text, bibliography, etc., the compilation takes about 5 to 7 seconds every time. Is there a way to speed up that process?
Some thoughts:
fast.latex
template that I'm using with as few options/packages as possiblepdflatex
twice and also bibtex
, which sometimes is not necessary.So if speeding up a "full" compilation isn't possible, at least there should be a way to tell Pandoc to use only one pdflatex
for times you don't change anything but some text (I think).
I can think of a few things:
pandoc -o out.tex && pdflatex out.tex
pandoc -t html5 -o out.pdf
pandoc -t context -o out.pdf
pandoc --latex-engine xelatex
pdflatex -draftmode
or outputting to dvi. (see Speeding up LaTeX compilation)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With