about summary refs log tree commit diff
path: root/doc/user
diff options
context:
space:
mode:
authorLudovic Court`es2007-01-23 16:48:41 +0000
committerLudovic Court`es2007-01-23 16:48:41 +0000
commit82584eaf0980a5ec1f0f05ce82547bede4d556da (patch)
tree1964c2837ea93090a2833c2e9cc58d1aeef01f99 /doc/user
parent00cdc3a5d3419fb546c09e55817e43abd1246fca (diff)
parenta1c0cc3c24e78736ee606e1d11184d0fbe24934b (diff)
downloadskribilo-82584eaf0980a5ec1f0f05ce82547bede4d556da.tar.gz
skribilo-82584eaf0980a5ec1f0f05ce82547bede4d556da.tar.lz
skribilo-82584eaf0980a5ec1f0f05ce82547bede4d556da.zip
`lncs' package: Changed the default bibliography sort, udpated the doc.
* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio
  author)' upon `bib-sort/first-author-last-name'.
  (references): Added a `sort' keyword.  Use
  `bib-sort/first-author-last-name' by default.

* doc/user/package.skb: Documented `references'.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-44
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/package.skb17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/user/package.skb b/doc/user/package.skb
index c81dacb..5a411e6 100644
--- a/doc/user/package.skb
+++ b/doc/user/package.skb
@@ -1,6 +1,7 @@
 ;;; package.skb  --  Packages
 ;;;
 ;;; Copyright 2004, 2005  Manuel Serrano
+;;; Copyright 2007  Ludovic Courtès <ludovic.courtes@laas.fr>
 ;;;
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
@@ -79,14 +80,26 @@ markup ,(code "abstract"):])
       (p [
 This package enables producing LaTeX documents conforming to the
 ,(emph "Lecture Notes on Computer Science") (LNCS) style. It introduces the
-markup ,(code "abstract"):])
+markups ,(code "abstract") and ,(code "references"):])
+
       (doc-markup 'abstract
 	 `((:postscript [The URL of the PostScript version of the paper.]))
 	 :common-args '()
 	 :idx-note "lncs"
 	 :idx-suffix " (lncs)"
 	 :force-engines *api-engines*
-	 :source "skribilo/package/lncs.scm")))
+	 :source "skribilo/package/lncs.scm")
+
+      (doc-markup 'references
+	 `((:sort [A sort procedure, as for ,(code "the-bibliography").]))
+	 :common-args '()
+	 :idx-note "lncs"
+	 :idx-suffix " (lncs)"
+	 :force-engines *api-engines*
+	 :source "skribilo/package/lncs.scm"
+	 :see-also '(the-bibliography bib-sort/authors))
+
+      ))
 
 ;*---------------------------------------------------------------------*/
 ;*    french                                                           */