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

« back to all changes in this revision

Viewing changes to build/stylesheets/lang-drivers/driver.ja.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"/>
 
6
<!-- <xsl:variable name="latex.use.ucs">1</xsl:variable> -->
 
7
<!-- <xsl:param name="latex.ucs.options">cjkjis,autogenerated</xsl:param> -->
 
8
<!-- <xsl:param name="latex.fontenc">C40,T1</xsl:param> -->
 
9
<xsl:param name="latex.book.preamble.pre">
 
10
\usepackage{CJK}
 
11
\usepackage[CJK, overlap]{ruby}
 
12
\CJKencfamily[dnp]{JIS}{min}
 
13
\CJKfontenc{JIS}{dnp}
 
14
</xsl:param>
 
15
<xsl:param name="latex.hyperref.param.common">CJKbookmarks,bookmarksnumbered,colorlinks,backref,bookmarks,breaklinks,linktocpage,plainpages=false</xsl:param>
 
16
<xsl:param name="latex.book.preamble.post"/>
 
17
<xsl:param name="latex.book.preamble.post.l10n">
 
18
    <xsl:text>\renewcommand{\rmdefault}{pnc}</xsl:text>
 
19
    <xsl:text>\renewcommand{\sfdefault}{phv}</xsl:text>
 
20
</xsl:param>
 
21
<xsl:param name="latex.language.option">none</xsl:param>
 
22
<xsl:param name="latex.documentclass.book">a4paper,10pt,twoside,openright</xsl:param>
 
23
</xsl:stylesheet>