Hi
First let me say great template and thanks a lot for making it so user friendly. I just have a quick question regarding subscripts in the text and headings. I have no problem with \textsuperscript outside math mode but I can't seem to be able to use \textsubscript. Do I have to use a different package for this? When I check online it says both should be included in the same/ default latex package. Any help would be greatly appreciated.
PS - I'm a newbie to latex, so please bear with me.
teresh
Theses, Books, Title pages ⇒ subscript in latex
NEW: TikZ book now 40% off at Amazon.com for a short time.
subscript in latex
Hi Teresh,
Include the fixltx2e package in your preamble using:
Cheers,
Vel
Include the fixltx2e package in your preamble using:
\usepackage{fixltx2e}
. After this, you can use \textsuperscript{text}
and \textsubscript{text}
in the text and headings.Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
subscript in latex
A few other possibilities:
- KOMA-Script classes define
\textsubscript
on their own if it isn't defined, yet. The packagescrextend
makes it available for other classes, too, along with a number of others of KOMA-Script's goodies. - the memoir class also provides
\textsubscript
(but changing the class would have a lot of other impact so probably not a choice here…)
site moderator & package author