About imageobjectco, callout and title placement

View: New views
3 Messages — Rating Filter:   Alert me  

About imageobjectco, callout and title placement

by Jacques Foucry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello every body,

Today I tried to use figure and imageobjectco in a different way as I  
did before.

<figure>
        <info><title>This is a title</title><info>
        <mediaobject>
                <imageobjectco>
                        <areaspec>
                                <area coords="" xml:id="first"/>
                                <area coords="" xml:id="second"/>
                        </areaspec>
                        <imageobject>
                                <imagedata fileref="path/to/the/image"/>
                        </imageobject>
                </imageobject>
        </mediaobject>
</figure>
<calloutlist>
        <callout arearefs="first">
                <para>The first callout bug</para>
        </callout>
        <callout arearefs="seconde">
                <para>The second callout bug</para>
        </callout>
</calloutlist>

In my custom stylesheet I've put :
<xsl:param name="formal.title.placement">figure after</xsl:param>

As result of this little sample, the title of the figure is below the  
callout list, and I prefer have it juste after the image it self.

I use Docbook 5.0 with 1.75.2 ns stylesheet.

How can I change the title placement in this case ?

Thanks in advance,
Jacques

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...


Re: About imageobjectco, callout and title placement

by Jacques Foucry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 6 nov. 2009, at 17:16, Jacques Foucry wrote:

I'm sorry !

> How can I change the title placement in this case ?

After re-re-reading the source, I've misplaced the </figure>, after  
the </calloulist>.

Sorry !

Jacques

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...


Re: Re: About imageobjectco, callout and title placement

by Thomas Schraitle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jacques,

Friday 06 November 2009

> On 6 nov. 2009, at 17:16, Jacques Foucry wrote:
>
> I'm sorry !
>
> > How can I change the title placement in this case ?
>
> After re-re-reading the source, I've misplaced the </figure>, after
> the </calloulist>.

Just to note: Norm wrote a very interesting article about image callouts. Find
it here:

  http://norman.walsh.name/2006/06/10/imageobjectco

Maybe it's useful for your adventure with callouts. :-)


Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...