Install Docbook-XML (see Section 3)
Download the LDP's DSSL ldp.dsl and copy it to the working directory.
Download the MaRTE OS template HOWTO.xml and copy it to the same directory.
Modify the template with an editor and the help of [1].
Apply one of the following commands to convert your tutorial to other format.
[user@machine ~/dir]$ docbook2html -u -d ldp.dsl#html yourfile.xml [user@machine ~/dir]$ docbook2html -d ldp.dsl#html yourfile.xml [user@machine ~/dir]$ docbook2txt -d ldp.dsl#html yourfile.xml [user@machine ~/dir]$ docbook2pdf -d ldp.dsl#print yourfile.xml [user@machine ~/dir]$ docbook2ps -d ldp.dsl#print yourfile.xml |