story_print.xsl
branchstyles
changeset 4 301b54644bfa
parent 0 08de8d15f932
child 10 5bba8548413e
--- a/story_print.xsl	Mon Jul 17 13:43:11 2006 -0400
+++ b/story_print.xsl	Mon Jul 17 13:43:22 2006 -0400
@@ -63,7 +63,7 @@
   </root>
 </xsl:template>
 
-<xsl:template match="/book/section">
+<xsl:template match="/book/section|/book/preamble|/book/addendum">
   <page-sequence master-reference="book-sequence">
     <xsl:call-template name="static-content">
       <xsl:with-param name="title">
@@ -128,12 +128,14 @@
 
 <!-- dialog template -->
 <xsl:template match="dialog">
-  <block xsl:use-attribute-sets="standard-block" start-indent="1cm">
+  <block xsl:use-attribute-sets="standard-block"
+	 margin-left=".5in" margin-right=".5in">
     <xsl:apply-templates/>
   </block>
 </xsl:template>
 <xsl:template match="cite">
-  <block xsl:use-attribute-sets="standard-block" font-style="italic">
+  <block xsl:use-attribute-sets="standard-block"
+	 font-style="italic">
     <xsl:text>"</xsl:text>
     <xsl:apply-templates/>
     <xsl:text>"</xsl:text>
@@ -142,7 +144,7 @@
 
 <xsl:template match="citation">
   <block xsl:use-attribute-sets="standard-block" font-style="italic"
-         font-size="75%" margin-left="4in">
+         font-size="90%" margin-left="4in">
     <xsl:apply-templates/>
   </block>
 </xsl:template>
@@ -165,22 +167,3 @@
 </xsl:template>
 
 </xsl:stylesheet>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: xml
-sgml-omittag:nil
-sgml-shorttag:nil
-sgml-namecase-general:nil
-sgml-general-insert-case:lower
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:nil
-sgml-parent-document:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-outline-regexp:"<xsl:"
-End:
--->