Skip to content

Commit

Permalink
add undolabl compat (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 5, 2024
1 parent 0b982a3 commit c68ff96
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9487,6 +9487,15 @@
tests: true
updated: 2024-07-26

- name: undolabl
type: package
status: compatible
included-in:
priority: 9
issues:
tests: true
updated: 2024-08-04

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

\title{undolabl tagging test}

\begin{document}

\section*{Example for undolabl}
This example demonstrates the use of package\newline
\textsf{undolabl}, v1.0m as of 2023-02-14 (HMM).\newline
For details please see the documentation!

\bigskip

\section{Test}
text \label{testlabel}\\
page-reference: \pageref{testlabel}\\%% -> page 4
sectional-reference: \ref{testlabel}\\%% -> section 4
name-reference: \nameref{testlabel}%% -> Still another test

\newpage

\section{Another test}
text \overridelabel{testlabel}\\
page-reference: \pageref{testlabel}\\%% -> page 4
sectional-reference: \ref{testlabel}\\%% -> section 4
name-reference: \nameref{testlabel}%% -> Still another test

\newpage

\section{Yet another test}
text \overridelabel{testlabel}\\
page-reference: \pageref{testlabel}\\%% -> page 4
sectional-reference: \ref{testlabel}\\%% -> section 4
name-reference: \nameref{testlabel}%% -> Still another test

\newpage

\section{Still another test}
text \overridelabel{testlabel}\\
page-reference: \pageref{testlabel}\\%% -> page 4
sectional-reference: \ref{testlabel}\\%% -> section 4
name-reference: \nameref{testlabel}%% -> Still another test

\end{document}

0 comments on commit c68ff96

Please sign in to comment.