Hi,
if I try tu use cross-references like "<reference> on page <page>", the created 
latex
is not compilable.

After some googling this seems to be an effect of loading package hyperref 
together with varioref.

A working solution was for me to load also package cleveref

e.g.

        ...
        % 
        \usepackge{varioref} % loaded automatically
        ...
        \usepackge[unicode=true]{hyperref} % loaded automatically
        ...
        % later in preamble
        \usepackge{cleveref}


Could it be added automatically too if needed?

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to