summaryrefslogtreecommitdiff
path: root/doc/user/slide.skb
diff options
context:
space:
mode:
authorLudovic Courtès2007-11-15 16:11:46 +0100
committerLudovic Courtès2007-11-15 16:11:46 +0100
commit0c26136279ec0f360483fa4a347ff3383a57401d (patch)
tree9035df1b6ecbb83f865e10ea78e11cbbabfdb8d9 /doc/user/slide.skb
parent925c7dc89981ca88ee0bcea73c28668338beece9 (diff)
downloadskribilo-0c26136279ec0f360483fa4a347ff3383a57401d.tar.gz
skribilo-0c26136279ec0f360483fa4a347ff3383a57401d.tar.lz
skribilo-0c26136279ec0f360483fa4a347ff3383a57401d.zip
slide: Add `:unfold?' option to `slide-topic'.
* doc/user/slide.skb: Update. * src/guile/skribilo/package/slide.scm (slide-topic, slide-subtopic)[:unfold?]: New argument. * src/guile/skribilo/package/slide/base.scm (make-outline-slide): Honor `:unfold?'. (slide-topic, slide-subtopic): Mark `:unfold?' as supported.
Diffstat (limited to 'doc/user/slide.skb')
-rw-r--r--doc/user/slide.skb8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/slide.skb b/doc/user/slide.skb
index f937a75..9834ff9 100644
--- a/doc/user/slide.skb
+++ b/doc/user/slide.skb
@@ -103,7 +103,9 @@ used to automatically produce an outline at the beginning of each new
(:outline? [A boolean (i.e., ,(code [#t]) or ,(code
[#f])) telling whether an outline should be produced at the beginning of
this topic. The outline will typically list the titles of the different
-topics, as well as the titles of the slides under the current topic.]))
+topics, as well as the titles of the slides under the current topic.])
+ (:unfold? [If ,(code [#t]), then the outline will also
+show the contents of the current topic.]))
:source "skribilo/package/slide.scm")
(p [The ,(code [slide-subtopic]) markup is similar:])
@@ -114,7 +116,9 @@ topics, as well as the titles of the slides under the current topic.]))
[#f])) telling whether an outline should be produced at the beginning of
this subtopic. The outline will typically list the titles of the
different subtopics, as well as the titles of the slides under the
-current subtopic.]))
+current subtopic.])
+ (:unfold? [If ,(code [#t]), then the outline will also
+show the contents of the current subtopic.]))
:source "skribilo/package/slide.scm"))
;*---------------------------------------------------------------------*/