G. Milde wrote:
> > Did you check "Global" in Prefs->Language Settings->Language?
>
> No, as some of my documents are English, some German and some NGerman.

This is completely unrelated. "Global" just means that the languages of the 
document will be passed as an option to the document class, not to the babel 
package, i.e.:

\documentclass[english,ngerman]{article}
\usepackage{babel}

instead of

\documentclass{article}
\usepackage[english,ngerman]{babel}

The advantage of this "global" approach is that the language options are 
passed down to all packages, while in the latter case, they are not.

That's why varioref is not aware about the document language in your case.

Jürgen

Reply via email to