Small cleanup: Drop not necessary statements
[TortoiseGit.git] / doc / xsl / fa / pdfdoc.xsl
blob519449bdbea879c809c291cb6f8c978c6145432f
1 <xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4 version="1.0">
6 <xsl:import href="../pdfdoc.xsl"/>
8 <xsl:param name="l10n.gentext.language" select="'fa'"/>
10 <xsl:param name="body.font.family" select="'Arial'"></xsl:param>
11 <xsl:param name="monospace.font.family" select="'Arial'"></xsl:param>
12 <xsl:param name="title.font.family" select="'Arial'"></xsl:param>
14 <xsl:param name="hyphenate">false</xsl:param>
16 </xsl:stylesheet>