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

microtype Unable to apply patch `footnote' with phase-II and phase-III #67

Open AlphaJack opened 7 months ago

AlphaJack commented 7 months ago

MWE:

\DocumentMetadata{
 testphase=phase-II,
 pdfversion=2.0
}

\documentclass{article}

\usepackage{microtype}

\begin{document}

Simple text

\end{document}

Result:

lualatex mwe.tex | texlogfilter
LaTeX2e <2022-11-01> patch level 1
Document Class: article 2022/07/02 v1.4n Standard LaTeX document class
Package microtype Warning: Unable to apply patch `footnote' on input line 10.

Output written on microtype.pdf (1 page, 17767 bytes).

Found 1 warning(s)
u-fischer commented 7 months ago

yes as the footnote commands are different microtype can't patch them. microtype will have to adapt its code at some time if it wants to support also footnotes if tagging active. For now either ignore or silence with\usepackage[nopatch=footnote]{microtype}

AlphaJack commented 7 months ago

Thank you!

hpvd commented 16 hours ago

opened an issue for this https://github.com/schlcht/microtype/issues/40