On Thu, Apr 21, 2005 at 07:14:58PM -0400, Steve Litt wrote: > Hi all, > > I have a small (< 1 page) section of my book which I'd like to temporarily > comment out. Is there an environment with which I can make this text into a > comment, so it can later easily be reincorporated as Standard environment, > but for now not be visible in the output?
'\iffalse ' in ERT at the beginning and '\fi' in ERT at the end should do the trick. Andre'
