-
I have a large document with 400 pages and several longtblr and tikz entries. The document is split across several I typically do other work while this long process runs, but sometimes I browse through the project and read it to perform content and grammar checks. If I navigate off the root document while compiling, the compilation never repeats the necessary times to complete the build. When the current build iteration completes, the PDF is opened regardless of whether the need to recompile is present. How can I prevent this? I'd like to see a build invocation remember it's starting arguments and maintain its requirements until complete. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can put a feature request, but I doubt that it can be easily solved. |
Beta Was this translation helpful? Give feedback.
You can put a feature request, but I doubt that it can be easily solved.
The better alternative is to use
latexmk
as build tool.