diff options
Diffstat (limited to 'BuildTools/DocBook/Stylesheets/fo/titlepage.xsl')
-rw-r--r-- | BuildTools/DocBook/Stylesheets/fo/titlepage.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildTools/DocBook/Stylesheets/fo/titlepage.xsl b/BuildTools/DocBook/Stylesheets/fo/titlepage.xsl new file mode 100644 index 0000000..304c7f8 --- /dev/null +++ b/BuildTools/DocBook/Stylesheets/fo/titlepage.xsl @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" version="1.0" exclude-result-prefixes="exsl"> + <xsl:template name="article.titlepage.separator"> + <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" space-after.minimum="25pt" space-after.maximum="25pt"/> + </xsl:template> +</xsl:stylesheet> |