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">
5 <!-- ********************************************************************
6 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
7 ********************************************************************
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.
13 ******************************************************************** -->
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>
23 <xsl:attribute-set name="foilgroup.properties">
24 <xsl:attribute name="font-family">
25 <xsl:value-of select="$slide.font.family"/>
29 <xsl:attribute-set name="foil.properties">
30 <xsl:attribute name="font-family">
31 <xsl:value-of select="$slide.font.family"/>
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"/>
38 <xsl:attribute name="font-weight">bold</xsl:attribute>
41 <xsl:attribute-set name="foil.subtitle.properties">
42 <xsl:attribute name="font-family">
43 <xsl:value-of select="$slide.title.font.family"/>
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>
49 <xsl:attribute name="space-after">12pt</xsl:attribute>
52 <xsl:attribute-set name="running.foot.properties">
53 <xsl:attribute name="font-family">
54 <xsl:value-of select="$slide.font.family"/>
56 <xsl:attribute name="font-size">14pt</xsl:attribute>
57 <xsl:attribute name="color">#9F9F9F</xsl:attribute>
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>
67 <xsl:attribute-set name="slides.properties">
68 <xsl:attribute name="font-family">
69 <xsl:value-of select="$slide.font.family"/>