[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#578524: marked as done (Texlive : uncompatibility between varioref and french babel)



Your message dated Sat, 26 Mar 2011 18:18:02 +0100
with message-id <20110326171802.GA8728@preusse-16223.user.cis.dfn.de>
and subject line Re: Bug#578524: Texlive : uncompatibility between varioref and french babel
has caused the Debian Bug report #578524,
regarding Texlive : uncompatibility between varioref and french babel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
578524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578524
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-latex-base
Version: 2009-8

I use squeeze. When I use  together packages varioref  and babel with
option french, I get an error with command \vref (!Missing \endcsname
inserted). Example file follows.

It works with  texlive  2007.dfsg.2-1~lenny2 (I have access to a
computer with lenny installed).

I tried also babel without option and it works well.

------------------------------------------------------------------------------
\documentclass{article}
\usepackage[frenchb]{babel}
\usepackage{varioref}
\usepackage[T1]{fontenc}
\begin{document}
\section{Section 1}\label{sec:1}
Text1

\newpage
Text2
{\vref{sec:1}}
\end{document}
-------------------------------------------------------------------------------------------------------------------------
output for latex file.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
restricted \write18 enabled.
entering extended mode
(./essai.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, french, basque, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf-texlive/tex/generic/babel/babel.sty
(/usr/share/texmf-texlive/tex/generic/babel/frenchb.ldf
(/usr/share/texmf-texlive/tex/generic/babel/babel.def)
*************************************
* Local config file frenchb.cfg used
*
(/usr/share/texmf-texlive/tex/generic/babel/frenchb.cfg)))
(/usr/share/texmf-texlive/tex/latex/carlisle/scalefnt.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/tools/varioref.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)) (./essai.aux) [1]
! Missing \endcsname inserted.
<to be read again>
                  :
l.11 {\vref{sec:1}
                 }
?



   Paul Rozière





--- End Message ---
--- Begin Message ---
On 20.04.10 Paul Rozière (roziere@pps.jussieu.fr) wrote:

Hi Paul, hi Denis,

> I use squeeze. When I use  together packages varioref  and babel
> with option french, I get an error with command \vref (!Missing
> \endcsname inserted).  Example file follows.
> 
> ------------------------------------------------------------------------------
> \documentclass{article}
> \usepackage[frenchb]{babel}
> \usepackage{varioref}

Including here an "\usepackage{nameref}" solves your problem. I don't
fully understand, why this is the case, but I don't care. Closing
this bug.

> \usepackage[T1]{fontenc}
> \begin{document}
> \section{Section 1}\label{sec:1}
> Text1
> 
> \newpage
> Text2
> {\vref{sec:1}}
> \end{document}
> 

Hilmar
-- 
sigmentation fault


--- End Message ---

Reply to: