diff options
Diffstat (limited to 'doc/user/sectioning.skb')
-rw-r--r-- | doc/user/sectioning.skb | 6 |
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 |