home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14436 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.1 KB  |  39 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!think.com!paperboy.osf.org!paperboy!nick
  3. From: nick@osf.org (Nick Dokos)
  4. Subject: Re: Excluding text from processing
  5. In-Reply-To: 's message of 22 DEC 92 21:55
  6. Message-ID: <NICK.92Dec23113217@alphaville.osf.org>
  7. Sender: news@osf.org (USENET News System)
  8. Organization: Open Software Foundation
  9. References: <AOYU53122901C2@MPA15AB>
  10. Date: 23 Dec 92 16:32:15 GMT
  11. Lines: 26
  12.  
  13.  
  14.    > How can I exclude a chunk of text from being processed? I mean, as if
  15.    > all lines started with % signs. I have already tried to create an
  16.    > environment like \start{ignorethis}...\end{ignorethis} but it did not
  17.    > work.
  18.  
  19.    Maybe I'm not understanding what you're asking, but why not something
  20.    really simple like:
  21.  
  22.       \def\ignore#1{}
  23.      ...
  24.       \ignore{
  25.  
  26.        < text to be ignored >
  27.  
  28.       }
  29.  
  30. See Victor Eijkout's book "TeX by Topic" for the disadvantages of this
  31. approach plus a a "better way of doing it". It's on p. 108.
  32.  
  33.  
  34. --
  35. Nick Dokos    nick@osf.org    
  36. OSF Systems Engineering
  37.  
  38. Member of the League for Programming Freedom - write to lpf@uunet.uu.net
  39.