Boost logo

Boost :

Subject: Re: [boost] [quickbook] incorrect image path for note, warning, etc
From: lcaminiti (lorcaminiti_at_[hidden])
Date: 2012-05-12 15:37:22


John Maddock-3 wrote
>
>>> onehtml path (incorrect) img alt="[Note]" src="images/note.png"
>>>
>>> normal path (correct) img alt="[Warning]"
>>> src="../../../../../doc/src/images/warning.png"
>>>
>>> How do I fix this?
>>
>> Any idea?
>
> The answer to all questions like this lies here:
> http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html
>
> Looks like admon.graphics.path is the one to set for that one, you may
> need
>

Yes, this worked!

        <xsl:param>admon.graphics.path=../../doc/src/images/

> to set others for stylesheets etc.
>

I already had this for that:

        <xsl:param>html.stylesheet=../../doc/src/boostbook.css

Thanks a lot!
--Lorenzo

--
View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-incorrect-image-path-for-note-warning-etc-tp4613944p4629346.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk