Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1873.lvt
blob013ca900d862aa69ff710547eda735b54a969816
1 %%
2 %% Test file for graphics/1873
3 %% nothing to do with graphics really.
4 %% prior to December 1995 release LaTeX would fall over
5 %% A nested package using \ExecuteOptions, as
6 %% \ProcessOptions dangerously left \CurrentOption set to
7 %% \@nil
8 \begin{filecontents}{tlb1873a.sty}
10 \RequirePackage{tlb1873b}
12 \DeclareOption{optionA}{\typeout{optionA}}
13 \DeclareOption{optionB}{\typeout{optionB}}
14 \DeclareOption{optionC}{\typeout{optionC}}
16 \ExecuteOptions{optionA}
17 \ProcessOptions
18 \end{filecontents}
20 \begin{filecontents}{tlb1873b.sty}
21 \DeclareOption{optionD}{\typeout{optionD}}
22 \ProcessOptions
23 \end{filecontents}
25 \input{test2e}
26 \AUTHOR{DPC}
27 \START
28 \RequirePackage{tlb1873a}
29 \END