texlive 2022 and csquotes

Uwe Siart usenet at siart.de
Sat Apr 23 10:48:25 CEST 2022


Undine Vollmer <undinevollmer at gmx.de> writes:

> Using csquotes with texlive 2022 produces strange error messages,
> mainly if there is a footnoote or an environment inside \enquote{},
> e.g. \enquote{text\footnote} text} or \enquote{\begin{verse} text
> \end{verse} text}. I reinstalled texlive 2021, and everything is
> working as indended. So this must be an error in the
> texlive-distributon, not a package error of csquotes.

\documentclass{article}
\usepackage{csquotes}
\begin{document}
\enquote{\footnote{Text} Text}
\enquote{%
  \begin{verse}
    Text
  \end{verse}}
\end{document}

compiles fine with pdflatex in TL2022. However, using an environment
that switches to vertical mode inside \enquote{} looks like malpractice
to me. The logical order is

\begin{verse}
\enquote{Text}
\end{verse}

which makes more sense, IMO.

-- 
Uwe



More information about the tex-live mailing list.