From f5ff21312a22ec043bec6885e64fbcc65ce37621 Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Mon, 20 Aug 2007 16:09:28 +0000 Subject: 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 --- doc/user/sectioning.skb | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'doc/user/sectioning.skb') 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 ;;; ;;; ;;; 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: -- cgit v1.2.3