optical cleanup
[TortoiseGit.git] / doc / xsl / ru / pdfdoc.xsl
blobdbe3f215a443d01a2d4d1e89d1fe363bba6e8db8
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'"/>
18 </xsl:stylesheet>