Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / tools / testfiles / tlb4159.lvt
blobde7fdf4ac5a8f96b51bd809ccaf583ff5bfd7438
1 \iffalse
3 Number:         4159
4 Category:       tools
5 Synopsis:       varioref: \vref not working properly when \label is on the same page
7 Description of bug:
8 With the package varioref, when reference and \label are on 
9 the same page, \vref still prints the number of the page. 
11 \fi
13 \input{test2e}
15 \AUTHOR{Frank Mittelbach}
17 \documentclass{article}
19 \usepackage{varioref}
21 \loggingoutput
22 \tracingonline=1
24 \START
26 \begin{document}
27 \section{Real numbers}
28 The section\vref{sec-def}, ... The section 
29 ``Parity'' \vpageref{subsec-parity} ...
31 \subsection{Definitions}\label{sec-def}
32 \subsubsection{General Definitions}
33 \subsubsection{Parity}\label{subsec-parity}
35 \end{document}
37 \END