Re: [Boost-docs] Can't build bjam docs

Subject: Re: [Boost-docs] Can't build bjam docs
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-09-18 17:06:34


John Maddock wrote:
>>From quickbook 1.4 onwards, you can have paragraphs in table cells:
>
> [table
> [[heading1][heading2]]
> [[one para][two
>
> para]]
> ]

Doesn't really help as I don't want all the extra space given to
paragraphs. Especially not inside a table cell that's supposed to be
small. I decided to just write some templates with custom DocBook as:

===
[template literal[text]'''<literallayout>'''[text]'''</literallayout>''']
[template list[items]'''<itemizedlist>'''[items]'''</itemizedlist>''']
[template orderedlist[items]'''<orderedlist>'''[items]'''</orderedlist>''']
[template li[text]'''<listitem>'''[text]'''</listitem>''']
[template lines[items]'''<simplelist type='vert'
columns='1'>'''[items]'''</simplelist>''']
[template line[text]'''<member>'''[text]'''</member>''']
===

It makes for more typing, but it works to get the structure I need.

===
[ [=build.bat=] [Windows NT, 2000, and XP]
     [[lines
         [line [@http://www.borland.com/bcppbuilder/freecompiler =borland=]]
         [line [@http://www.borland.com/ Borland] C++Builder (BCC 5.5)]
         ]]
     [[list
         [li Common install location: "=C:\Borland\BCC55="]
         [li =BCC32.EXE= in =PATH=]
         ]]
]
===

We'll just have to work on making Quickbook do such things
automatically, i.e. with the standard qbk syntax.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC