home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14421 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!network.ucsd.edu!mvb.saic.com!info-tex
  2. From: <MPA15AB!RANDY@TRENGA.tredydev.unisys.com>
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Excluding text from processing
  5. Message-ID: <AOYU53122901C2@MPA15AB>
  6. Date: 22 DEC 92 21:55
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 30
  10.  
  11. > How can I exclude a chunk of text from being processed? I mean, as if
  12. > all lines started with % signs. I have already tried to create an
  13. > environment like \start{ignorethis}...\end{ignorethis} but it did not
  14. > work.
  15.  
  16. Maybe I'm not understanding what you're asking, but why not something
  17. really simple like:
  18.  
  19.    \def\ignore#1{}
  20.       ...
  21.    \ignore{
  22.  
  23.     < text to be ignored >
  24.  
  25.    }
  26.  
  27. |sua cuique voluptas                  (everyone has his own pleasures)|
  28. |Randy Gellens                randy%mpa15ab@trenga.tredydev.unisys.com|
  29. |A Series System Software                 if mail bounces,  forward to|
  30. |Unisys Mission Viejo, CA                         rgellens@mcimail.com|
  31. |Opinions are personal;   facts are suspect;   I speak only for myself|
  32.  
  33.                   Randomly selected tag:
  34.  
  35. 1.  People to whom you are attracted invariably think you
  36.     remind them of someone else.
  37. 2.  The love letter you finally got the courage to send will
  38.     be delayed in the mail long enough for you to make a fool
  39.     of yourself in person.
  40.  
  41.