Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb3492.lvt
blobe5f2b14044710bdb4553e0049be1db09a13f56da
1 \iffalse
3 Subject: latex/3492: \textsubscript not defined in latex.ltx
5 I use \textsubscript much more often than \textsuperscript, and
6 \textsubscript it is not defined in latex.ltx. Could you please
7 consider including the definition of \textsubscript in the latex.ltx
8 for the next versions of LaTeX.  Thank you.
10 Test file by Morten H\o gholm
11 \fi
12 \input{test2e}
13 \documentclass{article}
14 \START
15 \AUTHOR{Ionel Mugurel Ciobica}
16 %\PACKAGE{fixltx2e}
17 \OMIT
18 %\usepackage{fixltx2e}
19 \begin{document}
20 \TIMO
21 % Checking that we remember to insert \m@th
22 \mathsurround=10pt
24 a\textsubscript{1}\textsuperscript{2}
26 a\textsuperscript{A}\textsubscript{B}
27 \showoutput
28 \end{document}