home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!paladin.american.edu!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!santa.CC.Lehigh.EDU!lubkt
- From: lubkt@lehigh.edu (Binod K. Taterway)
- Newsgroups: comp.text.tex
- Subject: Re: Excluding text from processing
- Message-ID: <lubkt.5.725063774@lehigh.edu>
- Date: 22 Dec 92 22:36:14 GMT
- References: <MAILQUEUE-101.921221141636.480@mail.lshtm.ac.uk> <1h59iqINNgtq@golem.wcc.govt.nz>
- Sender: usenet@Lehigh.EDU
- Organization: Lehigh University Computing Center
- Lines: 24
- Nntp-Posting-Host: santa.cc.lehigh.edu
-
- In article <1h59iqINNgtq@golem.wcc.govt.nz> wright@med.wcc.govt.nz (Steve Wright Phone +64 04 801 3735) writes:
- >In article <MAILQUEUE-101.921221141636.480@mail.lshtm.ac.uk>, ABARROS@lshtm.ac.uk (Aluisio J D Barros) writes:
-
- >>How can I exclude a chunk of text from being processed? I mean, as if
- >>all lines started with % signs. I have already tried to create an
- >>environment like \start{ignorethis}...\end{ignorethis} but it did not
- >>work.
- >>
-
- How about
-
- \def\comment#1{}
-
- Then
-
- \comment{
- You text here that won't be processed.
- }
-
- Caveat: The above approach won't work if you have more than a paragraph.
-
- Regards,
-
- Binod.
-