latex3 / tagging-project

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

tufte classes incompatible #551

Open mbertucci47 opened 2 months ago

mbertucci47 commented 2 months ago

The tufte classes are incompatible with just \DocumentMetadata{}, and in fact error with lualatex even without this. With pdflatex the document

\DocumentMetadata{}
\documentclass{tufte-book}

\title{tufte-book tagging test}

\begin{document}
text
\end{document}

errors with

! LaTeX Error: Unknown color 'DarkGreen'.

With lualatex the document

\documentclass{tufte-book}

\title{tufte-book tagging test}

\begin{document}
text
\end{document}

errors with

! Argument of \MakeTextLowercase  has an extra }.

From the long list of unresolved issues on their github page I'm guessing these should be no-support.

FrankMittelbach commented 2 months ago

that's the way it looks, at least for now.