Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tltx002.lvt
blob7c3bfe2a4c637f933f1d67bcf10af7ab25cabf9a
1 % \iffalse meta-comment
3 % Copyright (C) 1993 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 LaTeX2.09 testing latex.bug (style) entries:
16 % 46.  In the fleqn style, \@beginparpenalty and \@endparpenalty were
17 % used instead of \predisplaypenalty and \postdisplaypenalty before and
18 % after a displayed equation made with \[ ...  \] or the "equation"
19 % environment.  (Reported by Rainer Sch\"opf and Frank Mittelbach.
20 % Corrected 24 May 89.)
22 % 47.  The fix to the fleqn style reported in number 46 (24 May 89)
23 % re-introduced bug fixed in number 33 (9 Mar 87).
24 % (Corrected 26 Sep 89.)
27 \documentclass[fleqn]{article}
28 \begin{document}
30 % Input the test macros for LaTeX2e
31 \input{test2e}
33 % Everything before this is ignored by the test system.
34 \START
36 \AUTHOR{Rainer Schoepf}
38 % Declare the format used on the original run, as printed by
39 % LaTeX.
41 \FORMAT{LaTeX2e<1993/12/24>}
43 % Article document style for this test. We need to have a
44 % minimal font setup, for the last few tests, otherwise we
45 % could have done this with no documentstyle.
47 \STYLE{article <14 Jan 92>}
48 % \STYLE{report <14 Jan 92>}
49 % \STYLE{book <14 Jan 92>}
50 % \STYLE{letter <25 Mar 92>}
52 % no document style options for this test
54 \STYLEOPTIONS{fleqn}
56 % Optionally declare commands which are (or might be)
57 % defined in this `module' of LaTeX.  Each command declared
58 % will be recorded in the .tlg file as Defined, Undefined,
59 % or Relaxed (ie \let to \relax, which LaTeX treats for most
60 % purposes as being undefined)
62 \declare@command\@eqnnum
63 \declare@command\theequation
64 \renewcommand{\theequation}{\arabic{equation}\typeout{\string\@eqnnum\ font is \the\font}}
66 \section{Equations}
68 An equation\sf san serif will appear as \verb|\cmss|
69 \begin{equation}
70 \sum_{i=1}^{n} x_{i} = \int_{0}^{1} f
71 \end{equation}
72 in the log.
74 \section{Equation arrays}
76 \begin{eqnarray}
77 \sum_{i=1}^{n} x_{i} &=& \int_{0}^{1} f \\
78 \sum_{i=1}^{n} x_{i} &=& \int_{0}^{1} f \\
79 \sum_{i=1}^{n} x_{i} &=& \int_{0}^{1} f
80 \end{eqnarray}
81 TeXt
82 text
83 test
84 text test  text text test  text text test  text text test  text text test  text
85 text test  text text test  text text test  text text test  text text test 
86 text test  text text test  text text test  text text test  text text test 
87 text test  text text test  text text test  text text test  text text test 
88 text test  text text test  text text test  text text test  text text test 
89 {\begin{eqnarray*}
90 %%%% Notice that the fourth column has been used.
91 a&=&b&c
92 \\e&%
93 \end{eqnarray*}
96 text test  text text test  text text test  text text test  text text test  text
97 text test  text text test  text text test  text text test  text text test 
98 text test  text text test  text text test  text text test  text text test 
99 text test  text text test  text text test  text text test  text text test 
100 text test  text text test  text text test  text text test  text text test 
103 \end{document}