Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2153c.lvt
blob947ed638c8eeb897d69ae7122e3f8a01b34e89ab
1 %% test file for latex-internal/2153
2 %%
3 %% Check OK to just define \@normalsize and \normalsize in a (sub)style
4 %% in compat mode.
5 %%
6 \begin{filecontents}{tlb2153c.sty}
7 \def\@normalsize{\fontsize{10pt}{12pt}\selectfont}
8 \def\normalsize{\relax\@normalsize}
9 \end{filecontents}
11 \begin{filecontents}{tlb2153.sty}
12 \@options
13 \end{filecontents}
15 \documentstyle[tlb2153c]{tlb2153}
17 \input test2e
18 \START
19 \AUTHOR{DPC}
20 \FORMAT{LaTeX2e<1996/06/01>}
22 \begin{document}
23 \typeout{\string\normalsize: \space\meaning\normalsize}
24 \typeout{\string\@normalsize: \meaning\@normalsize}
25 \END