OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Just starting out


On  7 Jul, Casey Ackels wrote:
> Hello I am just starting out with using DocBook, and unsurprisingly I
> have ran into some problems. I am on FreeBSD 4.8, and have installed
> the relevant DocBook ports. Most of the tutorials that I have tried to
> follow use the program docbook2html. Although I do not have that on my
> box, which has made it considerably harder.

Looks like docbook2html is a jade wrapper.
I am using docbook for several years just fine on FreeBSD.

> If you use DocBook on FreeBSD could you please let me know how you got
> it to work? I realize that information here is pretty vague, but I
> really don't have any more, since i'm just starting out.  
> 

I have made a little script to produce html from docbook. Basically, the
command is:

jade -t sgml -d <stylesheet> <docbook file>

and to convert docbook to pdf, the commands are:

jade -t tex -d <stylesheet> <docbook file>

pdfjadetex <generated tex file>


Hope that helps!

Phil.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]