From 664657a99ecb3f34a0b5dcb6c0e0fc2bcb697f10 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 Jan 2008 13:45:37 +0100 Subject: doc: Tiny bibliography-related fixes. --- doc/user/bib.skb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/user/bib.skb b/doc/user/bib.skb index afd9760..c92f89e 100644 --- a/doc/user/bib.skb +++ b/doc/user/bib.skb @@ -162,13 +162,13 @@ Here is an example of a simple Skribe database.]) (p [The function ,(code "the-bibliography") displays the bibliography. ]) (doc-markup 'the-bibliography - `((:bib-table [The bibliography + `((:bib-table ,[The bibliography ,(ref :mark "make-bib-table" :text "table") to be displayed.]) - (:pred [A predicate filtering the bibliography entries. It takes + (:pred ,[A predicate filtering the bibliography entries. It takes two parameters: the bibliography entry and the ,(code "the-bibliography") node.]) - (:sort [A function sorting a list of entries.]) - (:labels [Specifies the style for bibliography entries + (:sort ,[A function sorting a list of entries.]) + (:labels ,[Specifies the style for bibliography entries labels. The default, ,(code "number"), uses numbers to identify references, e.g., "\[7\]". When ,(code "name+year") is chosen, long labels @@ -197,7 +197,7 @@ bibliography entries: (item [the ,(code [author]) fields of bibliographic entries should be a string containing a comma-separated list of full author names;]) (item [each ``full author name'' should have the form ,(code -"first-name second-name ... last-name");])) +"first-name second-name ... last-name").])) When using the ,(code "name+year") label style, it is sometimes desirable to preclude automatic abbreviations for some authors, e.g., -- cgit v1.2.3