Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / tools / testfiles / tlb0549.lvt
blob3a4f6b2c9f59cd67263a250ee14c34b8196e6b3c
1 % Test file for LaTeX2e PR549
3 \documentclass{article}
5 \usepackage{varioref}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 % Everything before this is ignored by the test system.
11 \START
13 \AUTHOR{Patrick Daly}
15 % Declare the format used on the original run, as printed by
16 % LaTeX.
18 \FORMAT{LaTeX2e<1994/06/01>}
20 \CLASS{article}
22 %   Correct bug in varioref
23 \makeatletter
24 \def\@vpageref[#1]{\@ifnextchar[%
25   \@@vpageref{\@@vpageref[#1][\unskip\space]}} % <<existing line
26 %  {\@@vpageref[#1]}{\@@vpageref[#1][\unskip\space]}} %<<Correction
27 \makeatother
30 \OMIT
32 \begin{document}
34 \TIMO
36 \section{One}
37 \label{one}
38 This is section one, to be referred to on the next page.
40 \newpage
42 \section{Two}
43 In the section \vpageref[above][one ]{one} we showed \dots.
45 \end{document}