diff options
author | Holger Wansing <holgerw@debian.org> | 2017-03-01 19:57:55 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-03-01 19:57:55 +0000 |
commit | 68643a80d937cf0ddfb8947c71eeed162965f2b6 (patch) | |
tree | 598e5e93a1b27c537b7fd94e3d8ef7decfe035a9 /doc | |
parent | 56534f56b66b0d36c1a4a0c006cf27bc42623d9b (diff) | |
download | installation-guide-68643a80d937cf0ddfb8947c71eeed162965f2b6.zip |
Update doc building.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/building.txt b/doc/building.txt index 97a9a475c..ec894b21d 100644 --- a/doc/building.txt +++ b/doc/building.txt @@ -6,13 +6,9 @@ different languages and in different document types. The currently supported document types are: - html - pdf -- ps +- ps (currently not enabled) - txt -Note: Building pdf and ps versions of the manual is not supported for some - languages. Reason is that we have not yet figured out how to use the - required fonts in the build process. - 1. Requirements: ================ @@ -20,16 +16,16 @@ Note: Building pdf and ps versions of the manual is not supported for some The build dependencies depend on which document types you wish to generate: all : dpkg-dev, docbook, docbook-xml, docbook-xsl, xsltproc, poxml html : (no additional packages required) -pdf, ps : openjade, jadetex, docbook-dsssl -pdf : ghostscript +ps : openjade, jadetex, docbook-dsssl +pdf : docbook-dsssl, ghostscript, dblatex txt : w3m For some languages additional packages are needed to build pdf: -ko : latex-hangul-ucs-hlatex +ko : fonts-wqy-microhei ru : cm-super (type1 fonts) +zh : fonts-wqy-microhei +ja : fonts-vlgothic -Note: It's not possible to build the documentation on Woody as packages are - required that are not available for Woody. Note: jadetex depends on tetex-bin which unfortunately depends on some X libs, so installing jadetex will pull in a basic X installation. There are several open bugs about this (the oldest over 3 years old, but @@ -84,6 +80,10 @@ style-print.dsl: Parameters for dvi transformation. style-fo.xsl: FO-specific parameters for xsl transformation. (currently unused) +install.css: cascading stylesheet. + +dblatex.xsl: set fonts used for building pdf. + In ./arch-options ----------------- A file for each architecture where architecture specific parameters |