Skip to content

Commit

Permalink
pac table test
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jun 6, 2024
1 parent 168ad05 commit 70f0ea5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file added experiments/pactests/tableattributes.pdf
Binary file not shown.
39 changes: 39 additions & 0 deletions experiments/pactests/tableattributes.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
\DocumentMetadata{lang=en,uncompress,pdfversion=1.7,pdfstandard=ua-1,testphase={phase-III,table,title}}
\documentclass{article}
\title{A test}
%2024-06-06
%PAC errors on the first table and claims that the scope is missing (which is in the /C )
\begin{document}
\tagpdfsetup{para/tagging=false}
\tagstructbegin{tag=Table}
\tagstructbegin{tag=TR}
\tagstructbegin{tag=TH,attribute-class=TH-col}
\tagmcbegin{}Header\tagmcend
\tagstructend
\tagstructend

\tagstructbegin{tag=TR}
\tagstructbegin{tag=TD}
\tagmcbegin{}data\tagmcend
\tagstructend
\tagstructend
\tagstructend



\bigskip
\tagstructbegin{tag=Table}
\tagstructbegin{tag=TR}
\tagstructbegin{tag=TH,attribute=TH-col}
\tagmcbegin{}Header\tagmcend
\tagstructend
\tagstructend

\tagstructbegin{tag=TR}
\tagstructbegin{tag=TD}
\tagmcbegin{}data\tagmcend
\tagstructend
\tagstructend
\tagstructend

\end{document}

0 comments on commit 70f0ea5

Please sign in to comment.