Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb1851.lvt
blob20074fe89317340b54cef85bbe3083e47881a2d5
1 % Test file for LaTeX2e/Babel bug report 1851
2 % The use of babel broke AMSLaTeX's \tag command
3 % specifically test with active character in label
5 \input{test2e}
6 \documentclass{report}
7 \START
8 \AUTHOR{Igor A. Kotelnikov <kotelnikov@inp.nsk.su>}
9 \FORMAT{LaTeX2e<1996/06/01>}
10 \CLASS{report}
11 \PACKAGE{amsmath}
12 \PACKAGE[francais]{babel}
14 \OMIT
15 \usepackage{amsmath}
16 \usepackage[francais]{babel}
18 \begin{document}
19 \TIMO
21 \begin{multline} 
22 f_{h}(v,\theta) =
23 \frac{\mathcal{Q}_{h} \tau_{he}}{(v^3+v_{ci}^3)^{-1}}
25 \times
26 \left\{
27 \exp
28 \left[
29                         -\bigg(
30                         \frac{\theta-\theta_{h}}
31                         {\Delta\theta}
32                         \bigg)^2
33                 \right]
34         \right\} ,
35         \label{slo:6}
36 \end  {multline} 
38 (\ref{slo:6})
40         \begin{align}
41         f_{h}(v,\theta) & =
42         \frac{\mathcal{Q}_{h} \tau_{he}}
43         {4\pi^{3/2} V W_{h} v^{3}\sin\theta_{h} \Delta\theta}
44         \notag\\
45         & \times
46         \left\{
47                 \exp
48                 \left[
49                         -\bigg(
50                         \frac{\theta-\theta_{h}}
51                         {\Delta\theta}
52                         \bigg)^2
53                 \right]
54         \right\} ,
55         \tag{\ref{slo:6}$'$}
56         \label{slo:6'}
57         \end{align}
59 (\ref{slo:6'})
61 \end{document}