oc-biblatex: Declare missing "nocite" style

* lisp/oc-biblatex.el (biblatex): Declare the processor provides
a "nocite" citation style.
This commit is contained in:
Nicolas Goaziou 2021-10-09 16:09:33 +02:00
parent f7fb7a3cf2
commit 11f450da80
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ to the document, and set styles."
'((("author" "a") ("caps" "c") ("full" "f") ("caps-full" "cf"))
(("locators" "l") ("bare" "b") ("caps" "c") ("bare-caps" "bc"))
(("noauthor" "na"))
(("nocite" "n"))
(("text" "t") ("caps" "c"))
(("nil") ("bare" "b") ("caps" "c") ("bare-caps" "bc"))))