diff options
author | Ludovic Courtès | 2009-01-07 18:13:31 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-07 18:13:31 +0100 |
commit | d8bbaa02ff00d12322fe70d60c1568d88f364b42 (patch) | |
tree | 6ee7f2c2252b4d98b1a070b7484fb999d1e365f9 /doc/user/slide.skb | |
parent | 99da401511a7ca18a7edcee3188def912d6cbd24 (diff) | |
download | skribilo-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/slide.skb')
-rw-r--r-- | doc/user/slide.skb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/slide.skb b/doc/user/slide.skb index aa7edb7..5c88baa 100644 --- a/doc/user/slide.skb +++ b/doc/user/slide.skb @@ -1,6 +1,6 @@ ;;; slide.skb -- Slides ;;; -;;; Copyright 2006, 2008 Ludovic Courtès <ludo@gnu.org> +;;; Copyright 2006, 2008, 2009 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2004 Manuel Serrano ;;; ;;; @@ -189,6 +189,8 @@ output format does not support embedded application.])) ;* Example */ ;*---------------------------------------------------------------------*/ (section :title "Example" + :info-node "Slide Example" + (p [Here is a complete example of Skribilo slides:]) (if (and (engine-format? "html") |