From 21899db7e3bfe30a0c60f2dfef244ecd4037f07b Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Thu, 5 Apr 2007 07:39:27 +0000 Subject: `lncs' package: Fixed for non-LaTeX engines. * src/guile/skribilo/package/lncs.scm (abstract): Use `chapter' instead of `section'. (references): Likewise. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-47 --- src/guile/skribilo/package/lncs.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/guile/skribilo/package/lncs.scm b/src/guile/skribilo/package/lncs.scm index 9128200..e0c935b 100644 --- a/src/guile/skribilo/package/lncs.scm +++ b/src/guile/skribilo/package/lncs.scm @@ -24,7 +24,7 @@ :use-module (skribilo engine) :use-module (skribilo writer) :autoload (skribilo output) (output) - :autoload (skribilo package base) (section font flush + :autoload (skribilo package base) (chapter font flush toc the-bibliography) :autoload (skribilo utils keywords) (the-options the-body) :autoload (skribilo biblio template)(output-bib-entry-template @@ -183,10 +183,10 @@ (markup '&html-lncs-abstract) (body (the-body opt))))) (list (if postscript - (section :number #f :toc #f :title "Postscript Download" + (chapter :number #f :toc #f :title "Postscript Download" postscript)) - (section :number #f :toc #f :title "Abstract" a) - (section :number #f :toc #f :title "Table of Contents" + (chapter :number #f :toc #f :title "Abstract" a) + (chapter :number #f :toc #f :title "Table of Contents" (toc :subsection #t))))))) ;*---------------------------------------------------------------------*/ @@ -199,7 +199,7 @@ (font :size -1 (flush :side 'left (the-bibliography :sort sort-proc))) - (section :title "References" + (chapter :title "References" (font :size -1 (the-bibliography :sort sort-proc))))))) -- cgit v1.2.3