GeneralLaTeX fails to output PDF

General information and discussion about TeXnicCenter
Post Reply
viky0123guo
Posts: 2
Joined: Fri Apr 16, 2010 2:16 pm

LaTeX fails to output PDF

Post by viky0123guo »

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.
Attachments
demo.log
demo.log
(3.74 KiB) Downloaded 261 times
Last edited by viky0123guo on Sat Apr 17, 2010 3:10 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

LaTeX fails to output PDF

Post by gmedina »

Hi,

this message:

Code: Select all

! Emergency stop.
<*> demo.tex
            
*** (job aborted, no legal \end found)
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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
viky0123guo
Posts: 2
Joined: Fri Apr 16, 2010 2:16 pm

Re: LaTeX fails to output PDF

Post by viky0123guo »

Thank you. This is it. :P Now i have built my first document.
Post Reply