mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-16 08:33:30 +01:00
18 lines
415 B
Text
18 lines
415 B
Text
|
====================================
|
||
|
Generating Latex-Suite documentation
|
||
|
====================================
|
||
|
|
||
|
You need:
|
||
|
- xsltproc
|
||
|
- Docbook XSL stylesheets (*)
|
||
|
- Docbook DTD (*)
|
||
|
|
||
|
(*) These files will be downloaded every time you create the documentation,
|
||
|
unless you install or download them.
|
||
|
|
||
|
On Fedora, you can run as root:
|
||
|
|
||
|
yum install libxslt docbook-style-xsl docbook-dtds
|
||
|
|
||
|
to install the required packages.
|