diff options
author | Ludovic Courtès | 2008-01-23 18:24:22 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-23 18:24:22 +0100 |
commit | bf65015355fc0afe9bde6edc85118818de27bedc (patch) | |
tree | 3a98526a4798c801ad5ce7461bd4cc77fd74d899 /doc/user/src | |
parent | 50bacfeef21a844e32b513d5cf01bb12a7549387 (diff) | |
download | skribilo-bf65015355fc0afe9bde6edc85118818de27bedc.tar.gz skribilo-bf65015355fc0afe9bde6edc85118818de27bedc.tar.lz skribilo-bf65015355fc0afe9bde6edc85118818de27bedc.zip |
doc: Update `slide' package documentation.
Diffstat (limited to 'doc/user/src')
-rw-r--r-- | doc/user/src/slides.skb | 13 |
1 files changed, 7 insertions, 6 deletions
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") |