1 % \iffalse meta-comment
3 % Copyright (C) 1995 by Rainer Schoepf.
6 % This file is part of the validate package.
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.
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
21 \begin{filecontents}{a4paper.sty}
22 \AtBeginDocument{\typeout{ !!! a4paper.sty was loaded !!!}\typeout{}}
25 \documentstyle[11pt,a4paper]{article}
27 % Everything before this is ignored by the test system.
30 \AUTHOR{Jeffrey Goldberg}
32 % Declare the format used on the original run, as printed by
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.
42 \STYLEOPTIONS{11pt,a4paper}
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.