latex3 / tagpdf

Tagging support code for LaTeX
60 stars 7 forks source link

Check possible clashes with accsupp #2

Open u-fischer opened 6 years ago

u-fischer commented 6 years ago

accsupp adds also BDC/EMC tags, so it must be checked if this clashes.

u-fischer commented 6 years ago

It looks as if mixing both it okay

\documentclass{article}
\usepackage{accsupp}
\usepackage{tagpdf}
\tagpdfsetup{activate-all,uncompress}
\pagestyle{empty}
\begin{document}
\tagstructbegin{tag=Document}
\tagstructbegin{tag=P}

\tagmcbegin{tag=P}
\BeginAccSupp{method=hex,unicode,ActualText=2226}
blub
\EndAccSupp{}
\tagmcend

\tagstructend
\tagstructend
\end{document}
u-fischer commented 2 years ago

But there seem to be interferences with automatic /Actualtext from luaotfload

https://github.com/latex3/luaotfload/issues/210