Scusami ho toppato.
Ho fatto altre prove e il problema è varioref che con refcheck e hyperref non va bene.
Infatti questo codice non funziona correttamente
`
\documentclass[twoside]{article}
\usepackage[a5paper,width=30em,lines=30]{geometry}
\usepackage{amsmath}
\usepackage[colorlinks=true]{hyperref}
\usepackage{varioref}
\usepackage{refcheck}
\begin{document}
\begin{equation}\label{eq1}
12+2=14
\end{equation}
la equazione \eqref{eq1}, \vref{fig}
\begin{figure}
testo
\caption{dida}\label{fig}
\end{figure}
\end{document}`
Nemmeno se l’ordine è questo
`
\usepackage{amsmath}
\usepackage{varioref}
\usepackage[colorlinks=true]{hyperref}
\usepackage{refcheck}`
Se invece l’rdine è questo
`
\usepackage{varioref}
\usepackage{refcheck}
\usepackage[colorlinks=true]{hyperref}
`
oppure questo
`
\usepackage{refcheck}
\usepackage{varioref}
\usepackage[colorlinks=true]{hyperref}`
c’è il problema che non riconosce i richiami e scrive sempre ??eq1??
Non so proprio cosa fare. Credo che tu ti debba accontentare.
Ciao
Andrea