summary refs log tree commit diff
path: root/src/guile
diff options
context:
space:
mode:
authorLudovic Court`es2007-04-05 07:39:27 +0000
committerLudovic Court`es2007-04-05 07:39:27 +0000
commit21899db7e3bfe30a0c60f2dfef244ecd4037f07b (patch)
treea4c1379345bce7ed92d4343431f3ac9095210945 /src/guile
parent23f211f16da7d70fd2049bcc5f3565ca6602c81f (diff)
downloadskribilo-21899db7e3bfe30a0c60f2dfef244ecd4037f07b.tar.gz
skribilo-21899db7e3bfe30a0c60f2dfef244ecd4037f07b.tar.lz
skribilo-21899db7e3bfe30a0c60f2dfef244ecd4037f07b.zip
`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
Diffstat (limited to 'src/guile')
-rw-r--r--src/guile/skribilo/package/lncs.scm10
1 files 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)))))))