Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3525.lvt
blob4600aa55deb0ca72f7f8d706898eea76b45c961e
1 \iffalse
2 >Number:         3525
3 >Category:       babel
4 >Synopsis:       conflict between babel[french] and varioref packages
5 >Arrival-Date:   Wed Apr 16 11:31:01 CEST 2003
6 >Last-Modified:  Mon Apr 28 19:11:01 CEST 2003
7 >Originator:     petit.frederic@free.fr  ( Frédéric Petit )
8 >Release:        LaTeX2e <2001/06/01>
9 Environment:
10  Hyphenation: Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, nohyphenation, loaded.
11  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
12  \@currdir: macro:->./
13  \input@path: undefined (Standard setting)
14 >Description:
15 Description of bug:
17 I have discovered a bug (?) with babel with francais option and the package
18 varioref.
20 More precisely, with the \vrefrange and \vpagerefrange commands.
21 With the others commands of varioref (as \vref and \vpageref), it works fine.
23 With babel and other language option, it works without problem.
26 >How-To-Repeat:
27 \fi
29 \input{test2e}
30 \documentclass{book}
32 \START
33 \FORMAT{LaTeX2e<2001/06/01>}
34 \AUTHOR{etit.frederic@free.fr  ( Frédéric Petit )}
35 \CLASS{book}
36 \PACKAGE[french]{varioref}
37 \PACKAGE[francais]{babel}
38 \showboxbreadth=50
39 \showboxdepth=50
40 \def\testit#1{%
41   \setbox0=\hbox{#1}\showbox0}
42 \OMIT
44 \usepackage[french]{varioref}
45 \usepackage[francais]{babel}
47 \begin{document}
48 \TIMO
50 \testit{Chapitre~\vref{cha:un} et chapitre~\vref{cha:deux}}
52 \testit{Chapitres~\vrefrange{cha:un}{cha:deux}}
54 \chapter{Un}
55 \label{cha:un}
57 \chapter{Deux}
58 \label{cha:deux}
60 \end{document}
61 \endinput