slides.titlepage.master.properties.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="slides.titlepage.master.properties">
  7. <refmeta>
  8. <refentrytitle>slides.titlepage.master.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>slides.titlepage.master.properties</refname>
  13. <refpurpose>Specifies properties for slides titlepage master</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="slides.titlepage.master.properties.frag">
  17. <xsl:attribute-set name="slides.titlepage.master.properties">
  18. <xsl:attribute name="page-width">
  19. <xsl:value-of select="$page.width"/>
  20. </xsl:attribute>
  21. <xsl:attribute name="page-height">
  22. <xsl:value-of select="$page.height"/>
  23. </xsl:attribute>
  24. <xsl:attribute name="margin-top">
  25. <xsl:value-of select="$page.margin.top"/>
  26. </xsl:attribute>
  27. <xsl:attribute name="margin-bottom">
  28. <xsl:value-of select="$page.margin.bottom"/>
  29. </xsl:attribute>
  30. <xsl:attribute name="margin-left">
  31. <xsl:value-of select="$page.margin.inner"/>
  32. </xsl:attribute>
  33. <xsl:attribute name="margin-right">
  34. <xsl:value-of select="$page.margin.outer"/>
  35. </xsl:attribute>
  36. </xsl:attribute-set>
  37. </src:fragment>
  38. </refsynopsisdiv>
  39. <refsection><info><title>Description</title></info>
  40. <para>This parameter specifies properties for the slides titlepage master.</para>
  41. </refsection>
  42. </refentry>