summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagpdf/ex-structure.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-14 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2022-01-14 03:01:14 +0000
commit45623da68203ac8d7aa04b779a6ed65c92c3f866 (patch)
tree151ca3ede3ee826360d4b32c0029cfc106346ec9 /macros/latex/contrib/tagpdf/ex-structure.tex
parentee3f9ca89b21a2174f7e427d9d48247b1912e130 (diff)
CTAN sync 202201140301
Diffstat (limited to 'macros/latex/contrib/tagpdf/ex-structure.tex')
-rw-r--r--macros/latex/contrib/tagpdf/ex-structure.tex75
1 files changed, 0 insertions, 75 deletions
diff --git a/macros/latex/contrib/tagpdf/ex-structure.tex b/macros/latex/contrib/tagpdf/ex-structure.tex
deleted file mode 100644
index 8ce5b624b8..0000000000
--- a/macros/latex/contrib/tagpdf/ex-structure.tex
+++ /dev/null
@@ -1,75 +0,0 @@
-% !Mode:: "TeX:DE:UTF-8:Main"
-\RequirePackage{pdfmanagement-testphase}
-\DeclareDocumentMetadata{pdfversion=1.7,uncompress}
-
-\documentclass{book}
-\usepackage[english,ngerman]{babel}
-\usepackage{tagpdf}
-\usepackage{amsmath}
-\usepackage{graphicx}
-
-\usepackage{iftex}
-\iftutex
- \usepackage{fontspec}
- \usepackage{luacode}
-\else
- \usepackage[T1]{fontenc}
-\fi
-
-
-\tagpdfsetup{tabsorder=structure,
- activate
- }
-\newsavebox\mybox
-
-% this works only as we have only one page. Footer/header must be handle in the output routine.
-\usepackage{fancyhdr}
-\pagestyle{fancy}
-\fancyhf{}
-
-\cfoot{\tagmcbegin{artifact=pagination}\thepage\tagmcend}
-\begin{document}
-
- \tagstructbegin{tag=Sect}
- \tagstructbegin{tag=H}
- \tagmcbegin{tag=H}
- \section{Section}
- \tagmcend
- \tagstructend
- \tagstructbegin{tag=P}
- \tagmcbegin{tag=P,raw=/Alt (x)}
- a paragraph\par x
- \tagmcend
- \tagstructend
-
- \tagstructbegin{tag=L} %List
- \tagstructbegin{tag=LI}
- \tagstructbegin{tag=Lbl}
- \tagmcbegin{tag=Lbl}
- 1.
- \tagmcend
- \tagstructend
- \tagstructbegin{tag=LBody}
- \tagmcbegin{tag=P}
- List item body
- \tagmcend
- \tagstructend %lbody
- \tagstructend %Li
-
- \tagstructbegin{tag=LI}
- \tagstructbegin{tag=Lbl}
- \tagmcbegin{tag=Lbl}
- 2.
- \tagmcend
- \tagstructend
- \tagstructbegin{tag=LBody}
- \tagmcbegin{tag=P}
- another List item body
- \tagmcend
- \tagstructend %lbody
- \tagstructend %Li
- \tagstructend %L
-
- \tagstructend %Sect
-
-\end{document} \ No newline at end of file