]> git.lyx.org Git - lyx.git/blob - lib/tex/subscript.sty
Update docs to 2.2.0beta1 format
[lyx.git] / lib / tex / subscript.sty
1 % subscript.sty
2 %
3 % Copyright 1999 Robin Fairbairns
4 %
5 % this fragment is distributed under the conditions of the LaTeX
6 % Project Public Licence -- see lppl.txt in the LaTeX distribution
7 %
8 % this fragment provides a command \textsubscript, which is
9 % shamelessly copied from the command \textsuperscript that's part of
10 % LaTeX
11 %
12 % the fragment may be used as a package in its own right, if so
13 % needed.
14
15 \DeclareRobustCommand*\textsubscript[1]{%
16   \@textsubscript{\selectfont#1}}
17 \def\@textsubscript#1{%
18   {\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}