|
Sign in |
|
This chapter lists tools which generate HTML as their main output format. Some of them might be able to generate other output formats too (like PS). “dbslide is a package of files that allows you to create screen presentations, overheads, and handouts from a DocBook SGML document. ”
Example 2.1. DocBook dbslide Example
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<book>
<bookinfo>
<author>
<firstname>Michael</firstname>
<surname>Wiedmann</surname>
<affiliation>
<address format="linespecific">mw@miwie.in-berlin.de</address>
</affiliation>
</author>
<title>DocBook dbslide Example</title>
</bookinfo>
<chapter>
<title>Abstract</title>
<para>A very simple demonstration of dbslide</para>
<itemizedlist>
<listitem>
<para>item 1</para>
</listitem>
<listitem>
<para>item 2</para>
</listitem>
</itemizedlist>
</chapter>
<chapter>
<title>Key features</title>
<simplesect>
<title>Features</title>
<itemizedlist>
<listitem>
<para>feature 1</para>
</listitem>
<listitem>
<para>feature 2</para>
</listitem>
<listitem>
<para>feature 3</para>
</listitem>
</itemizedlist>
</simplesect>
</chapter>
</book>
http://ourworld.compuserve.com/homepages/hoenicka_markus/dbslide.html (last time checked: not available as of 2009-04-23) |