diff options
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index 2f9c838..6cbeed8 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -157,13 +157,13 @@ (", pp. " pages) ".")) ((article) '(author ". " (or title url documenturl) ". " - "In " journal ", " volume + ,(_ "In ") journal ", " volume ("(" number ") ")", " (address ", ") month " " year ", " ("pp. " pages) ".")) ((inproceedings) '(author ". " (or title url documenturl) ". " - "In " booktitle ", " + ,(_ "In ") booktitle ", " (series ", ") ("(" number ")") ("pp. " pages ", ") @@ -179,7 +179,7 @@ (", pp. " pages) ".")) ((inbook) `(author ". " (or title url documenturl) ". " - "In " booktitle ", " publisher + ,(_ "In ") booktitle ", " publisher (", " editor " (" ,(_ "editor") ")") (", " ,(_ "Chapter ") chapter) (", pp. " pages) ", " |