aboutsummaryrefslogtreecommitdiff
path: root/doc/user/sectioning.skb
diff options
context:
space:
mode:
authorLudovic Courtès2009-01-07 18:13:31 +0100
committerLudovic Courtès2009-01-07 18:13:31 +0100
commitd8bbaa02ff00d12322fe70d60c1568d88f364b42 (patch)
tree6ee7f2c2252b4d98b1a070b7484fb999d1e365f9 /doc/user/sectioning.skb
parent99da401511a7ca18a7edcee3188def912d6cbd24 (diff)
downloadskribilo-d8bbaa02ff00d12322fe70d60c1568d88f364b42.tar.gz
skribilo-d8bbaa02ff00d12322fe70d60c1568d88f364b42.tar.lz
skribilo-d8bbaa02ff00d12322fe70d60c1568d88f364b42.zip
doc: Use `:info-node' to avoid name clashes; document it.
* doc/user/eq.skb (Syntax): Add `:info-node' to avoid name clash. * doc/user/package.skb (Example): Likewise. * doc/user/pie.skb (Syntax): Likewise. * doc/user/skribilo-config.skb (Synopsis): Likewise. * doc/user/slide.skb (Example): Likewise. * doc/user/sectioning.skb: Document the `:info-node' option.
Diffstat (limited to 'doc/user/sectioning.skb')
-rw-r--r--doc/user/sectioning.skb6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb
index 65287ca..0e859f1 100644
--- a/doc/user/sectioning.skb
+++ b/doc/user/sectioning.skb
@@ -1,6 +1,6 @@
;;; sectioning.skb -- Sectioning markups
;;;
-;;; Copyright 2007, 2008 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
;;; Copyright 2003, 2004 Manuel Serrano
;;;
;;;
@@ -42,6 +42,8 @@
(doc-markup 'chapter
`((:title [The title of the chapter.])
(:html-title [The title of window of the HTML browser.])
+ (:info-node ,[The title of the Info node (see ,(ref
+:text [Section about the Info engine] :mark "info-engine")).])
(:number [This argument controls the chapter 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
@@ -76,6 +78,8 @@ used as the name of the file for this chapter.])
(doc-markup 'section
`((:title [The title of the chapter.])
+ (:info-node ,[The title of the Info node (see ,(ref
+:text [Section about the Info engine] :mark "info-engine")).])
(:number [This argument controls the chapter 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