OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: <sect2> <title> in Table of Contents vs Body


Hi All,

I am seeing that the conversion to PDF does not include a "beta" 
generated from &#x03B2 in the section 2 heading in the body of the 
document, but in the Table of Contents automatically generated from the 
various section titles, the "beta" does appear properly!  Strange (for 
me).

			<sect2>
			<title>
				<emphasis>1</emphasis><symbol 
role="symbolfont">&#x00B0;</symbol><symbol 
role="symbolfont">&#x03B2;</symbol><emphasis> lineage of 
P6.p.</emphasis>
			</title>

My XSL customization layer for PDF :

<xsl:param name="symbol.font.family" select="'Symbol, 
ZapfDingbats'"></xsl:param>
<xsl:template match="symbol[@role = 'symbolfont']">
	<fo:inline font-family="Symbol,ZapfDingbats">
		<xsl:apply-templates/>
	</fo:inline>
</xsl:template>

Software: Mac OSX, Docbook XSL 1.67.2, Docbook XML 4.4CR2, Saxon 6.5.3, 
FOP 0.20.5,Firefox 1.0.2, and Adobe Acrobat Reader 7.0.

			
Any ideas why?  May have to do with font sizes / serifs not being 
available?

Thank you for any suggestions.

Tristan
---
Tristan J. Fiedler
Cold Spring Harbor Laboratory



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]