Skip to content

Commit

Permalink
Merge pull request #117 from mbertucci47/varioref-compat
Browse files Browse the repository at this point in the history
add varioref compatibility
  • Loading branch information
FrankMittelbach authored Jul 11, 2024
2 parents cb8e858 + 2449b37 commit eaf6906
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -751,10 +751,10 @@

- name: varioref
type: package
status: unknown
status: compatible
issues:
tasks: needs tests
updated: 2024-07-06
tests: true
updated: 2024-07-11

- name: varwidth
type: package
Expand Down
27 changes: 27 additions & 0 deletions tagging-status/testfiles/varioref/varioref-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid}
}
\documentclass{article}
\usepackage[nospace]{varioref}

\title{varioref tagging test}

\begin{document}

\section{Some heading}\label{lab}

\ref{lab}\par
\vref{lab}\par
\vpageref{lab}

\newpage

\ref{lab}\par
\vref{lab}\par
\vpageref{lab}

\end{document}

0 comments on commit eaf6906

Please sign in to comment.