From 3908f426de0cefb90d5bdb2ac979e91505f78c86 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Fri, 15 Feb 2008 16:21:56 +0100 Subject: slide: Add new customs. * src/guile/skribilo/package/slide/base.scm: Support the `slide-outline-title', `slide-outline-active-color' and `slide-outline-inactive-color' customs. * doc/user/slide.skb, NEWS: Update. --- doc/user/slide.skb | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/user/slide.skb b/doc/user/slide.skb index cb411ab..fa1534f 100644 --- a/doc/user/slide.skb +++ b/doc/user/slide.skb @@ -122,7 +122,21 @@ different subtopics, as well as the titles of the slides under the current subtopic.]) (:unfold? [If ,(code [#t]), then the outline will also show the contents of the current subtopic.])) - :source "skribilo/package/slide.scm")) + :source "skribilo/package/slide.scm") + + (p [This package understands the following additional customs (see +Section ,(ref :subsection "Engine Customs" :page #t)): + +,(description + (item :key (tt [slide-outline-title]) + [The title of outline slides. By default, no title is +produced.]) + (item :key (tt [slide-outline-active-color]) + [The color in which the current slide topic is displayed in +outline slides.]) + (item :key (tt [slide-outline-inactive-color]) + [The color in which inactive slide topics are displayed in +outline slides.]))])) ;*---------------------------------------------------------------------*/ ;* slide-pause */ @@ -208,3 +222,8 @@ output format does not support embedded application.])) ;; Show only the example (i.e. don't produce a document in a document) (example :legend "Example of Skribilo slides" (prgm :file "src/slides.skb"))))) + +;;; Local Variables: +;;; coding: latin-1 +;;; ispell-local-dictionary: "american" +;;; End: -- cgit v1.2.3