diff --git a/_data/tagging-status.yml b/_data/tagging-status.yml index e22aff31..7c90cf6d 100644 --- a/_data/tagging-status.yml +++ b/_data/tagging-status.yml @@ -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 diff --git a/tagging-status/testfiles/varioref/varioref-01.tex b/tagging-status/testfiles/varioref/varioref-01.tex new file mode 100644 index 00000000..986c9f7a --- /dev/null +++ b/tagging-status/testfiles/varioref/varioref-01.tex @@ -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} \ No newline at end of file