PROBLEM: Crocsdb creates RTF output which is
essentially garbage in versions of crocsdb less then
0.3.5b (included in versions of Docbook SGML Toolbox
less then 0.1.03)
CAUSE: Incorrect selection/use of stylesheet.
FIX: Edit the jade rtf line in Crocsdb to read:
jade -t rtf -d [path to /print/ldp.dsl]"#print" -o
$NAME_WITHOUT_EXTENSION".rtf" ../../$1 2>>$DOC_LOG_FILE
inserting where indicated the correct path to the print
ldp.dsl
stylesheet(/usr/local/share/sgml/dsssl/docbook-dsssl-1.74b/print/ldp.dsl
on my setup). Make sure you add the "#print" after it
and put it in quotes to avoid shell confusion.
OR download the new version of crocsdb at
www.gemini1consulting.com/tekhelp
This problem is fixed in versions of DocBook SGML
Toolbox 0.1.03 on up.