Fixed issue #938: *Backlash* between user name and domain name is incorrectly replace...
[TortoiseGit.git] / doc / xsl / hr / pdfdoc.xsl
blob42bfc2af25920a8d76ab309290fbd61abb5d6de5
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <!--
4 PDF help creation
5 Include the default settings for all languages
6 Define xsl parameters here
7 Define fop parameters (fonts) in userconfig.template.xml
8 -->
10 <xsl:import href="../pdfdoc.xsl"/>
12 <xsl:param name="body.font.family" select="'Times New Roman'"/>
13 <xsl:param name="title.font.family" select="'Arial'"/>
14 <xsl:param name="sans.font.family" select="'Arial'"/>
15 <xsl:param name="monospace.font.family" select="'Courier New'"/>
17 <xsl:param name="hyphenate">false</xsl:param>
19 </xsl:stylesheet>