On Mon, Nov 11, 2002 at 05:23:09PM -0500, Robert P. J. Day wrote:
> On Mon, 11 Nov 2002, Bob Stayton wrote:
> 
> > Are you using a customization?  The 'callout.graphics'
> > parameter is set to 1 by default in the XSL stylesheets.
> 
> found the problem -- the callout graphics png files 1.png and
> so on were not at the default directory location, so a quick
> fix to callout.graphics.path took care of that.
> 
> OTOH, for each callout in the calloutlist, i'm now getting
> the number, then the associated text on a new line, rather than
> continuing on the same line, which differs from the presentation
> in norm's online TDG.  i see no callout XSL directive that defines
> that behavior.  
> 
> that is, what i'm getting:
> 
> 1
>   stuff for callout 1 ...
> 
> 2
>   stuff for callout 2 ...
> 
> what i want:
> 
> 1  stuff for callout 1 ...
> 
> 2  stuff for callout 2 ...
> 
> 
>   help?

That's odd.  Is this HTML or FO output?
By default, the HTML output uses a <table>
to format calloutlist, unless 'callout.list.table'
is set to zero.  The table cells should be side by side.
And FO output uses a list-block,
which puts them side by side as list-item-label and
list-item-body.  

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: [EMAIL PROTECTED]

Reply via email to