diff options
author | Ludovic Courtès | 2012-08-18 17:35:58 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-08-18 17:35:58 +0200 |
commit | 67ef7c2829bba39aca0c18415219556a10a085ac (patch) | |
tree | 2241ae25a2988f40e2ed46457121d2aa821af881 /doc/user/bib.skb | |
parent | 088bf5fa2ce9acfaef79f721c8809265b5ff30ad (diff) | |
download | skribilo-67ef7c2829bba39aca0c18415219556a10a085ac.tar.gz skribilo-67ef7c2829bba39aca0c18415219556a10a085ac.tar.lz skribilo-67ef7c2829bba39aca0c18415219556a10a085ac.zip |
doc: Mention the (skribilo biblio) module.
* doc/user/bib.skb ("Sorting Bibliography Entries"): Mention
the (skribilo biblio) module. Reported by Roger Mason
<rmason@mun.ca>.
Diffstat (limited to 'doc/user/bib.skb')
-rw-r--r-- | doc/user/bib.skb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/bib.skb b/doc/user/bib.skb index 25a0771..f7213af 100644 --- a/doc/user/bib.skb +++ b/doc/user/bib.skb @@ -1,7 +1,7 @@ ;;; bib.skb -- The Skribilo bibliography. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007, 2008 Ludovic Courtès <ludo@gnu.org> +;;; Copyright 2007, 2008, 2012 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; ;;; @@ -24,6 +24,7 @@ ;* Index */ ;*---------------------------------------------------------------------*/ (chapter :title "Bibliographies" + :ident "biblio" (p [Skribilo provides support for bibliographies. To setup a bibliography database and to be able to refer to its entries from a @@ -259,8 +260,10 @@ are options of there parent.]) (index "the-bibliography" :note "sorting") (p [The ,(param :sort) option of the ,(markup-ref "the-bibliography") -markup is used for sorting the bibliography entries. There are three -pre-existing functions for sorting entries:]) +markup is used for sorting the bibliography entries. There are three +pre-existing functions for sorting entries, defines in the ,(code +[(skribilo biblio)]) module (see ,(numref :text [Section] :ident +"modules")).]) (doc-markup 'bib-sort/authors '((l [The list of entries.])) |