1 %% test file for latex-internal/2153
3 %% Check OK to just define \@normalsize and \normalsize in a (sub)style
6 \begin{filecontents}{tlb2153c.sty}
7 \def\@normalsize{\fontsize{10pt}{12pt}\selectfont}
8 \def\normalsize{\relax\@normalsize}
11 \begin{filecontents}{tlb2153.sty}
15 \documentstyle[tlb2153c]{tlb2153}
20 \FORMAT{LaTeX2e<1996/06/01>}
23 \typeout{\string\normalsize: \space\meaning\normalsize}
24 \typeout{\string\@normalsize: \meaning\@normalsize}