Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0268.lvt
blobf5229a3eb078bf3ebe49add3d0dc4bbe87a70894
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #268
16 % eqnarray environment doesn't work in slides class.
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Ryszard Tanas}
28 \CLASS{slides}
30 \OMIT
32 \documentclass{slides}
34 \setlength{\topmargin}{0cm}
35 \setlength{\leftmargin}{0cm}
36 \setlength{\hoffset}{-1cm}
38 \begin{document}
40 \TIMO
42 \begin{center}
43 {\bf Master equation}
44 \end{center}
45 \begin{eqnarray}
46 {\partial\rho\over\partial t}&=&-i \sum_{l=1}^{2}\left\{\delta[S_{l}^{z},\rho]
47 -{1\over 2}\Omega[(S_{l}^{+}e^{-i\varphi_{L}}+S_{l}^{-}
48 e^{i\varphi_{L}}),\rho ]\right\}\nonumber\\
49 &&-i\sum_{l\neq k}^{2}\Omega_{lk}[S_{l}^{+}S_{k}^{-},\rho ]\nonumber\\
50 &&-\sum_{l,k}\gamma_{lk}(S_{l}^{+}S_{k}^{-}\rho +\rho S_{l}^{+}S_{k}^{-}
51 -2S_{k}^{-}\rho S_{l}^{+})
52 \label{e1}
53 \end{eqnarray}
55 \end{document}