summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagpdf/ex-tagpdf-template.tex
blob: a2b0db1164a5abc0dffdbab1bf22730fb0c56955 (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!
\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata
 {
  uncompress,
  pdfversion=2.0
 }
\documentclass{scrartcl}
\usepackage[english]{babel}
\usepackage{tagpdf}
\usepackage{iftex}
\iftutex
  \usepackage{fontspec}
\else
  \usepackage[T1]{fontenc}
\fi

\tagpdfsetup
    {
      tabsorder=structure,
      activate, %adds Document structure
      paratagging, %activates tagging of paragraphs.
      interwordspace %actives interword spaces (lualatex, pdflatex)
    }
\begin{document}
\pagestyle{empty} %

    a paragraph

\end{document}