Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1876.lvt
blobc77bd19a69479ee76f8a1f44edf28c1b9166dd74
1 % \iffalse meta-comment
3 % Copyright (C) 1995 by Rainer Schoepf.
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 #1876.
16 % No error msg in Compat mode when `bad' option used.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \begin{filecontents}{a4paper.sty}
22 \AtBeginDocument{\typeout{ !!! a4paper.sty was loaded !!!}\typeout{}}
23 \end{filecontents}
25 \documentstyle[11pt,a4paper]{article}
27 % Everything before this is ignored by the test system.
28 \START
30 \AUTHOR{Jeffrey Goldberg}
32 % Declare the format used on the original run, as printed by
33 % LaTeX.
35 \FORMAT{LaTeX2e<1995/12/01>}
37 % Article document style for this test. We need to have a
38 % minimal font setup, for the last few tests, otherwise we
39 % could have done this with no documentclass.
41 \STYLE{article}
42 \STYLEOPTIONS{11pt,a4paper}
44 \begin{document}
46 The \verb|\oddsidemargin| of this document it \the\oddsidemargin, which
47 is normal for letter sized paper.  It is fine the the option
48 ``a4paper'' had no effect.  The bug is that there is no error
49 or warning message is produced.
50 \end{document}