Tagged Questions
4
votes
0answers
192 views
Make latexmk and pdfviewer robust against latex errors [closed]
Sometimes latexmk fails because the file was saved premature.
For example the user forgets to close a { bevore he saves the .tex file.
The user has to get latexmk back on the road again and usually ...
3
votes
1answer
356 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 ...
18
votes
6answers
2k views
PDF reader on Linux capable of continuous updating
I am using latexmk on a Red Hat 5 machine. I use it as:
latexmk -pdf -pvc
I would like to have my PDF reader automatically update the PDF as it is changed. What PDF reader do I need for this? What ...
