latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
35 stars 14 forks source link

skak package incompatible #607

Open mbertucci47 opened 1 month ago

mbertucci47 commented 1 month 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).

\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.

u-fischer commented 1 month ago

I feared that you would find the chess packages at some time ...