Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc01!hpcea!hpdtl!clarke From: clarke@hpdtl.HP.COM (Marc Clarke) Newsgroups: comp.text.tex Subject: Re: bug? in verbatimfiles.sty with LaTeX Message-ID: <20430001@hpdtl.HP.COM> Date: 5 Jun 90 21:29:29 GMT References: <3007@goanna.cs.rmit.oz.au> Organization: HP Design Tech. Lab., Palo Alto, CA Lines: 24 > / hpdtl:comp.text.tex / isaac@goanna.cs.rmit.oz.au (Isaac Balbin) / 5:34 pm May 16, 1990 / > Bug, side effect, call it what you will. If you have a \verbatimfile > as part of an item in a description environment, ie > \begin{description} > \item[something] > Here it comes > \verbatimfiles{whatever} > ... > ... > \end{description} > > Then the first line of whatever comes out indented. > ---------- Try: \begin{description} \item[something] Here it comes \noindent \verbatimfiles{whatever} ... ... \end{description}