Open mbertucci47 opened 3 months ago
The chess boards of the skak package should probably be tagged as figures, the symbols are not correctly mapped to Unicode, and with styleC the tags for the chess moves are empty (probably because of boxing but I haven't checked).
styleC
\DocumentMetadata { lang=en-US, pdfversion=2.0, pdfstandard=ua-2, testphase={phase-III,math,title,table,firstaid} } \documentclass{article} \usepackage{skak} \title{skak tagging test} \begin{document} \newgame \mainline{1.e4 e5 2. Nf3 Nc6 3.Bb5} \showboard \newgame \styleC \mainline{1.e4 c5 2.Nf3 Nc6} \wupperhand \devadvantage \samebishops \end{document}
Just to note, the symbols are actually coming from chessfss.
I feared that you would find the chess packages at some time ...
The chess boards of the skak package should probably be tagged as figures, the symbols are not correctly mapped to Unicode, and with
styleC
the tags for the chess moves are empty (probably because of boxing but I haven't checked).Just to note, the symbols are actually coming from chessfss.