diff options
author | Ludovic Courtes | 2008-02-15 16:21:56 +0100 |
---|---|---|
committer | Ludovic Courtes | 2008-02-15 16:21:56 +0100 |
commit | 3908f426de0cefb90d5bdb2ac979e91505f78c86 (patch) | |
tree | f4dc77bdcfc86393a5e03c7ec680d25cc30f7d7a /doc/user | |
parent | ccf9b00387aab504f1cf73329d07a86224281a82 (diff) | |
download | skribilo-3908f426de0cefb90d5bdb2ac979e91505f78c86.tar.gz skribilo-3908f426de0cefb90d5bdb2ac979e91505f78c86.tar.lz skribilo-3908f426de0cefb90d5bdb2ac979e91505f78c86.zip |
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.
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/slide.skb | 21 |
1 files changed, 20 insertions, 1 deletions
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: |