-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b982a3
commit c68ff96
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |