Re: LaTeX question



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
.



Relevant Pages

  • Re: Code 0 error message
    ... javascript is enabled at IE, tools, options security tab, highlight Internet zone icon, custom level button, dot the scripting items (scroll down near the bottom) ... code 0 error messages when I go to certain pages. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: how do you get windows xp to update???
    ... Scroll down towards the bottom for the latest entries to locate the error codeand if appropriate paste the contents of the error messages in this thread. ... Herb ...
    (microsoft.public.windowsupdate)
  • Re: installation failed after downloading windows updates
    ... If you go into C:\Windows and then look for a WindowsUpdate.log and scroll ... all the way to the bottom, you should see a few error messages like Warning: ... My computer downloads recommended windows updates, ...
    (microsoft.public.win2000.windows_update)
  • Re: LaTeX question
    ... Now I've got this strange thing where the Yap file does not recognise my ... document beyond the bottom of page 3. ...
    (comp.text.tex)