Tagged Questions
2
votes
1answer
68 views
New command to create a new type of citation
I defined a new command to an specific type of citation:
\newcommand{\apud}[4]{\citeauthor{#1} \mkbibparens{\citeyear{#1},\space{#2} apud \cite{#3},\space{#4}}}
That produce this output:
Carnap ...
4
votes
1answer
96 views
biblatex: uppercase in \parencite, but not in \textcite
How can I make \parencite produce an uppercase output, but normal case for \textcite?
Result:
\parencite{CARNAP1934} -> (CARNAP, 1934)
\textcite{CARNAP1934} -> Carnap (1934)
MWE:
...
4
votes
2answers
316 views
Capitalising prefix of second name in citation with biblatex
The \Cite command in biblatex capitalises the first prefix in a list of names:
\cite: de Jonge and de Bruin
\Cite: De Jonge and de Bruin
Unfortunately in Dutch publications all prefices need to be ...
18
votes
1answer
1k views
Biblatex, capitalization of arabic names and name prefixes
As we know, using the useprefix option, when name prefixes like von, della etc. are present in the bibliography, enables us to change name sorting as well as capitalize those prefixes using commands ...