Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb1212.lvt
blob5c29983cf33aa0c2a87b4943cf0b0ec1b62d35f2
1 %test file for LaTeX2e/Babel Bug report #1212
2 % Tha active `:' in french broke hhline.
3 \input{test2e}
4 \documentclass{article}
5 \START
6 \AUTHOR{Benjamin BAYART, tex@esiee.fr}
7 \FORMAT{LaTeX2e<1996/06/01>}
8 \CLASS{article}
9 \PACKAGE[english,francais]{babel}
10 \PACKAGE{hhline}
12 \OMIT
13 \usepackage[english,francais]{babel}
14 \usepackage{hhline}
15 \begin{document}
16 \TIMO
18 \showboxbreadth=40
19 \showboxdepth=40
20 \setbox0=\hbox{%
21 \begin{tabular}{||cc||c|c||}
22                  \hhline{|t:==:t:==:t|}
23 a & b & c & d \\ \hhline{|:==:|~|~||}
24 1 & 2 & 3 & 4 \\ \hhline{#==#~|=#}
25 i & j & k & l \\ \hhline{||--||--||}
26 w & x & y & z \\ \hhline{|b:==:b:==:b|}
27 \end{tabular}
29 \showbox0
31 \selectlanguage{english}
33 \setbox0=\hbox{%
34 \begin{tabular}{||cc||c|c||}
35                  \hhline{|t:==:t:==:t|}
36 a & b & c & d \\ \hhline{|:==:|~|~||}
37 1 & 2 & 3 & 4 \\ \hhline{#==#~|=#}
38 i & j & k & l \\ \hhline{||--||--||}
39 w & x & y & z \\ \hhline{|b:==:b:==:b|}
40 \end{tabular}
42 \showbox0
43 \end{document}