dblatex 0.3.12
DocBook to LaTeX Publishing
DocBook to LaTeX Publishing transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in pure LaTeX as a first process. MathML 2.0 markups are supported too. It started as a clone of DB2LaTeX.
- Outputs:
doc
,out
- Website: https://dblatex.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/docbook.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dblatex 0.3.12
as follows:
guix install dblatex@0.3.12
Or install the latest version:
guix install dblatex
The dblatex
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install dblatex:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.