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: Part 2 - missing Unicode characters


Hi All,

I also have tried this in my FO customization layer :

<!-- Force Special Characters to change to Symbol font 
(http://www.sagehill.net/docbookxsl/SpecialChars.html)  - BEGIN -->
<xsl:template match="symbol[@role = 'symbolfont']">
<fo:inline font-family="Symbol">
<xsl:call-template name="inline.charseq"/>
</fo:inline>
</xsl:template>
<!-- Force Special Characters to change to Symbol font 
(http://www.sagehill.net/docbookxsl/SpecialChars.html)  - END -->


and

  <symbol role="symbolfont">  &#x02015; </symbol>

in the DocBook XML.  Here I am trying to get the unicode 2015 
horizontal bar to appear in PDF (with no luck)

Thank you,

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



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