Your message dated Sun, 12 Aug 2012 11:18:44 +0200
with message-id <24395.1344763124@manetheren>
has caused the report #682901,
regarding dblatex: Incorrect hyphen for index entry covering several pages with
xetex backend
to be marked as having been forwarded to the upstream software
author(s) Benoit Guillon <[email protected]>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
682901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hi Benoît,
I want to inform you about Debian BTS report #682901 [1] for dblatex:
with the XeTeX backend page ranges in the index get displayed with
double hyphens (e.g. 1--2) instead with an ndash (e.g. 1–2). The
difference can be seen easily when comparing to the pdftex backend.
Attached is a patch suggestion [2] for your review.
[1] http://bugs.debian.org/682901
[2]
Author: Andreas Hoenen <[email protected]>
Description: Hotfix for BTS report #682901:
Also with XeTeX backend show page ranges in index with ndash (–) instead of
double hyphen (--).
--- a/xsl/lang.xsl
+++ b/xsl/lang.xsl
@@ -209,6 +209,7 @@
<xsl:text>\ifxetex </xsl:text>
<xsl:text>\usepackage{fontspec} </xsl:text>
<xsl:text>\usepackage{xltxtra} </xsl:text>
+ <xsl:text>\defaultfontfeatures{Mapping=tex-text} </xsl:text>
<xsl:value-of select="$xetex.font"/>
<xsl:text>\else </xsl:text>
Regards, Andreas
--
Andreas Hoenen <[email protected]>
GPG: 1024D/B888D2CE
A4A6 E8B5 593A E89B 496B
82F0 728D 8B7E B888 D2CE
pgpiAkSEw6wek.pgp
Description: PGP signature
--- End Message ---