From bf65015355fc0afe9bde6edc85118818de27bedc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 Jan 2008 18:24:22 +0100 Subject: doc: Update `slide' package documentation. --- doc/user/src/slides.skb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/user/src') diff --git a/doc/user/src/slides.skb b/doc/user/src/slides.skb index e5e6896..dfc4572 100644 --- a/doc/user/src/slides.skb +++ b/doc/user/src/slides.skb @@ -1,12 +1,13 @@ -(skribe-load "slide.skr" :advi #t) +(use-modules (skribilo package slide)) -(document :title (color :fg "red" (sf (font :size +2. "Skribe Slides"))) - :author (author :name (it "Manuel Serrano") - :affiliation [Inria Sophia Antipolis] - :address (ref :url "http://www.inria.fr/mimosa/Manuel.Serrano")) +(document :title (color :fg "red" (sf "Skribilo Slides")) + :author (author :name (it [Bob Smith]) + :affiliation [The Organization] + :address (ref :url "http://example.org/")) (if (engine-format? "html") (slide :title "Table of Contents" :number #f :toc #f + ;; HTML-specific table of contents. (toc :chapter #f :section #f :subsection #f :subsubsection #f))) ;;; :slide #t))) @@ -16,7 +17,7 @@ (slide-topic :title "Interactive Features" :outline? #t - (slide :title "X11 client" :toc #t :vspace 0.3 + (slide :title "X11 Clients" :toc #t :vspace 0.3 (itemize (item "xlock") -- cgit v1.2.3