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:
After a few more insertions of normal text (a few written paragraphs, but no code), the error would disappear and compilation would happen.! Missing } inserted.
<inserted text>
}
l.32 \end{foreigndisplaycquote}
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.