home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14821 < prev    next >
Encoding:
Text File  |  1993-01-11  |  919 b   |  28 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!news.univie.ac.at!vm.univie.ac.at!A8131DAL
  3. From: A8131DAL@vm.univie.ac.at (Peter Schmitt)
  4. Subject: Re: Strange behavior using \font
  5. Message-ID: <1993Jan11.133607.15125@newssrv.edvz.univie.ac.at>
  6. Sender: news@newssrv.edvz.univie.ac.at (News System - Vienna University)
  7. Nntp-Posting-Host: helios.edvz.univie.ac.at
  8. Organization: University of Vienna
  9. Date: Mon, 11 Jan 1993 13:30:17 GMT
  10. Lines: 16
  11.  
  12. >>everything worked. Why is "mikea" valid and "mike1" not valid?
  13. >>Any ideas? Thanks in advance.
  14. >
  15. >1) Numbers cannot be parts of control sequences. 2) the = is optional.
  16. >So TeX interprets \font\mike1 to be equivalent to \font\mike=1,
  17. >and cannot find the file 1.tfm.
  18. >
  19. >Tim Larkin
  20. >tsl1@cornell.edu
  21.  
  22. That is true, but not the whole truth:
  23. (1) numbers *can* be parts of controlsequences:
  24.      ¢csname mark1¢endcsname
  25. (2) the same holds for every non-letter (e.g., ¢mark!)
  26.  
  27. Peter
  28.