remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / slides / fo / param.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/slides/fo/param.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/slides/fo/param.xml
deleted file mode 100755 (executable)
index dd5997e..0000000
+++ /dev/null
@@ -1,356 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>\r
-<book version="5.0" xml:id="slides_fo_doc">\r
-<info>\r
-<title>Slides FO Parameter Reference</title>\r
-<releaseinfo role="meta">\r
-$Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $\r
-</releaseinfo>\r
-<author>\r
-  <personname>\r
-    <surname>Walsh</surname>\r
-    <firstname>Norman</firstname>\r
-  </personname>\r
-</author>\r
-<copyright>\r
-  <year>2002</year>\r
-  <holder>Norman Walsh</holder>\r
-</copyright>\r
-<abstract>\r
-  <para>This is reference documentation for all user-configurable\r
-    parameters in the DocBook XSL Slides FO stylesheet (for\r
-    generating PDF slide presentations). Note that the Slides\r
-    stylesheet for FO output is a customization layer of the\r
-    DocBook XSL FO stylesheet. Therefore, in addition to the\r
-    slides-specific parameters listed in this section, you can\r
-    also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../fo/">FO stylesheet\r
-    parameters</link> to control Slides FO output.</para>\r
-</abstract>\r
-</info>\r
-<reference xml:id="fo">\r
-  <title>FO: General Params</title>\r
-<refentry version="5.0" xml:id="slide.title.font.family">\r
-<refmeta>\r
-<refentrytitle>slide.title.font.family</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="list-type">open</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">serif</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">sans-serif</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">monospace</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>slide.title.font.family</refname>\r
-<refpurpose>Specifies font family to use for slide titles</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="slide.title.font.family.frag">\r
-&lt;xsl:param name="slide.title.font.family"&gt;Helvetica&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Specifies the font family to use for slides titles.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="slide.font.family">\r
-<refmeta>\r
-<refentrytitle>slide.font.family</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="list-type">open</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">serif</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">sans-serif</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">monospace</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>slide.font.family</refname>\r
-<refpurpose>Specifies font family to use for slide bodies</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="slide.font.family.frag">\r
-&lt;xsl:param name="slide.font.family"&gt;Helvetica&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Specifies the font family to use for slides bodies.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="foil.title.master">\r
-<refmeta>\r
-<refentrytitle>foil.title.master</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">number</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>foil.title.master</refname>\r
-<refpurpose>Specifies unitless font size to use for foil titles</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="foil.title.master.frag">\r
-&lt;xsl:param name="foil.title.master"&gt;36&lt;/xsl:param&gt;\r
-&lt;!-- Inconsistant use of point size? --&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Specifies a unitless font size to use for foil titles; used in\r
-combination with the <parameter>foil.title.size</parameter>\r
-parameter.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="foil.title.size">\r
-<refmeta>\r
-<refentrytitle>foil.title.size</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>foil.title.size</refname>\r
-<refpurpose>Specifies font size to use for foil titles, including units</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="foil.title.size.frag">\r
-    &lt;xsl:param name="foil.title.size"&gt;\r
-      &lt;xsl:value-of select="$foil.title.master"&gt;&lt;/xsl:value-of&gt;&lt;xsl:text&gt;pt&lt;/xsl:text&gt;\r
-    &lt;/xsl:param&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter combines the value of the\r
-<parameter>foil.title.master</parameter> parameter with a unit\r
-specification. The default unit is <literal>pt</literal>\r
-(points).</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-</reference>\r
-<reference xml:id="propsets">\r
-  <title>FO: Property Sets</title>\r
-<refentry version="5.0" xml:id="slides.properties">\r
-<refmeta>\r
-<refentrytitle>slides.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>slides.properties</refname>\r
-<refpurpose>Specifies properties for all slides</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="slides.properties.frag">\r
-    &lt;xsl:attribute-set name="slides.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;\r
-        &lt;xsl:value-of select="$slide.font.family"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to all slides.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="foilgroup.properties">\r
-<refmeta>\r
-<refentrytitle>foilgroup.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>  \r
-</refmeta>\r
-<refnamediv>\r
-<refname>foilgroup.properties</refname>\r
-<refpurpose>Specifies properties for all foilgroups</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="foilgroup.properties.frag">\r
-    &lt;xsl:attribute-set name="foilgroup.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;\r
-        &lt;xsl:value-of select="$slide.font.family"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to all foilgroups.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="foil.subtitle.properties">\r
-<refmeta>\r
-<refentrytitle>foil.subtitle.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>foil.subtitle.properties</refname>\r
-<refpurpose>Specifies properties for all foil subtitles</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="foil.subtitle.properties.frag">\r
-    &lt;xsl:attribute-set name="foil.subtitle.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;\r
-        &lt;xsl:value-of select="$slide.title.font.family"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="text-align"&gt;center&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-size"&gt;\r
-        &lt;xsl:value-of select="$foil.title.master * 0.8"&gt;&lt;/xsl:value-of&gt;&lt;xsl:text&gt;pt&lt;/xsl:text&gt;\r
-      &lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="space-after"&gt;12pt&lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to all foil subtitles.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="foil.properties">\r
-<refmeta>\r
-<refentrytitle>foil.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>foil.properties</refname>\r
-<refpurpose>Specifies properties for all foils</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="foil.properties.frag">\r
-    &lt;xsl:attribute-set name="foil.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;\r
-        &lt;xsl:value-of select="$slide.font.family"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="margin-{$direction.align.start}"&gt;1in&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="margin-{$direction.align.end}"&gt;1in&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-size"&gt;\r
-        &lt;xsl:value-of select="$body.font.size"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-weight"&gt;bold&lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to all foils.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="speakernote.properties">\r
-<refmeta>\r
-<refentrytitle>speakernote.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>speakernote.properties</refname>\r
-<refpurpose>Specifies properties for all speakernotes</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="speakernote.properties.frag">\r
-    &lt;xsl:attribute-set name="speakernote.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;Times Roman&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-style"&gt;italic&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-size"&gt;12pt&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-weight"&gt;normal&lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to all speakernotes.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="running.foot.properties">\r
-<refmeta>\r
-<refentrytitle>running.foot.properties</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>running.foot.properties</refname>\r
-<refpurpose>Specifies properties for running foot on each slide</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="running.foot.properties.frag">\r
-    &lt;xsl:attribute-set name="running.foot.properties"&gt;\r
-      &lt;xsl:attribute name="font-family"&gt;\r
-        &lt;xsl:value-of select="$slide.font.family"&gt;&lt;/xsl:value-of&gt;\r
-      &lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="font-size"&gt;14pt&lt;/xsl:attribute&gt;\r
-      &lt;xsl:attribute name="color"&gt;#9F9F9F&lt;/xsl:attribute&gt;\r
-    &lt;/xsl:attribute-set&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>This parameter specifies properties that are applied to the\r
-running foot area of each slide.</para>\r
-\r
-</refsection>\r
-</refentry>\r
-\r
-</reference>\r
-\r
-<appendix xml:id="styleheet"><title>The Stylesheet</title>\r
-\r
-<para>The <filename>param.xsl</filename> stylesheet is just a wrapper\r
-around all these parameters.</para>\r
-\r
-<programlisting xml:id="top">\r
-\r
-&lt;!-- This file is generated from param.xweb --&gt;\r
-\r
-&lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;\r
-\r
-&lt;!-- ********************************************************************\r
-     $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $\r
-     ********************************************************************\r
-\r
-     This file is part of the DocBook Slides Stylesheet distribution.\r
-     See ../README or http://docbook.sf.net/release/xsl/current/ for\r
-     copyright and other information.\r
-\r
-     ******************************************************************** --&gt;\r
-\r
-&lt;src:fragref linkend="slide.font.family.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="slide.title.font.family.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="foil.title.master.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="foil.title.size.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="foilgroup.properties.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="foil.properties.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="foil.subtitle.properties.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="running.foot.properties.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="speakernote.properties.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="slides.properties.frag"&gt;&lt;/src:fragref&gt;\r
-\r
-&lt;/xsl:stylesheet&gt;\r
-</programlisting>\r
-\r
-</appendix>\r
-</book>\r