Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!seismo!mcvax!ukc!trh From: trh@ukc.ac.uk (T.R.Hopkins) Newsgroups: net.text Subject: LaTeX query Message-ID: <2022@eagle.ukc.ac.uk> Date: Tue, 28-Oct-86 17:38:04 EST Article-I.D.: eagle.2022 Posted: Tue Oct 28 17:38:04 1986 Date-Received: Sat, 1-Nov-86 03:46:15 EST Organization: U of Kent at Canterbury, Canterbury, UK Lines: 43 Please will somebody help a confused LaTeX user? If I use the following \tt \begin{tabbing} 123456\=7 \=123456789012\= \kill \>\>CALL E02ADF(M,KPLUS1,NROWS,X,Y,W,WORK1,WORK2 \\ \>+\>\>,A,S,IFAIL) \end{tabbing} \rm This is not the start of a new paragraph! Lots of text to see whether or The effect is what I want i.e., the text following the tabbing is left justified (does NOT start a new paragraph). If I define a newenvironment \newenvironment{egcall}{ \tt \begin{tabbing} 123456\=7 \=123456789012\= \kill}{ \end{tabbing} \rm} and use \begin{egcall} \>\>CALL E02ADF(M,KPLUS1,NROWS,X,Y,W,WORK1,WORK2 \\ \>+\>\>,A,S,IFAIL) \end{egcall} then the line follwing the \end{egcall} starts a new paragraph. I've tried putting \protect's in all conceivable positions without success. Where is the new paragraph coming from and how do I stop it? Tim Hopkins, Computing Laboratory, University of Kent, Canterbury CT2 7NF Kent U.K. { trh@ukc.UUCP trh%ukc@ucl-cs.ARPA na.hopkins@su-score.ARPA }