Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0577b.lvt
bloba02260405ecf09e060bb746013e320aa398e9445
1 % Test file for LaTeX2e PR 577 in native mode
2 % Setting \mathindent in a package should have an effect
4 \begin{filecontents}{flnoindent.sty}
6 % This style file sets \mathindent but the stting is ignored by 2e
8 % Other examples of this behavior are the elsevier nuclphys style
9 % files 
11 \mathindent=0em
12 \end{filecontents}
14 \documentclass[fleqn]{article}
15 \usepackage{flnoindent}
17 % Input the test macros for latex 2e
18 \input{test2e}
20 % Everything before this is ignored by the test system.
21 \START
23 \AUTHOR{Johannes Braams}
25 % Declare the format used on the original run, as printed by
26 % LaTeX.
28 \FORMAT{LaTeX2e<1994/06/01>}
30 \CLASS{article}
32 \showthe\mathindent
34 \OMIT
36 \begin{document}
38 \TIMO
40 The following display equation should be flush left with no indentation but
41 isn't
43   \longleftarrow
45 with LaTeX 2.09 it would be like this
46 \mathindent=0em %
48   \longleftarrow
50 \end{document}