Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2225.lvt
blob4cc01ad09fb6ddf543ca334d4abedf2cc3128c9f
1 % Test file for LaTeX2e/Babel bug report 2225
2 % Conflict between babel and ifthen. The construction \isodd{\pageref{key}} 
3 % does not work when babel is active. 
5 \input{test2e}
6 \documentclass{article}
7 \START
8 \AUTHOR{Piet van Oostrum <piet@cs.ruu.nl>}
9 \FORMAT{LaTeX2e<1996/06/01>}
10 \CLASS{article}
11 \PACKAGE{ifthen}
12 \PACKAGE[dutch]{babel}
14 \OMIT
15 \usepackage{ifthen}
16 \usepackage[dutch]{babel}
18 \begin{document}
19 \TIMO
21 \section{Test}
22 \label{test}
23 \wlog{We are on page 1, }
24 We are on an \ifthenelse{\isodd{\pageref{test}}}
25 {ODD\wlog{ODD}}{EVEN\wlog{EVEN}} page.
26 \wlog{this is}
27 This is \ifthenelse{\pageref{test}=1}{}{NOT\wlog{NOT}} the first page.
28 \wlog{the first page}
30 \end{document}