General ⇒ very slow compilation
very slow compilation
I am writing my thesis which is about 150 pages, and includes ~70 figures. It takes too long to compile even it fails to compile same times. The error code is below.
File ended while scanning use of \@writefile. \begin{document}
Any sugestion how to speed up latex?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
very slow compilation
This error message
File ended while scanning use of \@writefile. \begin{document}
probably refers to an error in the .aux file (or .toc or .lof or .lot or another one, but I guess .aux since it comes at the beginning).
You can delete the .aux file and try again compiling. It will be re-generated.
Perhaps post the complete .log file or the complete error message, something is missing.
Stefan