DBLATEX(1) | dblatex マニュアルページ | DBLATEX(1) |
名前¶
dblatex - DocBook を LaTeX, DVI, PostScript, PDF に変換する
書式¶
dblatex [options] {file | -}
説明¶
この man ページでは、 dblatex コマンドについて簡単に説明します。 詳しくは、 以降に示している PDF マニュアルを読んでください。
dblatex は、 SGML/XML の DocBook 文書を DVI, PostScript, PDF に変換するプログラムです。 その最初の処理においては、 純粋な LaTeX 文書への変換を行います。 MathML 2.0 マークアップもサポートしています。 これは、 DB2LaTeX のクローンとして始まりました。
オプション¶
オプションの概要を以下に示します。 完全な説明は PDF マニュアルを参照してください。
-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 [plugin:]script, --texpost=[plugin:]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
ファイルとディレクトリ¶
$HOME/.dblatex/
/etc/dblatex/
定義済の出力スタイルは、 パッケージがインストールされているディレクトリにあります。
環境変数¶
DBLATEX_CONFIG_FILES
例¶
myfile.xml から myfile.pdf を生成します。
dblatex myfile.xml
コマンドラインから XSL パラメーターをいくつか設定します。
dblatex -P latex.babel.language=de myfile.xml
XSL スタイルシートを用います。
dblatex -p myconfig.xsl myfile.xml
db2latex 出力スタイルを用います。
dblatex -T db2latex myfile.xml
独自の latex スタイルを適用します。
dblatex -s mystyle myfile.xml dblatex -s /path/to/mystyle.sty myfile.xml
XSLT エンジンに対して、 追加の引数を受け渡します。
dblatex -x "--path /path/to/load/entity" myfile.xml
dblatex とプロファイリングを用います。
xsltproc --param profile.attribute "'output'" \
--param profile.value "'pdf'" \
/path/to/profiling/profile.xsl \
myfile.xml | dblatex -o myfile.pdf -
一セットのブックを生成します。
dblatex -O /path/to/chunk/dir -Pset.book.num=all myfile.xml
関連項目¶
このプログラムについては 「DocBook to LaTeX Publishing - User Manual」 においてすべて説明しています。 これはパッケージ内の文書ディレクトリ内にあります。
著者¶
Benoit Guillon
Andreas Hoenen <andreas.hoenen@arcor.de>
著作権¶
Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
2013, 2014, 2015 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.
2015/03/06 | dblatex 0.3.12 |