~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/stylesheets/lang-drivers/driver.da.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
3
 
 
4
<xsl:output encoding="UTF-8"/>
 
5
<xsl:param name="latex.inputenc">utf8</xsl:param>
 
6
<xsl:variable name="latex.use.ucs">1</xsl:variable>
 
7
<xsl:param name="latex.fontenc">T1</xsl:param>
 
8
<xsl:param name="latex.book.preamble.post.l10n">
 
9
    <xsl:text>\renewcommand{\rmdefault}{pnc}</xsl:text>
 
10
    <xsl:text>\renewcommand{\sfdefault}{phv}</xsl:text>
 
11
</xsl:param>
 
12
 
 
13
</xsl:stylesheet>