Tagged Questions
3
votes
1answer
76 views
How to set prenote for \cite globally using biblatex?
How can I set prenote for \cite globally with the possibility to pass an individual option via optional parameter to a single \cite command?
It should work like this:
\cite{key} --> ...
6
votes
2answers
245 views
Automatically indexing references by author and year
I'm writing a literature review, and would like to add indices for both authors and publication year (i.e., two separate indices). Now, I could manually enter the appropriate \index{} commands, but it ...
3
votes
1answer
396 views
Biblatex / Biber full citation for first occurrence only
I'm in the process of switching from BibTeX to BibLaTeX/biber. I've searched around but can't seem to find/figure out how to style the citations a particular way and I'd appreciate some help.
I'm ...
2
votes
1answer
292 views
Redefine cite commands after first citation in biber [closed]
I am using biber as a backend for biblatex with the alphabetic style. I want to work the textcite and citeauthor commands to work as follows:
If I use one of the above commands the first time for a ...
5
votes
1answer
713 views
Unexpected citation behavior: biblatex with biber and authoryear
The citation style authoryear-comp is designed to output citations of the form '(Doe, 1992)'. (See p. 62 of the biblatex documentation.) This has worked as expected for me, even when using Biber as ...