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