Text Formattingcsquotes | Quote in between Pages

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
cromualdo
Posts: 2
Joined: Fri Jul 29, 2011 3:42 pm

csquotes | Quote in between Pages

Post by cromualdo »

Hi,

I'm new to the board so I will try explain this as clearly as I can.

I am writing my PhD thesis and decided to use the csquotes package to make the citation process easier. Everything was working as expected until some problems started to occur randomly during compilation (well that's what I thought).

Just to bring some context I'm using Kile and XeLaTeX. Checking the logs in Kile brings no information about the error except for this message repeated a few times:
! Missing } inserted.
<inserted text>
}
l.32 \end{foreigndisplaycquote}
After a few more insertions of normal text (a few written paragraphs, but no code), the error would disappear and compilation would happen.

After sometime I noticed that whenever a block of citation was in the page frontier (end to beginning of new page of the compiled PDF) this error would come again and compilation would fail.

Is this some bug or is there some additional code to make it easier for csquotes to go across pages?

I can provide more info (complete logs and code) to help understand and solve this problem.

Thanks in advance for all help regarding this issue.

Carlos

----------------------------------

Problem described is solved, thanks to commenting out the \pagestyle{scrheadings} option from the preamble. Seems that some incompatibility exists between csquotes and scrheadings from the KOMA-scripts.

Hope it helps someone later on.

Thanks to all.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply