[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690454: marked as done (texlive-latex-base: [varioref] next/facing page alternate when the target is on the facing page)



Your message dated Mon, 15 Oct 2012 10:57:35 +0900
with message-id <20121015015735.GB2057@gamma.logic.tuwien.ac.at>
and subject line Re: Bug#690454: texlive-latex-base: [varioref] next/facing page alternate when the target is on the facing page
has caused the Debian Bug report #690454,
regarding texlive-latex-base: [varioref] next/facing page alternate when the target is on the facing page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
690454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690454
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-latex-base
Version: 2012.20120611-5
Severity: normal

Hello,

There is a problem with the package varioref, when using \vref and the
referenced floats are on the facing page, the text "on the facing page"
and "on the next page" are used alternatively at each call of \vref.
I am attaching an example containing only one figure and several
references to it, but the problem is the same when each \vref points to
a different figure.

If you need details or further tests, don't hesitate to ask.

Cheers,
  Matteo


##################################
minimal input file: see attached test-varioref.tex.


##################################
other files (attached):
- test-varioref.log
- test-varioref.fls


######################################
 List of ls-R files

-rw-r--r-- 1 root root 1750 Oct  9 10:22 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 18 03:25 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Oct  3 14:12 /usr/share/texlive/texmf/ls-R -> /var/lib/texmf/ls-R-TEXLIVEMAIN
-rw-rw-r-- 1 root staff 80 Jun 29 11:24 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 31 Oct  3 14:12 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Oct  3 14:12 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Oct  3 14:12 /usr/share/texlive/texmf/ls-R -> /var/lib/texmf/ls-R-TEXLIVEMAIN
######################################
 Config files
-rw-r--r-- 1 root root 838 Jun 18 10:13 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 5874 Oct  9 10:22 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Oct  3 14:12 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3731 Oct  9 10:22 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Nov 10  2008 mktex.cnf
-rw-r--r-- 1 root root 838 Jun 18 10:13 texmf.cnf
######################################
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages texlive-latex-base depends on:
ii  dpkg              1.16.8
ii  tex-common        3.13
ii  texlive-base      2012.20120611-5
ii  texlive-binaries  2012.20120628-3
ii  texlive-common    2012.20120611-5

Versions of packages texlive-latex-base recommends:
ii  texlive-latex-base-doc  2012.20120611-5

texlive-latex-base suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  dpkg                   1.16.8
ii  ucf                    3.0025+nmu3

Versions of packages tex-common suggests:
ii  debhelper  9.20120909

Versions of packages texlive-latex-base is related to:
ii  tex-common        3.13
ii  texlive-binaries  2012.20120628-3

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
\documentclass[twoside]{book}

\usepackage{kantlipsum}
\usepackage{varioref}

\begin{document}


\chapter{First}


\section{This is a right page}

\kant[1-3]


\section{This is a left page}

So now, the references:
\begin{itemize}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
	\item Fig. \vref{fig:blah}
\end{itemize}

\begin{figure}[p]
	\centering
	Blah.
	\caption{This is a right page}
	\label{fig:blah}
\end{figure}

\end{document}
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) (format=pdflatex 2012.10.9)  14 OCT 2012 15:59
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**test-varioref.tex
(./test-varioref.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, fr
ench, basque, loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo
File: bk10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texlive/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty
Package: l3bootstrap 2011/12/29 v3110 L3 Experimental bootstrap code
)
Package: l3names 2012/03/04 v3494 L3 Experimental namespace for primitives
)
(/usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count88
)
Package: expl3 2012/04/23 v3570 L3 Experimental code bundle wrapper

(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 130.

(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count89
))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty
Package: l3basics 2012/03/04 v3491 L3 Experimental basic definitions
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty
Package: l3expan 2012/02/26 v3460 L3 Experimental argument expansion
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty
Package: l3tl 2012/03/04 v3490 L3 Experimental token lists
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty
Package: l3seq 2012/03/04 v3490 L3 Experimental sequences and stacks
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty
Package: l3int 2012/03/04 v3490 L3 Experimental integers
\c_max_int=\count90
\l_tmpa_int=\count91
\l_tmpb_int=\count92
\l_tmpc_int=\count93
\g_tmpa_int=\count94
\g_tmpb_int=\count95
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty
Package: l3quark 2012/02/12 v3384 L3 Experimental quarks
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty
Package: l3prg 2012/03/04 v3490 L3 Experimental control structures
\g_prg_map_int=\count96
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty
Package: l3clist 2012/03/04 v3490 L3 Experimental comma separated lists
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty
Package: l3token 2012/03/04 v3491 L3 Experimental token manipulation
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty
Package: l3prop 2012/03/04 v3490 L3 Experimental property lists
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty
Package: l3msg 2012/04/23 v3568 L3 Experimental messages
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty
Package: l3file 2012/03/09 v3520 L3 Experimental file and I/O operations
\l_iow_stream_int=\count97
\l_iow_line_length_int=\count98
\l_iow_target_length_int=\count99
\l_iow_current_line_int=\count100
\l_iow_current_word_int=\count101
\l_iow_current_indentation_int=\count102
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty
Package: l3skip 2012/03/05 v3499 L3 Experimental dimensions and skips
\l_tmpa_dim=\dimen103
\l_tmpb_dim=\dimen104
\l_tmpc_dim=\dimen105
\g_tmpa_dim=\dimen106
\g_tmpb_dim=\dimen107
\l_tmpa_skip=\skip43
\l_tmpb_skip=\skip44
\l_tmpc_skip=\skip45
\g_tmpa_skip=\skip46
\g_tmpb_skip=\skip47
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty
Package: l3keys 2012/03/03 v3487 L3 Experimental key-value interfaces
\g_keyval_level_int=\count103
\l_keys_choice_int=\count104
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty
Package: l3fp 2012/03/04 v3490 L3 Experimental floating-point operations
\c_one_million=\count105
\c_one_hundred_million=\count106
\c_five_hundred_million=\count107
\c_one_thousand_million=\count108
\c_fp_pi_by_four_decimal_int=\count109
\c_fp_pi_by_four_extended_int=\count110
\c_fp_pi_decimal_int=\count111
\c_fp_pi_extended_int=\count112
\c_fp_two_pi_decimal_int=\count113
\c_fp_two_pi_extended_int=\count114
\l_fp_count_int=\count115
\l_fp_div_offset_int=\count116
\l_fp_exp_integer_int=\count117
\l_fp_exp_decimal_int=\count118
\l_fp_exp_extended_int=\count119
\l_fp_exp_exponent_int=\count120
\l_fp_input_a_sign_int=\count121
\l_fp_input_a_integer_int=\count122
\l_fp_input_a_decimal_int=\count123
\l_fp_input_a_exponent_int=\count124
\l_fp_input_b_sign_int=\count125
\l_fp_input_b_integer_int=\count126
\l_fp_input_b_decimal_int=\count127
\l_fp_input_b_exponent_int=\count128
\l_fp_input_a_extended_int=\count129
\l_fp_input_b_extended_int=\count130
\l_fp_mul_a_i_int=\count131
\l_fp_mul_a_ii_int=\count132
\l_fp_mul_a_iii_int=\count133
\l_fp_mul_a_iv_int=\count134
\l_fp_mul_a_v_int=\count135
\l_fp_mul_a_vi_int=\count136
\l_fp_mul_b_i_int=\count137
\l_fp_mul_b_ii_int=\count138
\l_fp_mul_b_iii_int=\count139
\l_fp_mul_b_iv_int=\count140
\l_fp_mul_b_v_int=\count141
\l_fp_mul_b_vi_int=\count142
\l_fp_mul_output_int=\count143
\l_fp_output_sign_int=\count144
\l_fp_output_integer_int=\count145
\l_fp_output_decimal_int=\count146
\l_fp_output_exponent_int=\count147
\l_fp_output_extended_int=\count148
\l_fp_round_position_int=\count149
\l_fp_round_target_int=\count150
\l_fp_split_sign_int=\count151
\l_fp_internal_int=\count152
\l_fp_trig_octant_int=\count153
\l_fp_trig_sign_int=\count154
\l_fp_trig_decimal_int=\count155
\l_fp_trig_extended_int=\count156
\l_fp_internal_dim=\dimen108
\l_fp_internal_skip=\skip48
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty
Package: l3box 2012/03/04 v3490 L3 Experimental boxes
\l_tmpb_box=\box26
\l_box_top_dim=\dimen109
\l_box_bottom_dim=\dimen110
\l_box_left_dim=\dimen111
\l_box_right_dim=\dimen112
\l_box_top_new_dim=\dimen113
\l_box_bottom_new_dim=\dimen114
\l_box_left_new_dim=\dimen115
\l_box_right_new_dim=\dimen116
\l_box_internal_box=\box27
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty
Package: l3coffins 2012/03/03 v3482 L3 Experimental coffin code layer
\l_coffin_internal_box=\box28
\l_coffin_internal_dim=\dimen117
\l_coffin_offset_x_dim=\dimen118
\l_coffin_offset_y_dim=\dimen119
\l_coffin_x_dim=\dimen120
\l_coffin_y_dim=\dimen121
\l_coffin_x_prime_dim=\dimen122
\l_coffin_y_prime_dim=\dimen123
\l_coffin_Depth_dim=\dimen124
\l_coffin_Height_dim=\dimen125
\l_coffin_TotalHeight_dim=\dimen126
\l_coffin_Width_dim=\dimen127
\c_empty_coffin=\box29
\l_coffin_aligned_coffin=\box30
\l_coffin_aligned_internal_coffin=\box31
\l_coffin_bounding_shift_dim=\dimen128
\l_coffin_left_corner_dim=\dimen129
\l_coffin_right_corner_dim=\dimen130
\l_coffin_bottom_corner_dim=\dimen131
\l_coffin_top_corner_dim=\dimen132
\l_coffin_scaled_total_height_dim=\dimen133
\l_coffin_scaled_width_dim=\dimen134
\l_coffin_display_coffin=\box32
\l_coffin_display_coord_coffin=\box33
\l_coffin_display_pole_coffin=\box34
\l_coffin_display_offset_dim=\dimen135
\l_coffin_display_x_dim=\dimen136
\l_coffin_display_y_dim=\dimen137
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty
Package: l3color 2011/09/07 v2776 L3 Experimental colour support
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty
Package: l3luatex 2012/02/09 v3355 L3 Experimental LuaTeX-specific functions
\g_cctab_allocate_int=\count157
\g_cctab_stack_int=\count158
))
Package: kantlipsum 2011/12/23 v0.5 Dummy text in Kantian style

