summaryrefslogtreecommitdiff
path: root/build/stylesheets/lang-drivers/driver.pt.xsl
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /build/stylesheets/lang-drivers/driver.pt.xsl
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/stylesheets/lang-drivers/driver.pt.xsl')
-rw-r--r--build/stylesheets/lang-drivers/driver.pt.xsl12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/stylesheets/lang-drivers/driver.pt.xsl b/build/stylesheets/lang-drivers/driver.pt.xsl
new file mode 100644
index 000000000..e4e6eb6b5
--- /dev/null
+++ b/build/stylesheets/lang-drivers/driver.pt.xsl
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:output encoding="UTF-8"/>
+<xsl:param name="latex.inputenc">utf8</xsl:param>
+<xsl:variable name="latex.use.ucs">1</xsl:variable>
+<xsl:param name="latex.fontenc">T1</xsl:param>
+<xsl:param name="latex.book.preamble.post.l10n">
+ <xsl:text>\renewcommand{\rmdefault}{pnc}</xsl:text>
+ <xsl:text>\renewcommand{\sfdefault}{phv}</xsl:text>
+</xsl:param>
+</xsl:stylesheet>