Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3505.lvt
blob3423d0cb993cb7de6947a98e5030ba2f0666e961
1 \iffalse
2 >Synopsis:       problem using french and polutonikogreek
3 >Arrival-Date:   Thu Feb 27 19:31:00 CET 2003
4 >Originator:     christian@justen-mack.de (Christian Justen)
5 >Release:        LaTeX2e <2001/06/01>
6 Description of bug:
8 Using babel with the options [french,polutonikogreek,german]
9 will cause LaTeX to crash. If the order is changed, for example to
10 [polutonikogreek,french,german] documents can be compiled without any
11 problem. According to David Kastrup this is caused by greek.lfd 
12 assuming that ! always has catcode 12, which french.lfd changes even 
13 before the beginning the document.
15 \fi
16 \input{test2e}
17 \documentclass[a4paper]{article}
19 \START
20 \FORMAT{LaTeX2e<2001/06/01>}
21 \AUTHOR{christian@justen-mack.de (Christian Justen)}
22 \CLASS[a4paper]{article}
23 \PACKAGE[frenchb,polutonikogreek,german]{babel}
24 \PACKAGE[T1]{fontenc}
25 \showboxbreadth=50
26 \showboxdepth=50
27 \def\testit#1{%
28   \setbox0=\hbox{#1}\showbox0}
29 \OMIT
31 \usepackage[frenchb,polutonikogreek,german]{babel}
32 \usepackage[T1]{fontenc}
34 \begin{document}
35 \TIMO
37 \testit{\foreignlanguage{polutonikogreek}{>en >arq~h| >~hn <o l'ogoc.}}
39 \testit{Ah!}
41 \testit{\foreignlanguage{french}{Ah!}}
43 \end{document}
44 \endinput
46 A (thin)space is added between Ah and ! in French, not in German
47 (that's correct).