Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

foreignblockquote across pages fails with documentclass memoir #66

Open
jmague opened this issue Feb 6, 2023 · 1 comment
Open

foreignblockquote across pages fails with documentclass memoir #66

jmague opened this issue Feb 6, 2023 · 1 comment

Comments

@jmague
Copy link

jmague commented Feb 6, 2023

When using foreinblockquote from csquotes with the class memoir, if the quote spreads across pages, the document won't compile but will fail with the message "Missing } inserted."

The following minimal example illustrates the problem :

\documentclass{memoir}

\usepackage{polyglossia}
\setdefaultlanguage{english}
\setotherlanguage{latin}

\usepackage{lipsum} 

\usepackage{csquotes}

\begin{document}

\foreignblockquote{latin}{\lipsum[1-5]}

%The following would work as four paragraphs fit on a single page
%\foreignblockquote{latin}{\lipsum[1-4]}

\end{document}
@moewew
Copy link
Contributor

moewew commented Feb 7, 2023

This appears to be related to #56.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants