aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Court`es2007-08-20 16:09:28 +0000
committerLudovic Court`es2007-08-20 16:09:28 +0000
commitf5ff21312a22ec043bec6885e64fbcc65ce37621 (patch)
tree720f1c2e7d63b0b88c802fb3ab224c3167cdd283
parentea87fc231d9eb30ac3dc5bb1d6933ae7862ed1ac (diff)
downloadskribilo-f5ff21312a22ec043bec6885e64fbcc65ce37621.tar.gz
skribilo-f5ff21312a22ec043bec6885e64fbcc65ce37621.tar.lz
skribilo-f5ff21312a22ec043bec6885e64fbcc65ce37621.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: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-87
-rw-r--r--doc/user/sectioning.skb19
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: