Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!cornell!batcomputer!sun.soe.clarkson.edu!mrd From: mrd@sun.soe.clarkson.edu (Michael DeCorte) Newsgroups: comp.text Subject: Re: two LaTeX questions Message-ID: Date: 15 Jan 89 18:12:05 GMT References: <210@sunken.UUCP> Sender: news@sun.soe.clarkson.edu Organization: Clarkson University, Postdam NY Lines: 47 In-reply-to: lindek@alberta.UUCP's message of 15 Jan 89 05:29:33 GMT Why don't you use the trivlist environment? It should do what you want. \begin{trivlist} \item[where] ... \end{trivlist} ----- If for some reason you don't want to try that then try this: to get the text indented use the trivlist. \begin{trivlist} \item[] ... \end{trivlist} to get the "where" on in the left margin try marginpar (I don't really like this, because of cost). You could also try \noindent\llap{where} (I don't really like this because you using latex any more) ----- Finally you could use the tabular environment with the p option. \begin{tabular}{lp{dimen of some size}} ... \end{tabular} (I don't like this as it is expensive; you have to choose the size; you will mess up page breaks) so what should you do? use the first example given. ----- >2. I need to typeset a table with some of the entries rotated. Can I do >this with LaTeX? no. -- Michael DeCorte // (315)265-2439 // P.O. Box 652, Potsdam, NY 13676 Internet: mrd@sun.soe.clarkson.edu // Bitnet: mrd@clutx.bitnet --------------------------------------------------------------------------- Clarkson Archive Server // commands = help, index, send, path archive-server@sun.soe.clarkson.edu archive-server%sun.soe.clarkson.edu@omnigate.bitnet dumb1!dumb2!dumb3!smart!sun.soe.clarkson.edu!archive-server ---------------------------------------------------------------------------