Re: [Boost-docs] [quickbook] [style] adjusting the text column width

Subject: Re: [Boost-docs] [quickbook] [style] adjusting the text column width
From: Daniel James (dnljms_at_[hidden])
Date: 2011-03-27 20:36:16


On 27 March 2011 21:18, Julian Gonggrijp <j.gonggrijp_at_[hidden]> wrote:
> Daniel James wrote:
>
>> You can use an xsl parameter, add this to the appropriate part of the Jamfile:
>>
>>    <xsl:param>html.stylesheet=path/to/file.css
>>
>> The path has to be relative to the destination directory.
>
> Ah nice, that'd save some work. Is it also possible to link multiple
> stylesheets in this way?

Yes, they're space separated:

    <xsl:param>html.stylesheet="a.css b.css"

No support for media types though, so if you want that you'll have to
do it in the css file. FWIW this is implemented at the end of
'tools/boostbook/xsl/html-base.xsl'.


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