9
votes
1answer
174 views

How to quote correctly with csquotes?

I am unsure how to quote correctly using csquotes and \textquote and \blockquote. In the documentation I found this general advise: \blockquote[cite][punct]{text}tpunct but am unsure how to really use ...
1
vote
2answers
99 views

How to force csquotes to show the quotations marks in block quotes?

How can I force the csquotes package to always show quotations marks in my block quotes, regardless of the language etc...? Tried this, but no cigar: \usepackage{csquotes}[english=british] % ...
17
votes
1answer
288 views

Three quotation levels for csquotes

The recommended way of solving nested quotations in Norwegian is to use «» for the outer level and then alternating between ‘’ and “”. (Source) Is it a large undertaking to do this with csquotes?
7
votes
1answer
213 views

How to avoid citations being placed on a new line when \blockcquote ends with a list?

When csquotes's \blockquote and displaycquote ends with a list the citation is put on the next line after the list rather than directly after the last list item. Can one force csquotes to place the ...
8
votes
1answer
268 views

Language sensitive italicized quotation with csquotes

In what follows: \documentclass[fontsize=11pt]{book} \usepackage{microtype} \usepackage{times} \usepackage{csquotes} \usepackage[frenchb]{babel} \frenchbsetup{IndentFirst=false} \begin{document} text ...
10
votes
2answers
743 views

Quotations spanning multiple paragraphs in csquotes

I have a quotation which extends for multiple paragraphs. The literary convention is that there is no end-quote at the end of each paragraph, except for the last one. However, this seems to be ...
5
votes
1answer
428 views

One more time: leading before and after block quotes

I'm trying to re-define the quote environment (triggered by csquote's \blockquote) to remove the entire (!) additional leading before and after the quote, to make sure the quotes stays in sync with ...
26
votes
2answers
2k views

What's the advantage of using csquotes over using an editor's auto-replacement for "?

Many editors (TeXnicCenter, Texmaker, TeXworks, ...) offer auto-replacement of " by the desired form of quotation marks, be it `` and '' for English, "` and "' for German, or whatnot. Usually, I know ...
7
votes
2answers
926 views

How to change paragraph separation to indent within blockquote (csquotes)

I am using the package csquotes to generate a blockquote. csquotes inserts what looks like half a blank line between the paragraphs within the quote. I would prefer to have no vertical space but an ...
14
votes
1answer
374 views

Is it possible to make automatic multiple citations with csquotes and biblatex?

I'm using csquotes package with biblatex. There is a number of citations that require multiple references, which can be introduced with the \autocites command --- e.g. second hand citations (“cited ...
5
votes
1answer
513 views

Nice citation search in emacs for csquotes quotation (like reftex's C-c [)

When using emacs+reftex-mode I may hit "C-c [" and get a nice citation search menu for \cite command. Is there a way to get the same menu for csquotes' integrated quotations (e.g. \displaycquote)?