Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!davis From: davis@pacific.mps.ohio-state.edu ("John E. Davis") Newsgroups: comp.text.tex Subject: easy macro for novice Message-ID: Date: 5 Dec 90 07:28:59 GMT Sender: news@pacific.mps.ohio-state.edu Reply-To: davis@pacific.mps.ohio-state.edu (John E. Davis) Distribution: comp Organization: "Dept. of Physics, The Ohio State University" Lines: 30 Hi, I wrote the following macro: \def\dolines#1{\medskip\obeylines#1\medskip} Then, when I do: \dolines{ This is line 1. This is line 2. This is line 3. } I get: This is line 1. This is line 2. This is line 3. This is not what I want. Aparantly TeX is converting the 'newlines' to spaces before substitution into the macro. If this is the correct diagnosis, how do I supress this within the macro definition? I looked at the FAQ sheet and tried the TeXbook and found no answers. -- John bitnet: davis@ohstpy internet: davis@pacific.mps.ohio-state.edu