]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typos, minor improvements.
authorJirka Kosek <jirka@kosek.cz>
Mon, 23 Sep 2002 16:07:36 +0000 (16:07 +0000)
committerJirka Kosek <jirka@kosek.cz>
Mon, 23 Sep 2002 16:07:36 +0000 (16:07 +0000)
contrib/samples/dsssl/slides/README
contrib/samples/dsssl/slides/slides.dsl

index bd46e0a614f8835b77820443cd811d64b1161e66..99dfc40dcf9d632bc62183f09c39daf493d66e4b 100644 (file)
@@ -2,7 +2,7 @@ This directory contains slides.dsl stylesheet which can be used for
 rendering DocBook Slides. It outputs one slide to one page and you can
 use auxiliary tools or print drivers to get 2up or 4up page
 arrangements. I use this stylesheet to print slides for my
-students. Stylesheet is not perfect, but does amount of usable work.
+students. Stylesheet is not perfect, but it does amount of usable work.
 
 Typical usage is:
 
index 71d0225cf49d7078da28b1e302eaad89d582127c..87a208693dd0e803218bc15e74d019c053a57b9f 100644 (file)
     space-after: 96pt
   (next-match)))
 
+(element (slidesinfo confgroup)
+  (make paragraph
+    quadding: 'center
+    space-before: 16pt
+    (next-match)))
+
+(element (confdates)
+  (make paragraph
+    (next-match)))
+
 (element (slidesinfo copyright)
   (empty-sosofo))