I have only 2 errors and they are not that important errors.I used to have many and my document opened however now I have only a few but the log file gives an error as: Fatal error occurred, the output PDF file is not finished!
and does not open my document. What may be the problem
General ⇒ Fatal error occurred, the output PDF file is not finished!
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Fatal error occurred, the output PDF file is not finishe
log file
- Attachments
-
- thesis.log
- log file
- (8.45 KiB) Downloaded 585 times
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Fatal error occurred, the output PDF file is not finished!
At the end:
Either there's an error in your code around line 183, such as for example an infinite recursion, or the document is really to big. In the latter case expand the capacity by
in the preamble.
Stefan
Code: Select all
! TeX capacity exceeded, sorry [input stack size=5000].
\widehat #1->\@mathmeasure \z@ \textstyle {#1
}\ifdim \wd \z@ >\tw@ em\mathac...
l.183 ...hat{\sigma}^{2}[X^{T}Z(Z^{T}Z)^{-1}Z^{T}}
X]^{-1}$\\
Code: Select all
\usepackage{etex}
Stefan
LaTeX.org admin
Re: Fatal error occurred, the output PDF file is not finishe
thanks a lot I deleted the row and now it works. However, I did not understand why the capacity was exceeded the equation was small. Thanks anyway you have been a great help
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Fatal error occurred, the output PDF file is not finishe
Perhaps show the row, or the complete environment of this row. I'm pretty sure we would find the cause.
Stefan
Stefan
LaTeX.org admin