On Thu, Jan 30, 2003 at 11:32:27PM +0100, Steinar Bang wrote:
> Platform: DocBook XML 4.1.2, DocBook XSL 1.48 & 1.60.1,
> Fop 0.20.3rc and 0.20.4
>
> Neither
> <emphasis role="bold">This is bold text<emphasis>
> nor
> <thead>
> <row>
> <entry>A table header is bold</entry>
> </row>
> </thead>
> is formatted as bold in PDF (though both end up as bold in HTML).
>
> Is this behaviour expected? Is the problem in the style sheets, or is
> the problem with Fop? Is there a way to change the style sheets to
> get this behaviour?
This is not expected behavior. Both should be boldface.
Peek in your fo output. Your text in <emphasis role="bold">
should be wrapped in:
<fo:inline font-weight="bold">my text</fo:inline>
and the column headings should have:
<fo:block font-weight="bold">Column heading</fo:block>
Those produce boldface output in PDF output using
FOP 0.2.4 in my tests.
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: [EMAIL PROTECTED]