Hi,
I am new to Latex, and mostly use TeXnicCenter as editor.
I am having problems with the \input in LaTeX files.
I know there has been discussions on this but searching through the archives and have not found a clue on resolving this.
How can I solve this?and also, I attached ".log"file.
Thanks many.
General ⇒ LaTeX fails to output PDF
-
- Posts: 2
- Joined: Fri Apr 16, 2010 2:16 pm
LaTeX fails to output PDF
- Attachments
-
- demo.log
- demo.log
- (3.74 KiB) Downloaded 260 times
Last edited by viky0123guo on Sat Apr 17, 2010 3:10 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

LaTeX fails to output PDF
Hi,
this message:
at the end of the .log file suggests that you forgot to end your document with \end{document}. If that was not the case, we will need to see the actual code.
this message:
Code: Select all
! Emergency stop.<*> demo.tex*** (job aborted, no legal \end found)
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 2
- Joined: Fri Apr 16, 2010 2:16 pm
Re: LaTeX fails to output PDF
Thank you. This is it.
Now i have built my first document.
