diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 4 |
2 files changed, 19 insertions, 2 deletions
@@ -2,6 +2,23 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-04-03 11:55:49 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-78 + + Summary: + biblio template: Small fix. + Revision: + skribilo--devo--1.2--patch-78 + + * src/guile/skribilo/biblio/template.scm + (make-bib-entry-template/default): Fixed `books'. + + modified files: + ChangeLog src/guile/skribilo/biblio/template.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-37 + + 2007-03-28 09:26:08 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-77 Summary: diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index a38790e..dfdef6c 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -172,8 +172,8 @@ publisher (", " address) (", " month) - (if month " " ", ") year ", " - ("pp. " pages) ".")) + ", " year + (", pp. " pages) ".")) ((phdthesis) `(author ". " (or title url documenturl) ", " ,(_ "PhD Thesis") |