[Petter Reinholdtsen]
> Also, the quote characters should be « and ».

This is correct, but I discovered today that it is insufficient.  As I
just found out after reading
<URL: http://www.typografi.org/sitat/sitatart.html >, nested quotes
should use ‘ and ’ as the "inner" quotes.  I worked around this by
using this definition:

  <xsl:template name="gentext.nestedstartquote">
    <xsl:text>‘</xsl:text>
  </xsl:template>
  <xsl:template name="gentext.nestedendquote">
    <xsl:text>’</xsl:text>
  </xsl:template>

Please change nb.xml to reflect this. :)

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to