Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0577a.lvt
blob4e41fa876d699f2a6dbb64c63842e4bd16145d70
1 % Test file for LaTeX2e PR 577 in compatibility 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 \documentstyle[fleqn,flnoindent]{article}
16 % Input the test macros for latex 2e
17 \input{test2e}
19 % Everything before this is ignored by the test system.
20 \START
22 \AUTHOR{Johannes Braams}
24 % Declare the format used on the original run, as printed by
25 % LaTeX.
27 \FORMAT{LaTeX2e<1994/06/01>}
29 \CLASS{article}
31 \OMIT
33 \begin{document}
35 \TIMO
37 \showthe\mathindent
38 The following display equation should be flush left with no indentation but
39 isn't
41   \longleftarrow
43 with LaTeX 2.09 it would be like this
44 \mathindent=0em %
46   \longleftarrow
48 \end{document}