[Zope3-Users] Zope 3 Developer's LiveBook
Igor Stroh
igor at rulim.de
Wed Feb 15 17:26:17 EST 2006
Igor Stroh wrote:
> Reinoud van Leeuwen wrote:
>
>>On Tue, Feb 14, 2006 at 09:15:42PM +0100, Florian Lindner wrote:
>>
>>
>>>I also think that pure Latex would be the best choice. It's convertible into a
>>>lot different formats and can be edited just using a simple text editor.
>>
>>
>>Isn't Docbook a better choice? Is is specially designed for documents like
>>this, and easily parsable. lots of tools around.
>>It can (AFAIK) be read and written by Open Office or any text editor.
>
>
> +1
>
> DocBook is definitely a better choice, there's db2latex for LaTeX
> (and PDF) conversion and various XSLT stylesheets for HTML.
To prove this statement, I've created a simple source tree that can
be used to automate the whole process:
z3lb-docbook/
|-- Makefile
|-- html-styles.xsl
|-- src/
| |-- intro.xml
| |-- new_chapter.py
| |-- z3livebook.css
| `-- z3livebook.xml
`-- tex-styles.xsl
Just run `make html` or `make pdf` to produce HTML or PDF respectively.
Dependencies (as Debian packages):
o docbook-xml (pdf+html)
o tetex-bin (pdf)
o xsltproc (pdf+html)
o docbook-xsl (html)
I'm using a similar setup to write my diploma thesis, so far it
works quite well.
Cheers,
Igor
P.S.:
"DocBook - The Definitive Guide"
http://www.docbook.org/tdg5/en/html/docbook.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: z3lb-docbook.tar.gz
Type: application/x-gzip
Size: 1757 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20060215/2dc7377a/z3lb-docbook.tar.bin
More information about the Zope3-users
mailing list