diff options
author | Ludovic Courtès | 2008-01-29 13:45:37 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-29 13:45:37 +0100 |
commit | 664657a99ecb3f34a0b5dcb6c0e0fc2bcb697f10 (patch) | |
tree | cc42365335a0efeec3ce47c8b34daaab24b117fa /doc | |
parent | 560cb82e9c6984d338b5367cd15109746a6dd844 (diff) | |
download | skribilo-664657a99ecb3f34a0b5dcb6c0e0fc2bcb697f10.tar.gz skribilo-664657a99ecb3f34a0b5dcb6c0e0fc2bcb697f10.tar.lz skribilo-664657a99ecb3f34a0b5dcb6c0e0fc2bcb697f10.zip |
doc: Tiny bibliography-related fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bib.skb | 10 |
1 files 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., |