Martin Bryan wrote:
> let me know of any problems with the symbols required for Part 3, etc, I'll
> see whether I can hand-craft a solution with Ken's help in Amsterdam.
Lucida Unicode font (part of Windows) should have all necessary glyphs.
You can add it as a fallback font where there is no corresponding glyph
in the default font. It is also necessary to set font-selection-strategy
to "character-by-character" strategy. Last year when I formatted part 3,
I used following declarations:
<xsl:attribute-set name="default">
<xsl:attribute name="font-family">Helvetica,
LucidaUnicode</xsl:attribute>
<xsl:attribute name="font-size">10pt</xsl:attribute>
<xsl:attribute name="line-height">11.5pt</xsl:attribute>
<xsl:attribute name="text-align">justify</xsl:attribute>
<xsl:attribute name="language">en</xsl:attribute>
<xsl:attribute name="country">US</xsl:attribute>
<xsl:attribute name="orphans">2</xsl:attribute>
<xsl:attribute name="widows">2</xsl:attribute>
<xsl:attribute
name="provisional-distance-between-starts">.71cm</xsl:attribute>
<xsl:attribute
name="font-selection-strategy">character-by-character</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="pre">
<xsl:attribute name="white-space-collapse">false</xsl:attribute>
<xsl:attribute name="linefeed-treatment">preserve</xsl:attribute>
<xsl:attribute name="white-space-treatment">preserve</xsl:attribute>
<xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
<xsl:attribute name="text-align">left</xsl:attribute>
<xsl:attribute name="font-family">Courier, LucidaUnicode</xsl:attribute>
<xsl:attribute
name="font-selection-strategy">character-by-character</xsl:attribute>
</xsl:attribute-set>
HTH,
Jirka
-- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz ------------------------------------------------------------------ Profesionální kolení a poradenství v oblasti technologií XML. XSL-FO 20.4. Úvod do XML 3.5. DocBook 18.-19.5. XSLT 24.-26.5. ------------------------------------------------------------------
-- DSDL members discussion list To unsubscribe, please send a message with the command "unsubscribe" to dsdl-discuss-request@dsdl.org (mailto:dsdl-discuss-request@dsdl.org?Subject=unsubscribe)
This archive was generated by hypermail 2.1.8 : Fri Dec 03 2004 - 14:00:28 UTC