Hello All,
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?
General ⇒ very slow compilation
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
very slow compilation
Make a backup copy of your full thesis folder before doing anything.
This error message
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
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
LaTeX.org admin