Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0375.lvt
blob386e4c5a8891f5a83003ea8028e6d60c3b6d12e1
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 #375.
16 % Problems changing font encoding in docstrip document.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 % Generate input file
22 \begin{filecontents}{test.dtx}
23 % \title{test.dtx}
24 % \author{Alan Jeffrey}
25 % \date{April 1994}
27 % \maketitle
29 % Look what happens if you change encoding in a docstrip document:
30 % {\fontencoding{T1}\selectfont foo}.
32 % And then the driver:
33 %    \begin{macrocode}
34 %<*driver>
35 \documentclass{ltxdoc}
36 \begin{document}
37    \DocInput{test.dtx}
38 \end{document}
39 %</driver>
40 %    \end{macrocode}
42 \endinput
43 \end{filecontents}
45 \documentclass{ltxdoc}
47 % Everything before this is ignored by the test system.
48 \START
50 \AUTHOR{Alan Jeffrey}
52 % Declare the format used on the original run, as printed by
53 % LaTeX.
55 \FORMAT{LaTeX2e<1994/12/01>}
57 % Article document style for this test. We need to have a
58 % minimal font setup, for the last few tests, otherwise we
59 % could have done this with no documentclass.
61 \CLASS{ltxdoc}
63 \OMIT
65 \begin{document}
67 \TIMO
69 \scrollmode
71    \DocInput{test.dtx}
73 \end{document}