Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2103.lvt
blob41901238d65fa4c45c3eb10b2abf1c7f11fe0c12
1 % Test file for LaTeX2e/Babel bug report 2103
2 % The use of babel broke AMSLaTeX's \tag command
4 \input{test2e}
5 \documentclass{article}
6 \START
7 \AUTHOR{Hans Ekkehard Plesser <plesser@zoo.riken.go.jp>}
8 \FORMAT{LaTeX2e<1996/06/01>}
9 \CLASS{article}
10 \PACKAGE{amsmath}
11 \PACKAGE[english]{babel}
13 \OMIT
14 \usepackage{amsmath}
15 %\usepackage{babel}             % This line causes no problems
16 \usepackage[english]{babel}     % This one gives problems
18 \begin{document}
19 \TIMO
21 $a$
23 This is a test for a bug caused by interference of amsmath and babel
24 when using the tag command.
26 \begin{gather}
27 \label{eq1}
28 1+2=3  \\
29 \label{eq1a} 
30 \tag{\ref{eq1}a}
31 1=3-2 
32 \end{gather}
33 %\tracingmacros=0\tracingonline=0
35 Obviously, \eqref{eq1} and \eqref{eq1a} are equivalent.
37 \end{document}