Re: LaTeX question
- From: <corff@xxxxxxxxxxxxxxxxxx>
- Date: 7 May 2007 12:33:37 GMT
Johnny <nomailthanx@xxxxxxxxxxx> wrote:
: Now I've got this strange thing where the Yap file does not recognise my
: document beyond the bottom of page 3. There's quite a bit more but for some
: reason I've just got the 3 pages. What's this all about?
If this is the result of a compilation failure then there are error messages
generated by the system. TeXnic Center will help you. In the lower part of
the screen is a window with lots of messages. Go there and scroll back until
you see a thick fat red dot with diagonal cross.
Given the following minimal document:
\documentclass{article}
\begin{document}
Hello World!
\blurb
\end{document}
The following output will be visible (you'll have to scroll back, though):
! Undefined control sequence.
1.4 \blurb
[1] (test.aux) )
(see the transcript file for additional information)
Clearly, \blurb was never defined. Either you misspellt it, or you copied
the command from somewhere while forgetting to declare the package it
belongs to, or it waits to be defined.
Oliver.
PS:
If you want to show the word \blurb in your text while preventing its
execution, you'd say \verb'\blurb'.
--
Dr. Oliver Corff e-mail: corff@xxxxxxxxxxxxxxxxxx
.
- References:
- LaTeX question
- From: Johnny
- Re: LaTeX question
- From: Johnny
- LaTeX question
- Prev by Date: Re: Hanging indent
- Next by Date: Re: Hanging indent
- Previous by thread: Re: LaTeX question
- Next by thread: Memoir: bad interaction between floats and sidebars
- Index(es):
Relevant Pages
|