Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!dlau From: dlau@cs.utexas.edu (David Lau) Newsgroups: comp.text Subject: Re: Changing Math subscript fonts in LaTeX... Message-ID: <256@mothra.cs.utexas.edu> Date: 22 Feb 89 05:18:25 GMT References: <728@cs-spool.calgary.UUCP> Organization: U. Texas CS Dept., Austin, Texas Lines: 16 In article <728@cs-spool.calgary.UUCP> gonnason@enel.UCalgary.CA writes: > >I'd like to know how I can change the size of font that LaTeX uses for >subscripts and subsubscripts in mathematical equations. I've written my A very simple solution, albeit a TeX solution, is to say: \scriptfont1=\tenmi anywhere after begin{document}. This solution has the additional appeal that no LaTeX source lines need to be changed, as was suggested by several others. David dlau@cs.utexas.edu