11
votes
1answer
116 views

\emph vs. \mkbibemph and other things

I usually use the commands that come with biblatex (like mkbibemph, mkbibquote etc.) only in my bibliography. What about using them in the text of my document? Should I do that? Are there any ...
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 ...
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 ...
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 ...
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 ...