diff options
author | Ludovic Court`es | 2007-08-20 16:30:42 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-08-20 16:30:42 +0000 |
commit | 8b212eafb7492a5125827c8e1b8279c3a7ed05c9 (patch) | |
tree | d4b8c0987998023eed79380b4d6f3a2112cbb194 /doc | |
parent | 78b603a076be86ffeb1861fc16bf355fa3c4562f (diff) | |
parent | ec5596d48ae42a7b2f883f5c1086a69494aa27d1 (diff) | |
download | skribilo-8b212eafb7492a5125827c8e1b8279c3a7ed05c9.tar.gz skribilo-8b212eafb7492a5125827c8e1b8279c3a7ed05c9.tar.lz skribilo-8b212eafb7492a5125827c8e1b8279c3a7ed05c9.zip |
doc: Updated documentation of `:number' for sections.
* doc/user/sectioning.skb (Chapter): Mention new behavior with
non-boolean `:number'.
(Sections): Likewise.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-146
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/sectioning.skb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb index 860821d..bea8116 100644 --- a/doc/user/sectioning.skb +++ b/doc/user/sectioning.skb @@ -1,6 +1,7 @@ ;;; sectioning.skb -- Sectioning markups ;;; ;;; Copyright 2003, 2004 Manuel Serrano +;;; Copyright 2007 Ludovic Courtès <ludo@gnu.org> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -40,10 +41,12 @@ (doc-markup 'chapter `((:title [The title of the chapter.]) - (:html-title "The title of window of the HTML browser.") + (:html-title [The title of window of the HTML browser.]) (:number [This argument controls the chapter number. -A value of ,(tt "#t") means that the Skribe compiler computes the chapter -number. A value of ,(tt "#f") means that the chapter has no number.]) +A value of ,(tt "#t") means that Skribilo computes the chapter +number. A value of ,(tt "#f") means that the chapter has no number. A +number or string specifies a number to be used in lieu of the +automatically computed number.]) (:toc ,[This argument controls if the chapter must be referenced in the ,(ref :mark "toc" :text "table of contents").]) (:file [The argument must be a boolean. A value of @@ -73,8 +76,10 @@ in the main target file.]) (doc-markup 'section `((:title [The title of the chapter.]) (:number [This argument controls the chapter number. -A value of ,(tt "#t") means that the Skribe compiler computes the chapter -number. A value of ,(tt "#f") means that the chapter has no number.]) +A value of ,(tt "#t") means that Skribilo computes the chapter +number. A value of ,(tt "#f") means that the chapter has no number. A +number or string specifies a number to be used in lieu of the +automatically computed number.]) (:toc ,[This argument controls if the chapter must be referenced in the ,(ref :mark "toc" :text "table of contents").]) (:file [The argument must be a boolean. A value of @@ -123,4 +128,6 @@ of text.]) '((#!rest node... "The nodes of the quoted text."))))) - +;;; Local Variables: +;;; coding: latin-1 +;;; End: |