guess we don't want the build dir
[latex2e.git] / trunk / required / babel / testfiles / tlb2798.lvt
blob25a0552f93edf403ed67176e793c9028ef1a7d63
1 \iffalse
3 Number:         2798
4 Originator:     matthieu.amiguet@etudiants.unine.ch  (Matthieu Amiguet)
5 Description:
6 Description of bug:
7  The "french" option makes "double punctuation" characters active. This
8  causes problems with XY-pic package. This should be fixed by
9 surrounding
10  xy environnements with
11 \selectlanguage{english}...\selectlanguage{french}
12  (note that with GAULLE's "french" package, this does work).
13  However, this doesn't work with Babel.
14 Release:        LaTeX2e <1996/12/01> patch level 1Babel <v3.6h> and
15 \fi
17 \input{test2e}
19 \documentclass[]{article}
21 \START
22 \FORMAT{LaTeX2e<1997/12/01>}
23 \CLASS[]{article}
24 \PACKAGE[english,francais]{babel}
25 \PACKAGE[]{xy}
27 \OMIT
29 \usepackage[english,francais]{babel}
30 \usepackage[]{xy}
32 \begin{document}
34 \TIMO
36 \makeatletter
37 \showboxbreadth=30\showboxdepth=30
38 \setbox0\vbox{\@parboxrestore
39 \shorthandoff!
40 $$\begin{xy}
41 0*!DL{A}
42 \end{xy}$$
44 \showbox0
46 \end{document}