diff options
author | Ludovic Courtès | 2008-03-03 15:44:35 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-03-03 15:44:35 +0100 |
commit | 569391b672f12a742a61f3575ca09660098d7514 (patch) | |
tree | cbc4107117f07b740bb7ac483f94de2c7c642dde /NEWS | |
parent | 60e24026ecf587e203edfed981f5c6347f0c548a (diff) | |
download | skribilo-569391b672f12a742a61f3575ca09660098d7514.tar.gz skribilo-569391b672f12a742a61f3575ca09660098d7514.tar.lz skribilo-569391b672f12a742a61f3575ca09660098d7514.zip |
slide: Determine what to include in the outline slide based on `:toc'.
* NEWS: Update.
* doc/user/slide.skb: Update.
* src/guile/skribilo/package/slide.scm (slide-topic, slide-subtopic):
Add `toc' option.
* src/guile/skribilo/package/slide/base.scm (make-subtopic-list): Filter
topic nodes whose `:toc' is true.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ These harmless warnings looked like: Namely, `slide-outline-title' and `slide-outline-{active,inactive}-color'. See manual for details. +** The `:toc' option of `slide' determines whether to include it in the outline + * New in Skribilo 0.9.0 (user-visible changes compared to Skribe 1.2d) |