On 7/3/07, Cromwell Enage <[EMAIL PROTECTED]> wrote:

Hi Cromwell.

> I'm currently using CVS HEAD for learning how to use
> Quickbook.

Great! Welcome to quickbook then.

> 1. The only job of the Quickbook executable is to
> convert *.qbk files to BoostBook XML, right?  Is there
> no other output format for the moment?

That is right. But there is an ongoing effort to support other backends.

> 2. Let's say that the root file for all my MPL.Math
> documentation is BOOST_ROOT/libs/mpl/doc/src/math.qbk
> and that my Jamfile, which is located in
> BOOST_ROOT/libs/mpl/doc/, looks like this:
>
> ## start of file ##
>
> project boost/libs/mpl/doc ;
> import boostbook : boostbook ;
> using quickbook ;
>
> boostbook quickbook
>     : src/math.qbk
>     : <xsl:param>...
>     ;
>
> ## end of file ##
>
> Other than the <xsl:param> stuff, is this Jamfile
> correct?  Where should I look to figure out what can
> go with <xsl:param> besides existing Jamfiles?

I recommend you read this guide, it is very fresh stuff (four days I
think) so we can really use your feedback.

http://svn.boost.org/trac/boost/wiki/DocsOrganization

There examples there so you can quick start with quickbook.

You can download the first release of the IBD project:

http://svn.boost.org/trac/boost/wiki/ImprovingBoostDocs#Downloads

And look how the doc_test is organized. ( doc/doc_test )
You will see that now all the style resides in ( doc/style ) making
your life easier and avoiding resource duplication.

Best regards
Matias

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to