
When I use subscript in the text it always looks like italic...
example: T$_{m}$
is that normal?
Thanks
a.k.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
T\textsubscript{m}
Code: Select all
T$_\text{m}$
Code: Select all
\newcommand*{\superscript}[1]{\ensuremath{^\textrm{{\scriptsize #1}}}}
\newcommand*{\subscript}[1]{\ensuremath{_\textrm{{\scriptsize #1}}}}
\newcommand*{\tinysuperscript}[1]{\ensuremath{^\textrm{{\tiny #1}}}}
\newcommand*{\tinysubscript}[1]{\ensuremath{_\textrm{{\tiny #1}}}}
NEW: TikZ book now 40% off at Amazon.com for a short time.