0
votes
1answer
49 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. ...
1
vote
0answers
45 views

latexmk and tikz externalize: eternal loop [duplicate]

Possible Duplicate: Too many compiles when using latexmk with mpgraphics I'm trying to set up my TeX builds for optimal performance and would like to use latexmk for optimum ...
13
votes
4answers
2k views

Override TikZ externalize “up-to-date” flag

I am currently using the TikZ external package in order to avoid recompiling all figures in my thesis. There are more than 50 figures, relying on large data, and a full build without externalizing ...