table of contents
DBLATEX(1) | Dblatex Manual Page | DBLATEX(1) |
NAME¶
dblatex - convert DocBook to LaTeX, DVI, PostScript, and PDF
SYNOPSIS¶
dblatex [options] {file | -}
DESCRIPTION¶
This manual page briefly documents the dblatex command. For more details read the PDF manual; see below.
dblatex is a program that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them into pure LaTeX as a first process. MathML 2.0 markups are supported, too. It started as a clone of DB2LaTeX.
OPTIONS¶
A summary of options is included below. For a complete description, see the PDF manual.
-h, --help
-b backend, --backend=backend
-B, --no-batch
-c config, -S config, --config=config
-d, --debug
-D, --dump
-e indexstyle, --indexstyle indexstyle
-f figure_format, --fig-format=figure_format
-F input_format, --input-format=input_format
-i texinputs, --texinputs texinputs
-I figure_path, --fig-path=figure_path
-l bst_path, --bst-path=bst_path
-L bib_path, --bib-path=bib_path
-m xslt, --xslt=xslt
-o output, --output=output
-O output_dir, --output-dir=output_dir
-p xsl_user, --xsl-user=xsl_user
-P param=value, --param=param=value
-q, --quiet
-r script, --texpost=script
-s latex_style, --texstyle=latex_style
-t format, --type=format
--dvi
--ps
-T style, --style=style
-v, --version
-V, --verbose
-x xslt_options, --xslt-opts=xslt_options
-X, --no-external
FILES AND DIRECTORIES¶
$HOME/.dblatex/
/etc/dblatex/
The predefined output styles are located in the installed package directory.
ENVIRONMENT VARIABLES¶
DBLATEX_CONFIG_FILES
EXAMPLES¶
To produce myfile.pdf from myfile.xml:
dblatex myfile.xml
To set some XSL parameters from the command line:
dblatex -P latex.babel.language=de myfile.xml
To use the db2latex output style:
dblatex -T db2latex myfile.xml
To apply your own latex style:
dblatex -s mystyle myfile.xml dblatex -s /path/to/mystyle.sty myfile.xml
To pass extra arguments to the XSLT engine:
dblatex -x "--path /path/to/load/entity" myfile.xml
To use dblatex and profiling:
xsltproc --param profile.attribute "'output'" \
--param profile.value "'pdf'" \
/path/to/profiling/profile.xsl \
myfile.xml | dblatex -o myfile.pdf -
To build a set of books:
dblatex -O /path/to/chunk/dir -Pset.book.num=all myfile.xml
SEE ALSO¶
The program is documented fully by "DocBook to LaTeX Publishing - User Manual" available in the package's documentation directory.
AUTHORS¶
Benoit Guillon
Andreas Hoenen <andreas.hoenen@arcor.de>
COPYRIGHT¶
Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Andreas Hoenen
This manual page was written for the Debian(TM) system (but it may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
On Debian(TM) systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
March 6, 2012 | dblatex 0.3.4 |