home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14400 < prev    next >
Encoding:
Text File  |  1992-12-22  |  785 b   |  27 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!stanford.edu!ames!haven.umd.edu!wam.umd.edu!joel
  3. From: joel@wam.umd.edu (Joel M. Hoffman)
  4. Subject: Why can't I make ^^A (ASCII 1) \active ???
  5. Message-ID: <1992Dec22.161756.24056@wam.umd.edu>
  6. Sender: usenet@wam.umd.edu (USENET News system)
  7. Nntp-Posting-Host: rac2.wam.umd.edu
  8. Organization: University of Maryland, College Park
  9. Date: Tue, 22 Dec 1992 16:17:56 GMT
  10. Lines: 15
  11.  
  12. I tried the following:
  13.  
  14.     \catcode`\^^A=\active
  15.     \def\^A{testing}
  16. %             ^-------------------This is really one char:  ASCII 001
  17.  
  18. But TeX complained:  Missing control sequence inserted.
  19.  
  20. What's going on?  Is there really some inherent limitation in TeX, so
  21. I can't do this?  I've done it before with ``real'' chars (such as <
  22. and >).
  23.  
  24. Thanks in advance!
  25.  
  26. -Joel
  27.