{varioref} is a package providing commands for cross-referencing that distinguish whether the target is on the same page, an adjacent page or further away and modify the reference text accordingly.
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 ...
11
votes
2answers
125 views
varioref: \vref or \vpageref at page boundary (may loop)
Sometimes a have situations, where I'm not able to compile a document, because the varioref package result in a loop. Here is a MWE, which result not in an endless loop, but it demonstrate the issue ...
21
votes
1answer
549 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.
...
3
votes
1answer
58 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 ...
31
votes
1answer
598 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 ...
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 ...
5
votes
1answer
43 views
Remove space before \reftextfaraway
I'm trying to change the format of \vref output (from the varioref package). I've added:
% Change the format of vrefs
\renewcommand*{\reftextfaraway}[1]{, page~\pageref{#1}}
This is close, but not ...
7
votes
1answer
375 views
Variable chapter references
I'm looking to typeset certain references à la varioref thus so: if I reference chapter 3 from within chapter 2, I'd like the output to look like "...in the next chapter---" rather than "...in chapter ...
6
votes
2answers
68 views
Getting rid of space after \vpageref
I want to use \vpageref and have a comma right after it. The problem is that a space is inserted even though I defined \reftextcurrent to be {}. In the example below I could fix this by adding the [] ...
8
votes
2answers
369 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...
...
2
votes
1answer
200 views
Changing the output of \vref
I'm using \vref for labels in my text. I'd like to change it in the output form X on p. Y instead of X on page Y. How can I do it?
3
votes
1answer
195 views
Varioref does not refer to the same page in the right way, i.e. 'on this page'
I've got a problem with the varioref package:
Whenever I want to refer to something that is on the same page as the reference, varioref normally printed something like 'X on this page' or 'X auf ...
11
votes
1answer
357 views
Lost labels using intertext with varioref and hyperref
I have a problem using \intertext together with \vref when hyperref is also used. Consider the following minimal example:
\documentclass{article}
\usepackage{amsmath, varioref}
...
21
votes
1answer
668 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 ...
10
votes
2answers
203 views
Customizing varioref to only add “… on page XX”, and only when there is more than one page in between reference and figure
varioref is a nice package as it will, when referencing, add "... on the [facing/next/preceding/following] page" if the reference and figure (or whatever object is being reference) are located on ...
6
votes
1answer
286 views
Centered captions containing \vref may not always appear as expected
I've noticed that when centered captions contains \vref to some reference, the captions may sometimes not become entirely centered. I see this especially in my document where there are two figures on ...
2
votes
2answers
231 views
Test equality between number of the current page and the one of one reference indicated
In the following code, I have one problem with the test \ifthenelse{\equal{\pageref{#1}}{\thepage}}{...}{...}. Why doesn't this detect the equality hoped if the reference is in the same page where it ...
3
votes
1answer
420 views
varioref hyperlinks go outside the text boundary
I'm using the varioref package to get descriptive references. When used with the hyperref package, the links will often go outside of the text boundary, as demonstrated in the MWE below.
If I set ...
