Mercurial > hg > Members > kono > nitros9-code
view docs/stylesheets/article.xsl @ 2763:c03464c24b14
Fixed a minor typo in the arcadepak's makefile related to DriveWire3 and Becker.
Updated makefile with new option nightlytest. Run option is "make nightlytest".
You also need to test environment variable TESTSSHDIR and TESTSSHSERVER before using it.
Also updated the nightly option so if the SOURCEUSER environment variable is not set it will report it.
author | drencor-xeen |
---|---|
date | Wed, 16 Jan 2013 17:33:46 -0600 |
parents | bc28c3bc3769 |
children |
line wrap: on
line source
<?xml version="1.0"?> <!-- This is an example of an xmlto stylesheet module to be use when generating PDF you call it with xmtto pdf -m article.xsl articles.docbook I don't think it works --> <xsl:stylesheet xsl:version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:template match="articleinfo/title"> <fo:block font-family="sans-serif" color="blue" font-weight="bold" font-size="18pt" space-after="0.5em"> <xsl:number level="multiple" count="chapter"/> <xsl:text> </xsl:text> <xsl:apply-templates/> </fo:block> </xsl:template> </xsl:stylesheet>