home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / text / tex / 12926 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  995 b 

  1. Path: sparky!uunet!ukma!wupost!usc!news.service.uci.edu!unogate!mvb.saic.com!info-tex
  2. From: bbeeton <BNB@MATH.AMS.ORG>
  3. Newsgroups: comp.text.tex
  4. Subject: re: tex variable names
  5. Message-ID: <721062134.195612.BNB@MATH.AMS.ORG>
  6. Date: 06 Nov 1992 10:02:14 -0500 (EST)
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 19
  10.  
  11. ivan derzhanski asks (comp.text.tex, november 5) if the proper term
  12. isn't "control sequence"?  `or are control sequences a subset of
  13. control words?'
  14.  
  15. the right idea, but backwards.
  16.  
  17. a control sequence is anything that begins with a backslash (or
  18. other character catcoded as an escape character).
  19.  
  20. a control word is an escape character followed by one or more letters,
  21. up to the next non-letter.
  22.  
  23. a control symbol is an escape character followed by a single non-letter.
  24.  
  25. (i am ignoring active characters, which function as control sequences.)
  26.  
  27. all the "control ..." terms are listed in the index of the texbook.
  28. look 'em up.
  29.                         -- bb
  30.