From c6e177390b9fe5454e28af17cbb82e13ada44619 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 30 Mar 2018 15:37:35 +0200 Subject: acmproc: "References" section is unnumbered. * src/guile/skribilo/package/acmproc.scm (references): Pass :number #f to 'chapter'. --- src/guile/skribilo/package/acmproc.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/guile') diff --git a/src/guile/skribilo/package/acmproc.scm b/src/guile/skribilo/package/acmproc.scm index 92f7b6d..5b66be8 100644 --- a/src/guile/skribilo/package/acmproc.scm +++ b/src/guile/skribilo/package/acmproc.scm @@ -2,7 +2,7 @@ ;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2007, 2013 Ludovic Courtès +;;; Copyright 2007, 2013, 2017 Ludovic Courtès ;;; ;;; ;;; This file is part of Skribilo. @@ -188,6 +188,7 @@ (define (references) (list "\n\n" (chapter :title "References" + :number #f (flush :side 'left (the-bibliography :sort bib-sort/first-author-last-name))))) -- cgit v1.2.3