home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9613 < prev    next >
Encoding:
Text File  |  1992-07-28  |  942 b   |  21 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!pipex!demon!nuntius
  3. From: James Petts <pettsj@visigoth.demon.co.uk>
  4. Subject: re : TeX grammar question
  5. Organization: No Fixed Affiliation
  6. Date: Wed, 29 Jul 1992 07:28:06 GMT
  7. Message-ID: <Bs53Ev.4t2@gate.demon.co.uk>
  8. X-Useragent: Nuntius v1.1
  9. Sender: news@gate.demon.co.uk (Usenet Administration)
  10. Nntp-Posting-Host: visigoth.demon.co.uk
  11. Lines: 8
  12.  
  13. The reason is that TeX has two types of control sequences: control words
  14. and control symbols. Symbols consist of a backslash (or whatever you
  15. have defined your escape character to be, and one other single character.
  16. Control words on the other hand, consist of a backslash and a series of
  17. characters terminated by a space or another control sequence. When
  18. TeX sees the space it gobbles it up and uses it as a flag to indicate that
  19. the control world has ended. To avoid this, use a control space (\<space>)
  20. or an empty group ({}) immediately after \TeX
  21.