Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0162.lvt
blobbf47cb2e47521fc5f80fdb4417758f31bc29b43e
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Alan Jeffrey.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #162.
16 % Old styles which define \@normalsize rather than \normalsize.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \begin{filecontents}{tlb0162.sty}
22 % This is a `document style' used to test bug report #162, that 2e
23 % failed to process document classes which defined \@normalsize but
24 % not \normalsize.
26 % Copyright (C) 1994 by Alan Jeffrey.
27 % All rights reserved.
28
29 \def\@normalsize{\@setsize\normalsize{12pt}\xpt\@xpt}
30 \end{filecontents}
32 \documentstyle{article}
34 \START
36 \AUTHOR{Alan Jeffrey}
38 \STYLE{article}
40 \begin{document}
42 Some text.
44 \end{document}