Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb1451.lvt
blob88ca76d414e6731379765dc53800b4053426079e
1 %%Test file for latex/1451
2 %% check eqnarray \\ does not generate errors if \\ used in headings. 
3 %%
5 \input{test2e}
7 \AUTHOR{Michael Downes}
8 \FORMAT{LaTeX2e<1995/06/01>}
9 % earlier versions generate errors from misplaced &'s
11 \documentclass[twoside]{article}
13 \START
14 \date{20 Feb 1995}
15 \title{Here is a title\\with a line break in it}
16 \author{Michael Downes}
18 %    The twoside option above and the following changes emulate the
19 %    situation in AMS documentclasses regarding marks.
20 \pagestyle{headings}
21 \renewcommand{\sectionmark}[1]{}
22 \let\subsectionmark=\sectionmark
24 \setlength{\textheight}{58pt}% approx 5 lines per page
25 %\setcounter{errorcontextlines}{99}
27 \begin{document}
28 \maketitle
29 \markboth{Michael Downes}{Here is a title\\with a line break in it}
31 Now let us test with several eqnarray environments and see if
32 we encounter a strange error from running-head processing.
33 \begin{eqnarray}
34 a&=&b\\
35 c&=&d+e\\
36 f&=&g\\
37 h&=&i-j
38 \end{eqnarray}
39 And some more text.
40 \begin{eqnarray}
41 a&=&b\\
42 c&=&d+e\\
43 f&=&g\\
44 h&=&i-j
45 \end{eqnarray}
46 And some more text.
47 \begin{eqnarray}
48 a&=&b\\
49 c&=&d+e\\
50 f&=&g\\
51 h&=&i-j
52 \end{eqnarray}
53 And some more text.
55 \end{document}