You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a strict mode that would raise errors for otherwise valid LaTeX that fails the specified pdfstandard. For example:
omitting a \title
creating a table without setting header-rows or header-columns
using \includegraphics, {tikzpicture}, \tikz, or {picture} (others?) without setting alt, artifact, or actualtext. (Currently, \includegraphics issues a warning in this case.)
I'm sure there are other possibilities
The syntax could be \tagpdfsetup{strict-tagging} so that we could allow \tagpdfsetup{strict-tagging=false} and grouping.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I would like to request a strict mode that would raise errors for otherwise valid LaTeX that fails the specified
pdfstandard. For example:\titleheader-rowsorheader-columns\includegraphics,{tikzpicture},\tikz, or{picture}(others?) without settingalt,artifact, oractualtext. (Currently,\includegraphicsissues a warning in this case.)The syntax could be
\tagpdfsetup{strict-tagging}so that we could allow\tagpdfsetup{strict-tagging=false}and grouping.All reactions