summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagpdf/ex-tagpdf-template.tex
blob: 7bafcb6aa9fcf2985cc1472873be6758c04349dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% !Mode:: "TeX:DE:UTF-8:Main"

%this is more or less minimal template that can be used as starting point
%it doesn't set everything that would be needed!

% \DocumentMetadata requires a new pdfmanagement-testphase version! Older versions
% should use \DeclareDocumentMetadata
\DocumentMetadata
 {uncompress, %only for debugging!!
  pdfversion=2.0,
  testphase=phase-III %load and activate tagpdf and uses all the phase-III code
  }

\documentclass{article}
\usepackage[english]{babel}

\usepackage{iftex}
\iftutex
  \usepackage{fontspec}
\else
  \usepackage[T1]{fontenc}
\fi

\tagpdfsetup
    {
      tabsorder=structure,
    }
\begin{document}
\pagestyle{empty} %

    a paragraph

\end{document}