]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/styleguide/docbook-xsl-1.75.2/slides/fo/param.xsl
stylesheet changes.
[working/Evergreen.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / slides / fo / param.xsl
1 <?xml version="1.0" encoding="ASCII"?>
2 <!-- This file is generated from param.xweb -->
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4
5 <!-- ********************************************************************
6      $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
7      ********************************************************************
8
9      This file is part of the DocBook Slides Stylesheet distribution.
10      See ../README or http://docbook.sf.net/release/xsl/current/ for
11      copyright and other information.
12
13      ******************************************************************** -->
14
15 <xsl:param name="slide.font.family">Helvetica</xsl:param>
16 <xsl:param name="slide.title.font.family">Helvetica</xsl:param>
17 <xsl:param name="foil.title.master">36</xsl:param>
18 <!-- Inconsistant use of point size? -->
19     <xsl:param name="foil.title.size">
20       <xsl:value-of select="$foil.title.master"/><xsl:text>pt</xsl:text>
21     </xsl:param>
22   
23     <xsl:attribute-set name="foilgroup.properties">
24       <xsl:attribute name="font-family">
25         <xsl:value-of select="$slide.font.family"/>
26       </xsl:attribute>
27     </xsl:attribute-set>
28   
29     <xsl:attribute-set name="foil.properties">
30       <xsl:attribute name="font-family">
31         <xsl:value-of select="$slide.font.family"/>
32       </xsl:attribute>
33       <xsl:attribute name="margin-{$direction.align.start}">1in</xsl:attribute>
34       <xsl:attribute name="margin-{$direction.align.end}">1in</xsl:attribute>
35       <xsl:attribute name="font-size">
36         <xsl:value-of select="$body.font.size"/>
37       </xsl:attribute>
38       <xsl:attribute name="font-weight">bold</xsl:attribute>
39     </xsl:attribute-set>
40   
41     <xsl:attribute-set name="foil.subtitle.properties">
42       <xsl:attribute name="font-family">
43         <xsl:value-of select="$slide.title.font.family"/>
44       </xsl:attribute>
45       <xsl:attribute name="text-align">center</xsl:attribute>
46       <xsl:attribute name="font-size">
47         <xsl:value-of select="$foil.title.master * 0.8"/><xsl:text>pt</xsl:text>
48       </xsl:attribute>
49       <xsl:attribute name="space-after">12pt</xsl:attribute>
50     </xsl:attribute-set>
51   
52     <xsl:attribute-set name="running.foot.properties">
53       <xsl:attribute name="font-family">
54         <xsl:value-of select="$slide.font.family"/>
55       </xsl:attribute>
56       <xsl:attribute name="font-size">14pt</xsl:attribute>
57       <xsl:attribute name="color">#9F9F9F</xsl:attribute>
58     </xsl:attribute-set>
59   
60     <xsl:attribute-set name="speakernote.properties">
61       <xsl:attribute name="font-family">Times Roman</xsl:attribute>
62       <xsl:attribute name="font-style">italic</xsl:attribute>
63       <xsl:attribute name="font-size">12pt</xsl:attribute>
64       <xsl:attribute name="font-weight">normal</xsl:attribute>
65     </xsl:attribute-set>
66   
67     <xsl:attribute-set name="slides.properties">
68       <xsl:attribute name="font-family">
69         <xsl:value-of select="$slide.font.family"/>
70       </xsl:attribute>
71     </xsl:attribute-set>
72   
73
74 </xsl:stylesheet>