Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb1425.lvt
blob8b25ff691e61c3e051f0edbae1c07cd905b0c839
1 % Test file for LaTeX2e/Babel bug report #1425
2 % babel and amsmath 
3 \input{test2e}
4 \documentclass[english]{article}
5 \START
6 \AUTHOR{Johannes Braams} 
7 \FORMAT{LaTeX2e<1994/06/01>}
8 \CLASS[english]{article}
9 \PACKAGE{babel}
10 \PACKAGE{amsmath}
12 \OMIT
13 \usepackage{babel}
14 \usepackage{amsmath}
16 \begin{document}
17 \TIMO
19 Sample equation to demonstrate the bug:
20 \begin{equation}
21   K_n^s = \frac{1}{\pi}\int\limits_0^{2\pi} \sin(n \theta_y)\, d\theta_y.
22   \label{e:Kns1}
23 \end{equation}
25 Reference to eqn.~\eqref{e:Kns1}.
26 \end{document}