Tagged Questions
7
votes
2answers
134 views
Biblatex: nested citations with the \textcites command
I'd like to type a citation within the text and another citation inside the parenthesis for the year, something like this:
The work of Author 1 (year; cited by Author 2, year)
For this, I've ...
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 ...
9
votes
1answer
834 views
biblatex: Enhancing \autocite in case of would-be nested footnotes
This question led to a new feature in a package:
biblatex
biblatex provides high-level citation commands like \autocite that allow "global switching from inline citations to citations given in ...