marketing-content/FC-5-press-release fdp-pr.xsl,1.1.1.1,1.2

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Thu Mar 16 20:09:19 UTC 2006


Author: kwade

Update of /cvs/docs/marketing-content/FC-5-press-release
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31252

Modified Files:
	fdp-pr.xsl 
Log Message:
Trying out this new XSL to make prettier PDFs, still with a few minor formatting details, such as the header, to be fixed.  We'll submit this back for press-release as the new stylesheet after we work out the kinks.


Index: fdp-pr.xsl
===================================================================
RCS file: /cvs/docs/marketing-content/FC-5-press-release/fdp-pr.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- fdp-pr.xsl	14 Mar 2006 20:46:35 -0000	1.1.1.1
+++ fdp-pr.xsl	16 Mar 2006 20:09:11 -0000	1.2
@@ -36,10 +36,10 @@
                   </fo:block>
                 </fo:table-cell>
                 <fo:table-cell text-align="right">
-                  <fo:block>
+                  <fo:block space-after="6pt">
                     <xsl:value-of select="/fdp-pr/@org"/>
                   </fo:block>
-                  <fo:block>
+                  <fo:block space-before="6pt">
                     <xsl:value-of select="/fdp-pr/@kind"/>
                   </fo:block>
                 </fo:table-cell>
@@ -79,17 +79,17 @@
     </fo:root>
   </xsl:template>
   <xsl:template match="header">
-    <fo:block font-weight="bold" keep-with-next="always" margin-top="6pt">
+    <fo:block font-family="Verdana, Arial, Helvetica, Sans Serif, sans-serif" font-size="1.2pc" font-weight="bold" keep-with-next="always" margin-top="6pt" space-before="18pt" space-after="6pt">
       <xsl:apply-templates/>
     </fo:block>
   </xsl:template>
   <xsl:template match="para">
-    <fo:block keep-together="always" margin-top="6pt">
+    <fo:block margin-left="0.5in" margin-top="6pt" space-after="6pt" text-align="justified">
       <xsl:apply-templates/>
     </fo:block>
   </xsl:template>
   <xsl:template match="ulink">
-    <fo:inline font-weight="bold">
+    <fo:inline font-weight="bold" font-style="italic">
       <xsl:value-of select="@url"/>
     </fo:inline>
   </xsl:template>




More information about the docs-commits mailing list