diff options
author | Ludovic Court`es | 2007-06-29 11:33:36 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-06-29 11:33:36 +0000 |
commit | c4f69b5f8c3fbbd42f745b8abdeed4a8436fde11 (patch) | |
tree | 30db834e4e66fe755ddf44ba23298300ac181eaf /doc/user/links.skb | |
parent | e6880448f8001d0659d69a49d9b16fdf63daaa18 (diff) | |
download | skribilo-c4f69b5f8c3fbbd42f745b8abdeed4a8436fde11.tar.gz skribilo-c4f69b5f8c3fbbd42f745b8abdeed4a8436fde11.tar.lz skribilo-c4f69b5f8c3fbbd42f745b8abdeed4a8436fde11.zip |
Updated documentation of `ref'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-81
Diffstat (limited to 'doc/user/links.skb')
-rw-r--r-- | doc/user/links.skb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/user/links.skb b/doc/user/links.skb index c6e37a0..0bc19f7 100644 --- a/doc/user/links.skb +++ b/doc/user/links.skb @@ -99,6 +99,14 @@ section, to bibliographic entries, to source code line number, etc.]) (:bib-table ,[The ,(ref :chapter "Bibliographies" :text "bibliography") where searching the entry.]) + (:sort-bib-refs ,[In case where multiple bibliography + entries are referenced, as in ,(code [(ref :bib + '("smith81:disintegration" "corgan07:zeitgeist"))]), + this should be a two-argument procedure suitable + for sorting. The default procedure sorts references + by number, when ,(markup-ref "the-bibliography") uses + the ,(code [number]) labeling style. If it is + ,(code [#f]), then references will not be sorted.]) (:line [A reference to a ,(ref :mark "prog" :text "program") line number.]) (:skribe [The name of a @@ -109,7 +117,7 @@ section, to bibliographic entries, to source code line number, etc.]) a ,(tt "mark") located in the Skribe document described by the ,(var "file") ,(sc "sui").])) :force-args '(:url :bib :line :skribe) - :see-also '(index numref)) + :see-also '(index numref the-bibliography)) (p [Sometimes, it is useful to produce phrases that refer a section by its number, as in ``See Section 2.3''. This is especially useful on |