Open mbertucci47 opened 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{}
\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}
! 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.
that's the way it looks, at least for now.
The tufte classes are incompatible with just
\DocumentMetadata{}
, and in fact error with lualatex even without this. With pdflatex the documenterrors with
With lualatex the document
errors with
From the long list of unresolved issues on their github page I'm guessing these should be no-support.