Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!news From: geyer@galton.uchicago.edu Newsgroups: comp.text.tex Subject: Re: How do you make a LEFT-SIDED superscript?? Message-ID: <1991Jun28.164023.17205@midway.uchicago.edu> Date: 28 Jun 91 16:40:23 GMT References: <4598@polari.UUCP> Sender: news@midway.uchicago.edu (NewsMistress) Reply-To: geyer@galton.uchicago.edu (Charles Geyer) Distribution: usa Organization: Department of Statistics Lines: 33 In article <4598@polari.UUCP> ian@polari.UUCP (ian searle) writes: > >Help! does anybody out there know how to put a superscript on the >LEFT side of an expression, such as: > > A > dv > ---- > dt > >I have looked through the LaTeX book and cannot find any clues. Just do it. \frac{^A dv}{dt} or ^A\frac{dv}{dt} if you mean the latter. For readability these can be turned into \frac{{}^A dv}{dt} or {}^A\frac{dv}{dt} but Knuth says it doesn't matter, either form works. See p. 129 in the TeXbook. There is no point in looking in the LaTeX book for things like this. Lamport obviously meant that you look in the TeXbook for what he doesn't cover. Charles Geyer Department of Statistics University of Chicago geyer@galton.uchicago.edu