Tagged Questions
0
votes
1answer
50 views
latexmk pointing to a line of code with an error that I don't see [closed]
When trying to compile my code, latexmk keeps hitting me with an undefined control sequences. I have checked above, below, and the line it says is causing the issue, but I don't see anything wrong.
...
7
votes
1answer
450 views
Can I make latexmk quieter?
I'm using latexmk -quiet, and while it suppresses most status messages, there are still a few irrelevant messages that it gives me:
$ latexmk -pdf -silent document.tex
Latexmk: Run number 1 of rule ...
13
votes
6answers
1k views
Use latexmk to filter the log file
I am usually using latexmk in a split shell with my code on the left and latexmk in -pvc mode on the right.
When using some packages which themselves load a lot of other packages (think beamer) the ...