debiandoc2html
[-L]
[-X custom_dir]
[-s script]
[-m]
[-t topname]
[-1]
[shared options]
debiandoc2text
[-O]
[-X custom_dir]
[-s script]
[-m]
[shared options]
debiandoc2textov
[-O]
[-X custom_dir]
[-s script]
[-m]
[shared options]
debiandoc2latex
[-O]
[-X custom_dir]
[-s script]
[shared options]
debiandoc2latexdvi
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[shared options]
debiandoc2latexps
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[-1]
[shared options]
debiandoc2latexpdf
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[shared options]
debiandoc2dvi
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[shared options]
debiandoc2ps
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[-1]
[shared options]
debiandoc2pdf
[-O]
[-X custom_dir]
[-s script]
[-p papersize]
[-v]
[shared options]
debiandoc2texinfo
[-O]
[-X custom_dir]
[-s script]
[shared options]
debiandoc2info
[-X custom_dir]
[-s script]
[-v]
[shared options]
debiandoc2xml
[-s script]
[shared options]
debiandoc2sgml
[-s script]
[shared options]
debiandoc2wiki
[-O]
[-s script]
[-m]
[shared options]
debiandoc2docbookxml
[-s script]
[-v]
[shared options]
Each formatting tool debiandoc2foo directs its output to basename.extension where basename is source with any leading directory components and any trailing .sgml removed. If source is - then the input is taken from the standard input. This option is not available with debiandoc2html, debiandoc2latexdvi, debiandoc2latexps, debiandoc2latexpdf, debiandoc2dvi, debiandoc2ps, debiandoc2pdf, debiandoc2info, debiandoc2xml, debiandoc2sgml, and debiandoc2docbookxml.
debiandoc2html produces a subdirectory basename.html containing an HTML representation of the input in a set of .html files. The `top level' page is named basename.html/index.html.
debiandoc2text produces a plain ASCII text file basename.txt formatted to a width of 79 columns.
debiandoc2textov produces an ASCII text file basename.tov formatted to a width of 79 columns, with overstrikes for highlighting (using backspaces and repeated characters or underscores). This is the same ASCII text output style as is generated by troff.
debiandoc2latex produces an input file basename.tex for the LaTeX typesetting system. This can be used to produce PostScript output and PDF output.
debiandoc2latexdvi produces a DVI file basename.dvi via the LaTeX typesetting system. This can be used to produce PostScript output.
debiandoc2latexps produces a PostScript file basename.ps via the LaTeX typesetting system.
debiandoc2latexpdf produces a PDF file basename.pdf via LaTeX typesetting system.
debiandoc2dvi produces a DVI file basename.dvi. Currently this is done via the LaTeX typesetting system. This can be used to produce PostScript output.
debiandoc2ps produces a PostScript file basename.ps. Currently this is done via the LaTeX typesetting system.
debiandoc2pdf produces a PDF file basename.pdf. Currently this is done via the LaTeX typesetting system.
debiandoc2texinfo produces an input file basename.texinfo for the Texinfo documentation system. This can be used to produce an Info file.
debiandoc2info produces an Info file basename.info via the Texinfo documentation system.
debiandoc2xml produces a subdirectory basename.xml containing an DocBook XML representation of the input in a set of .xml files. The `top level' page is named basename.xml/index.xml. (under development) Multifile XML follows Xinclude specification which requires xsltproc command to use --xinclude option.
debiandoc2sgml produces a subdirectory basename.new.sgml containing a Debiandoc SGML representation of the input in a set of .new.sgml files with reformatted contents and cleanly closed tags. The `top level' page is named basename.new.sgml/index.new.sgml (under development but quite usable). The use of the -P option is recommended.
debiandoc2wiki produces a text file basename.wiki , part of which may be used for creation of a Wiki page.
debiandoc2docbookxml produces a DocBook XML file basename.xml via the Texinfo documentation system. (deprecated)
The script is called with its argument set to [ -l locale ] inputfile outputfile .
Currently, the default value for this script hook for .tex file is set to /usr/share/debiandoc-sgml/fixlatex which fixes Chinese Big5 encoding issues.
You can change the locale dependent data directory from the default /usr/share/perl5/DebianDoc_SGML/Locale/ to custom_dir directory by setting this option.
This may be used as a hook for user to add new locale support or to change LaTeX header definition created by the debiandoc-sgml package without having root access to the system.
Error messages from saspconvert (an internally used script of the DebianDoc-SGML package) indicates a problem with the package itself. Please report them to the package maintainer via Debian's bug reporting system.
If debiandoc2latexdvi, debiandoc2latexps, debiandoc2latexpdf, debiandoc2dvi, debiandoc2ps, debiandoc2pdf, debiandoc2info, or debiandoc2docbookxml encounter an error when calling their secondary processors, they issue an appropriate error message and indicate to use the -v option to see the output generated by these secondary processors (which can be a lot!). The latter three also indicate to check the log file basename.log.
If an error occurred, none of the already generated intermediate files are removed. They are removed in the next successful conversion of the same source by the same debiandoc2foo (unless the -k option is used).
The paper size support in debiandoc2latexdvi, debiandoc2latexps, debiandoc2latexpdf, debiandoc2dvi, debiandoc2ps, and debiandoc2pdf is not complete.
When debiandoc2html is invoked with -x option to produce XHTML compliant code, the index format control features of <enumlist> will not work and it produces <enumlist> in the compaact format.
The debiandoc2xml command creates usable DocBook XML file. This is meant to be used as a tool to transform existing DebianDoc SGML document to DocBook XML document.
The new XHTML feature of debiandoc2html command may contain some bugs but improves XML conformance of HTML output.
debiandoc2sgml and the new XHTML feature of debiandoc2html command may contain some bugs but I think they are quite usable.
The generated Wiki page text created by debiandoc2wiki command is meant to be used after manual reformatting.
The generated XML code through TeXInfo system by debiandoc2docbookxml command contains many noise texts and is not proper XML. (Do not use this)