Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2153a.lvt
blob3e24b78c55a73d91ed137fb32a3d35185d5a035c
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}{tlb2153a.sty}
7 \def\@normalsize{\fontsize{10pt}{12pt}\selectfont}
8 \end{filecontents}
10 \begin{filecontents}{tlb2153.sty}
11 \@options
12 \end{filecontents}
14 \documentstyle[tlb2153a]{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