Remove textellipsis because it causes an error when used within chapter names (as...
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Wed, 20 Jul 2016 18:06:31 +0000 (18:06 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Wed, 20 Jul 2016 18:06:31 +0000 (18:06 +0000)
git-svn-id: https://projectaon.org/data/trunk@2552 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/xsl/latex.xsl

index e351f5f..330257a 100644 (file)
@@ -1913,8 +1913,8 @@ is included in all copies.
 <xsl:template match="ch.minus">$-$</xsl:template><!-- mathematical minus -->
 <xsl:template match="ch.endash">--</xsl:template><!-- endash -->
 <xsl:template match="ch.emdash">---</xsl:template><!-- emdash -->
 <xsl:template match="ch.minus">$-$</xsl:template><!-- mathematical minus -->
 <xsl:template match="ch.endash">--</xsl:template><!-- endash -->
 <xsl:template match="ch.emdash">---</xsl:template><!-- emdash -->
-<xsl:template match="ch.ellips">~\protect\textellipsis\ </xsl:template><!-- ellipsis -->
-<xsl:template match="ch.lellips">\textellipsis\ </xsl:template><!-- left ellipsis, used at the beginning of edited material -->
+<xsl:template match="ch.ellips">...</xsl:template><!-- ellipsis -->
+<xsl:template match="ch.lellips">...</xsl:template><!-- left ellipsis, used at the beginning of edited material -->
 <xsl:template match="ch.blankline">\_\_\_\_\_\_\_</xsl:template><!-- blank line to be filled in -->
 <xsl:template match="ch.percent"><xsl:text>\%</xsl:text></xsl:template><!-- percent sign -->
 <xsl:template match="ch.thinspace"><xsl:text>\ </xsl:text></xsl:template><!-- small horizontal space for use between adjacent quotation marks - added mainly for LaTeX's sake -->
 <xsl:template match="ch.blankline">\_\_\_\_\_\_\_</xsl:template><!-- blank line to be filled in -->
 <xsl:template match="ch.percent"><xsl:text>\%</xsl:text></xsl:template><!-- percent sign -->
 <xsl:template match="ch.thinspace"><xsl:text>\ </xsl:text></xsl:template><!-- small horizontal space for use between adjacent quotation marks - added mainly for LaTeX's sake -->