From 7f922a3a3c276c112d7df156885a9b209bc18ee1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Wed, 20 Jul 2016 18:06:31 +0000 Subject: [PATCH] Remove textellipsis because it causes an error when used within chapter names (as in 'The Story So far'. LaTeX processing breaks with an error: "A one-character control sequence belongs after a ' character" because these characters are not valid in headers. Since we only compile for English and Spanish the ellipsis as ... should be fine git-svn-id: https://projectaon.org/data/trunk@2552 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/xsl/latex.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/xsl/latex.xsl b/common/xsl/latex.xsl index e351f5f..330257a 100644 --- a/common/xsl/latex.xsl +++ b/common/xsl/latex.xsl @@ -1913,8 +1913,8 @@ is included in all copies. $-$ -- --- -~\protect\textellipsis\ -\textellipsis\ +... +... \_\_\_\_\_\_\_ \% \ -- 2.17.1