From 0c26136279ec0f360483fa4a347ff3383a57401d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 15 Nov 2007 16:11:46 +0100 Subject: 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. --- doc/user/slide.skb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/user/slide.skb') 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")) ;*---------------------------------------------------------------------*/ -- cgit v1.2.3