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
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}
20 \begin{filecontents}{tlb1873b.sty}
21 \DeclareOption{optionD}{\typeout{optionD}}
28 \RequirePackage{tlb1873a}