Tagged Questions
7
votes
1answer
82 views
Collapse “on page”s for multiple references in \vref
The code at the bottom produces
See equations (1) and (2) on page 6 and on page 11.
What I'd like is
See equations (1) and (2) on pages 6 and 11.
Otherwise it looks quite strange in my ...
3
votes
1answer
59 views
Switch off “on page” for varioref
For referencing I'm using the three packages
\usepackage{varioref}
\usepackage{hyperref}
\usepackage{cleveref}
In the text I cite with \vref, which is redefined by cleveref and does its job very ...
4
votes
1answer
52 views
cleveref & varioref : Missing \endcsname inserted
I read the excellent question Difference between ref, varioref and cleveref. Decision for a thesis and various doc on the net (the varioref package documentation) and tried to use it... but with many ...
31
votes
1answer
607 views
Difference between ref, varioref and cleveref. Decision for a thesis
How can one make a quick decision what the best "ref" for a thesis in pdflatex with hyperref is?
After a few hours reading I do not know more than
ref is used by everyone who does not know about ...
8
votes
2answers
373 views
\veqref{} command like \vref…from varioref package
1) The varioref package gives \vref, which gives output as follows...
figure~\ref{fig:test} on page~\pageref{fig:test}.
2) The amsmath package gives \eqref{}, which gives output as follows...
...
21
votes
1answer
550 views
Impact of hyperref, when varioref and cleveref are used
I think I may have found a bug in either hyperref, cleverefoder varioref but can't determine the details any further. If do not load hyperref in the following example, the result is fine.
...
22
votes
1answer
672 views
Relative chapter references
(A follow-up of sorts on Variable chapter references, as per @werner 's suggestion)
This is somewhere in between a request for comments and an actual question (as well as a summary of my experiences ...