Skip to content

Commit

Permalink
add varioref compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 committed Jul 11, 2024
1 parent cb8e858 commit 270dcd9
Show file tree
Hide file tree
Showing 2 changed files with 31 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
28 changes: 28 additions & 0 deletions tagging-status/testfiles/varioref/varioref-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
% !TeX program = lualatex --synctex=1 --interaction=nonstopmode %.tex | txs:///view-pdf
\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 270dcd9

Please sign in to comment.