(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2012/04/23 v3570 L3 Experimental document command parser
\l_xparse_current_arg_int=\count159
\l_xparse_m_args_int=\count160
\l_xparse_mandatory_args_int=\count161
\l_xparse_processor_int=\count162
\l_xparse_v_nesting_int=\count163
)
\l_kgl_start_int=\count164
\l_kgl_end_int=\count165
..................................................
.. LaTeX info: "xparse/define-command"
.. 
.. Defining document command \kant with arg. spec. 's>{\SplitArgument
.. {1}{-}}O{1-7}' on line 78.
..................................................
..................................................
.. LaTeX info: "xparse/define-command"
.. 
.. Defining document command \kantdef with arg. spec. 'mm' on line 91.
..................................................
..................................................
.. kantlipsum info: "how-many"
.. 
.. The package provides paragraphs 1 to 164. Values outside this range will be
.. ignored.
..................................................
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/varioref.sty
Package: varioref 2011/10/02 v1.4z package for extended references (FMi)
\c@vrcnt=\count166
)
(./test-varioref.aux)
\openout1 = `test-varioref.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 6.
LaTeX Font Info:    ... okay on input line 6.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 6.
LaTeX Font Info:    ... okay on input line 6.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 6.
LaTeX Font Info:    ... okay on input line 6.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 6.
LaTeX Font Info:    ... okay on input line 6.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 6.
LaTeX Font Info:    ... okay on input line 6.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 6.
LaTeX Font Info:    ... okay on input line 6.

(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count167
\scratchdimen=\dimen138
\scratchbox=\box35
\nofMPsegments=\count168
\nofMParguments=\count169
\everyMPshowfont=\toks14
\MPscratchCnt=\count170
\MPscratchDim=\dimen139
\MPnumerator=\count171
\makeMPintoPDFobject=\count172
\everyMPtoPDFconversion=\toks15
) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
))
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)

(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)))
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 452.

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
Chapter 1.
[1


{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Font Info:    Try loading font information for OMS+cmr on input line 21.

(/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <10> not available
(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 21.
 [2] [3]
(./test-varioref.aux) ) 
Here is how much of TeX's memory you used:
 6471 strings out of 495030
 110910 string characters out of 3180761
 672178 words of memory out of 3000000
 9594 multiletter control sequences out of 15000+200000
 5511 words of font info for 20 fonts, out of 3000000 for 9000
 14 hyphenation exceptions out of 8191
 38i,5n,27p,293b,157s stack positions out of 5000i,500n,10000p,200000b,50000s
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfon
ts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.
pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
Output written on test-varioref.pdf (3 pages, 50136 bytes).
PDF statistics:
 30 PDF objects out of 1000 (max. 8388607)
 20 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)

PWD /home/mc/tmp/varioref
INPUT /etc/texmf/web2c/texmf.cnf
INPUT /usr/share/texlive/texmf/web2c/texmf.cnf
INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt
INPUT test-varioref.tex
OUTPUT test-varioref.log
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/book.cls
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/book.cls
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo
INPUT /usr/share/texlive/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/varioref.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/varioref.sty
INPUT test-varioref.aux
INPUT test-varioref.aux
OUTPUT test-varioref.aux
INPUT /usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
INPUT /usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
OUTPUT test-varioref.pdf
INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsl10.tfm
INPUT test-varioref.aux
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb

--- End Message ---
--- Begin Message ---
Hi,

On So, 14 Okt 2012, Matteo Cypriani wrote:
> There is a problem with the package varioref, when using \vref and the
> referenced floats are on the facing page, the text "on the facing page"
> and "on the next page" are used alternatively at each call of \vref.

By design ... from the varioref.pdf document:
-------
To allow a bit random variation in the generated strings one can use the com-
mand \reftextvario inside the string macros. It takes two arguments and selects
one or the other for printing depending on the number of already seens \vref or
\vpageref commands. As an example see the definitions of \reftextbefore etc.
on page 7.
-------
and varioref uses \reftextvario for the definition of the languages:
\DeclareOption{american}
  {\vref@addto\extrasamerican{%
    \def\reftextfaceafter {on the \reftextvario{facing}{next} page}%
    \def\reftextfacebefore{on the \reftextvario{facing}{preceding}
                           page}%
    \def\reftextafter     {on the \reftextvario{following}{next} page}%
    \def\reftextbefore    {on the \reftextvario{preceding}{previous} page}%
    \def\reftextcurrent   {on \reftextvario{this}{the current} page}%
...

If you do not want this behaviour, you have to redefine the various
\reftext*


Closing this bug.


And, by the way, did you read the bug report message?
   *** The Debian TeX Team is *no* LaTeX Help Desk ***

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
HOGGESTON (n.)
The action of overshaking a pair of dice in a cup in the mistaken
belief that this will affect the eventual outcome in your favour and
not irritate everyone else.
			--- Douglas Adams, The Meaning of Liff

--- End Message ---

Reply to: