1 %%Test file for latex/1451
2 %% check eqnarray \\ does not generate errors if \\ used in headings.
7 \AUTHOR{Michael Downes}
8 \FORMAT{LaTeX2e<1995/06/01>}
9 % earlier versions generate errors from misplaced &'s
11 \documentclass[twoside]{article}
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.
21 \renewcommand{\sectionmark}[1]{}
22 \let\subsectionmark=\sectionmark
24 \setlength{\textheight}{58pt}% approx 5 lines per page
25 %\setcounter{errorcontextlines}{99}
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.