diff options
author | Ludovic Courtès | 2022-12-10 21:39:51 +0100 |
---|---|---|
committer | Ludovic Courtès | 2022-12-10 21:39:51 +0100 |
commit | 743dbec1c3ec4959f2669bb53a12861c93737da3 (patch) | |
tree | ff4dd48a5498f9603762b275e0d4003661cd7755 | |
parent | 31d6cd3e1d25dac8853b029041e890b4b09cd50c (diff) | |
download | skribilo-743dbec1c3ec4959f2669bb53a12861c93737da3.tar.gz skribilo-743dbec1c3ec4959f2669bb53a12861c93737da3.tar.lz skribilo-743dbec1c3ec4959f2669bb53a12861c93737da3.zip |
biblio: Template compiler recognizes 'doi' and 'note'.
* src/guile/skribilo/biblio/template.scm (bibliography-template): Add
'doi' and 'note'.
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index d6379cd..758894f 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -120,7 +120,8 @@ node. LITERAL... is the list of literals, the name of valid markup options." journal number volume series booktitle editor school institution address month year day - pages chapter publisher) + pages chapter publisher + doi note) (define* (output-bib-entry-template bib engine template) |