home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14649 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!pipex!pavo.csi.cam.ac.uk!camcus!cet1
  3. From: cet1@cus.cam.ac.uk (C.E. Thompson)
  4. Subject: Re: Creating a new \LaTeX\ format file
  5. Message-ID: <1993Jan6.001653.4404@infodev.cam.ac.uk>
  6. Sender: news@infodev.cam.ac.uk (USENET news)
  7. Nntp-Posting-Host: apus.cus.cam.ac.uk
  8. Organization: U of Cambridge, England
  9. References: <1993Jan4.193611.21406@galois.mit.edu>
  10. Date: Wed, 6 Jan 1993 00:16:53 GMT
  11. Lines: 34
  12.  
  13. In article <1993Jan4.193611.21406@galois.mit.edu>, robertb@bernoulli.mit.edu
  14. (Robert Becker) writes:
  15. [...]
  16. |> 
  17. |> I copied latex.tex and sfonts.tex to my Inputs directory and ran
  18. |> Initex 3.14 on latex.tex.  I got the following:
  19. |> 
  20. |> > This is TeX, C Version 3.14t3 (INITEX)  4 JAN 1993 14:27
  21. |> > **latex
  22. |> > (latex.tex
  23. |> > ! Missing { inserted.
  24. |> > <to be read again> 
  25. |> >                    {
  26. |> > l.4 \everyjob{
  27. |> >               \typeout{LaTeX Version 2.09 <25 March 1992>}}}
  28. |> > ? 
  29. [...]
  30. |> 
  31. |> What did I do wrong?
  32. |>
  33.  
  34. You typed 'latex' in response to the ** prompt when you should have typed
  35. 'lplain'. lplain.tex reads latex.tex and lfonts.tex (among other things)
  36. later on. INITeX starts up in a state in which not even \catcode`\{ has
  37. been set yet: hence the error message.
  38.  
  39. It would have been much better if latex.tex had been the primary input
  40. file (then TeX wouldn't have to describe the preloaded format file as
  41. `format=lplain') but this bug has achieved the status of a feature. Any
  42. chance of it being done right in LaTeX 3?
  43.  
  44. Chris Thompson
  45. JANET:    cet1@uk.ac.cam.phx
  46. Internet: cet1@phx.cam.ac.uk
  47.