latex3 / tagpdf

Tagging support code for LaTeX
60 stars 7 forks source link

sort out /Alt and /ActualText keys #9

Closed u-fischer closed 6 years ago

u-fischer commented 6 years ago

Code must be corrected. It doesn't work with pdflatex correctly (expansion is wrong ...).

And decide about the input method. A variety of input methods like accsupp? Or only one?

%pdflatex
\documentclass{book}

\usepackage{tagpdf}
\tagpdfsetup{tabsorder=structure,
             activate-all, %deactivate to see the difference
             uncompress
             }

\begin{document}
\tagstructbegin{tag=Document,alttext=blub}
\tagstructend   
\end{document}
! Undefined control sequence.
\GenericError  ...           
u-fischer commented 6 years ago

This has been corrected in version 0.3.