On 2010-07-23, Uwe Stöhr wrote: > Am 22.07.2010 23:00, schrieb Richard Heck:
>> I'd suggest you use \textsuperscript instead, which is a standard LaTeX >> command, defined in latex.ltx. There's no textsubscript, though. > When you are using a KOMA-script document class, there is also a > \textsubscript command. Also, \textsubscript is defined in the standard package fixltx2e.sty which is recommended for in all documents that do not need to be backwards compatible with latex versions before 2e (http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=fixltx2e) \usepackage{fixltx2e} % LaTeX patches, \textsubscript Günter
