From d8bbaa02ff00d12322fe70d60c1568d88f364b42 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 7 Jan 2009 18:13:31 +0100 Subject: 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. --- doc/user/sectioning.skb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/user/sectioning.skb') 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 +;;; Copyright 2007, 2008, 2009 Ludovic Courtès ;;; 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 -- cgit v1.2.3