Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2153.lvt
blob42920c21a0807560eaa21d5188935d58fcc3e036
1 %% test file for latex-internal/2153
2 %%
3 %% Check LaTeX error generated if normalsize is not defined
4 %% in compat mode.
5 %%
6 \begin{filecontents}{tlb2153.sty}
7 \@options
8 \end{filecontents}
10 \documentstyle[]{tlb2153}
12 \input test2e
13 \START
14 \AUTHOR{DPC}
15 \FORMAT{LaTeX2e<1996/06/01>}
17 \begin{document}
18 \typeout{\string\normalsize: \space\meaning\normalsize}
19 \typeout{\string\@normalsize: \meaning\@normalsize}
20 \END