Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2421.lvt
blob63d76267fc06ca5f26e0bb7d8b791f8f8be24cfd
1 % Test file for bug report 2421
2 % Active characters should be enabled in the second and third
3 % argument of \ifthenelse.
4 \input{test2e}
5 \documentclass{article}
6 \START
7 \AUTHOR{}\FORMAT{LaTeX2e<1996/12/01>}
8 \CLASS{article}
9 \PACKAGE{ifthen}
10 \PACKAGE[german]{babel}
12 \OMIT
13 \usepackage{ifthen}
14 \usepackage[german]{babel}
16 \showboxbreadth=20
17 \begin{document}
18 \TIMO
19 \setbox0\hbox{a\ifthenelse{\equal{A}{B}}{"A}{"a}a}\showbox0
21 \end{document}