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

Subject: Re: [Boost-docs] Can't build bjam docs
From: Joel de Guzman (joel_at_[hidden])
Date: 2007-09-18 23:43:22


Rene Rivera wrote:
> 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.

The real problem is that DocBook does not really allow line breaks.
You know, separation of content and presentation. We can probably
give a hint like what what we're doing with syntax highlighting?

Regards,

-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net

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