slides.titlepage.author.properties.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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.author.properties">
  7. <refmeta>
  8. <refentrytitle>slides.titlepage.author.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>slides.titlepage.author.properties</refname>
  13. <refpurpose>Specifies properties for slides titlepage title</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="slides.titlepage.author.properties.frag">
  17. <xsl:attribute-set name="slides.titlepage.author.properties">
  18. <xsl:attribute name="text-align">center</xsl:attribute>
  19. <xsl:attribute name="space-after">1em</xsl:attribute>
  20. <xsl:attribute name="font-size">20.736pt</xsl:attribute>
  21. </xsl:attribute-set>
  22. </src:fragment>
  23. </refsynopsisdiv>
  24. <refsection><info><title>Description</title></info>
  25. <para>This parameter specifies properties for the author on the default
  26. titlepage.</para>
  27. </refsection>
  28. </refentry>