texlive 2022 and csquotes
Ulrike Fischer
news3 at nililand.de
Sat Apr 23 23:21:44 CEST 2022
Am Sat, 23 Apr 2022 13:39:17 +0200 schrieb Martin Sievers:
> as an addition to my previous post, I can confirm, that
>
> \documentclass{article}
> \usepackage{csquotes}
> \usepackage{microtype}
> \begin{document}
> \enquote{\footnote{Text} Text}
> \enquote{%
> \begin{verse}
> Text
> \end{verse}}
> \end{document}
> results in many errors arising from csquotes while it works in my TL
> 2021 installation with an older microtype package:
Some of the new microtype patches are a bit fragile. With
\documentclass{article}
\usepackage{csquotes}
\usepackage[nopatch={footnote,item}]{microtype}
\begin{document}
\enquote{\footnote{Text} Text}
\enquote{%
\begin{verse}
Text
\end{verse}}
\end{document}
it compiles.
--
Ulrike Fischer
https://www.troubleshooting-tex.de/
More information about the tex-live
mailing list.