summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex b/Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex
new file mode 100644
index 00000000000..df0325025e9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tagpdf/ex-attribute.tex
@@ -0,0 +1,63 @@
+% !Mode:: "TeX:DE:UTF-8:Main"
+\documentclass{scrartcl}
+\usepackage[english]{babel}
+\usepackage{tagpdf}
+\tagpdfsetup{activate-all,uncompress}
+
+\ifluatex\else
+\pdfcatalog{/Lang (en-UK)}
+\pdfinfo {/Title (Title)}
+\fi
+
+\tagpdfsetup
+{
+ newattribute = {TH-col} { <</Owner /Table /Scope /Column>> },
+ newattribute = {TH-row} { <</Owner /Table /Scope /Row>> },
+ newattribute = {TH-both}{ <</Owner /Table /Scope /Both>> },
+ newattribute = {Lay-borderdotted}{ <</Owner /Layout /Borderstyle /Dotted >> },
+}
+\begin{document}
+\pagestyle{empty} %
+\tagstructbegin{tag=Document}
+
+\tagstructbegin{tag=Table}
+\begin{center}
+\begin{tabular}{ l | c | }
+\hline
+\tagstructbegin{tag=THead}
+ \tagstructbegin{tag=TR}
+ \tagstructbegin{tag=TH,attribute= {TH-both,Lay-borderdotted}}
+ \tagmcbegin{tag=TH}
+ h1
+ \tagmcend
+ \tagstructend &
+ \tagstructbegin{tag=TH,attribute-class= {TH-col,Lay-borderdotted}}
+ \tagmcbegin{tag=TH}
+ h2
+ \tagmcend
+ \tagstructend
+ \tagstructend %TR
+ \tagstructend %Thead
+ \\ \hline
+ \tagstructbegin{tag=TBody}
+ \tagstructbegin{tag=TR}
+ \tagstructbegin{tag=TD}
+ \tagmcbegin{tag=TD}
+ r1
+ \tagmcend
+ \tagstructend %TD
+&
+ \tagstructbegin{tag=TD}
+ \tagmcbegin{tag=TD}
+ h2
+ \tagmcend
+ \tagstructend
+ \tagstructend %TR
+ \tagstructend %TBody
+ \\ \hline
+ \end{tabular}
+\end{center}
+\tagstructend
+
+\tagstructend
+\end{document} \ No newline at end of file