Tagged Questions
6
votes
2answers
142 views
latexmk endless loop when non-PDF outputs are specified
My source file is based on the standalone package. The \documentclass command specifically looks like this:
\documentclass[preview, convert={density=300}]{standalone}
If the source file is named ...
17
votes
1answer
667 views
ultrafast pdflatex with precompiling
I try to improve the time pdflatex needs to compile my book.
Really working example
book.tex
%&preamble
\begin{document}
Hi
\end{document}
and
preamble.tex
\documentclass{article}
I run ...
12
votes
1answer
648 views
texify or latexmk?
MiKTeX 2.9 comes with both and they apparently do the same thing. I was wondering what the difference between them is (if any) and which one is preferable for large documents.
6
votes
1answer
476 views
Latexmk can't see a dependency on a .fmt format file
I'm using latex on a small netbook, and with average-sized files (~150 pages at the moment) compilation is already pretty slow. So I am looking for every way to speed up the compilation.
In this ...
3
votes
1answer
374 views
latexmk -pvc option breaks when compiling beamer class
latexmk is the tool I'm using to compile my documents, and the -pvc option is the one which is normally on. In this setting, when I save a file which produces a compilation error, then latexmk informs ...
4
votes
3answers
695 views
Automatically start the necessary pdflatex runs if .tex has changed (MacOS X)?
I read about Latex Daemon, which seems to automatically start a new latex run, when the source document (.tex) has changed.
Can somebody recommend me a similar solution for MacOS X (as Latex daemon ...
23
votes
4answers
2k views
How to make Latexmk use makeglossaries?
Is there a way to make Latexmk invoke makeglossaries (part of the glossaries package)?
Specifically I want to use latexmk to compile a LaTeX document that uses the glossaries package to produce a ...