Tagged Questions
2
votes
1answer
24 views
Biblatex: No \postnotedelim for citations that aren't numerals
When I am citing pages in books, I use the citation format
(Author 1982:45)
But when I am citing something like paragraphs or online data with an ID number (i.e. things that aren't a plain ...
7
votes
2answers
100 views
biblatex: test whether a command is inside a cite command
The idea is the following: Normally, \fullcite just prints the full bibliography entry by calling \usedriver. In my style biblatex-fiwi I added the option to suppress stuff like foreword and ...
7
votes
1answer
218 views
biblatex-dw: Conditional formatting – multiple vs. single citations
Problem
I'd like to change the behaviour of the firstfull option that the biblatex-dw style provides. I don't want to have a full citation of every work appearing the first time in the document but ...
6
votes
1answer
141 views
What does \global\boolfalse{cbx@loccit} mean?
Pardon the newbie question. I see this in the first part of a \DeclareCiteCommand and I'm not sure what it means. Google has not returned any joy.
Here's an example
\newbibmacro*{cite}{%
...
17
votes
2answers
659 views
Check if an entry is cited multiple times
I am trying to find out whether it is currently possible to have a test in Biblatex that tests at the very first time an entry is cited whether the same entry will be cited more than once in the ...