{csquotes} is a package for making context-sensitive inline and display quotations.
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 ...
12
votes
3answers
987 views
Setting up RefTeX with biblatex citation commands
How do I setup RefTeX with biblatex's citation commands? In Workflow for managing references? Seamus describes a workflow with RefTeX and mentions that
it wouldn't be too tricky to add \autocite ...
25
votes
2answers
638 views
Replace “quotes” with „quotes“?
I live in a funny part of the world where we're required to quote text like this: „quotes“ (note the difference between the opening and closing quote).
Is there an easy way to set up a LaTeX document ...
15
votes
3answers
5k views
Guillemets in LaTeX («»)
I need the characters «» in my LaTeX document. I'm writing in English though, and I don't want to use Babel. I have the following hack but I'd like a better way:
\newcommand{\q}[1]{{%
\font\larm = ...
5
votes
1answer
218 views
AUCTeX's csquotes integration does not work together with babel
I use the AUCTeX feature to expand " into csquotes macros. To enable it I have put the following in my .emacs:
;; " expands into csquotes macros
(setq LaTeX-csquotes-close-quote "}"
...
14
votes
1answer
457 views
How to fix kerning of comma/colon after quotes?
How to fix kerning of comma/colon after quotes?
Hello, I’m a relative newbie in latex and am trying to reduce the space between closing quotes and colon/comma, but by a general way in the preamble, ...
15
votes
1answer
687 views
Wrong protrusion with csquotes and microtype
I’m experiencing problems using the csquotes package and microtype using protrusion (margin kerning). The problem is that using \enquote I only get margin kerning on the left margin.
...
14
votes
1answer
375 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 ...
6
votes
1answer
682 views
biblatex: sentence case and nested quotation marks
If a title contains formatting commands, how can we hook in \MakeSentenceCase to ensure correct casing and, say, nesting of quotation marks? The example below doesn't work; the quotes are properly ...
5
votes
1answer
400 views
csquotes and nested citations
It looks like the csquotes package does not allow nested citations such as
\foreignblockcquote{foreign language}[pre-note]
[post-note with citation \textcite{key2}]
{key1}[punctuation]{quoted ...
5
votes
1answer
514 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)?
8
votes
1answer
521 views
How can I make AUCTeX spell check in the language specified by babel and csquotes macros?
It is possible to make AUCTeX load the spelling dictionary of the language which babel is loaded with. One further convenience would be for it to appropriately react to changes of language within a ...
5
votes
1answer
429 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 ...
4
votes
2answers
1k views
Linebreak and \enquote
Using the \enquote{} command from the csquotes package my quotes seem to be wrapped to the next line a lot of times like this:
This is an "example
" sentence.
Without the extra whitespace.
Now ...
