[gnumeric] Don't try to use U+2A09 N-ARY TIMES OPERATOR in LaTeX or ConTeXt directly as
- From: J.H.M. Dassen (Ray) <jdassen src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] Don't try to use U+2A09 N-ARY TIMES OPERATOR in LaTeX or ConTeXt directly as
- Date: Sat, 5 Sep 2009 09:53:08 +0000 (UTC)
commit 467acc1e538d233bf98cbf6f175699120634b62e
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date: Sat Sep 5 11:50:49 2009 +0200
Don't try to use U+2A09 N-ARY TIMES OPERATOR in LaTeX or ConTeXt directly as
it is likely to lead to missing font problems when processing.
Be more verbose when using the ConTeXt route.
doc/gnumeric-doc.make | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/doc/gnumeric-doc.make b/doc/gnumeric-doc.make
index d13ace2..78bf169 100644
--- a/doc/gnumeric-doc.make
+++ b/doc/gnumeric-doc.make
@@ -76,9 +76,10 @@ gnumeric.pdf:
env TEXINPUTS=$(srcdir):.: dbcontext -t tex -Pfo.setup=1 -I . \
-P imagedata.default.scale='scale=600' \
-o gnumeric.tex $(srcdir)/gnumeric.xml
+ sed -i -e 's/\xE2\xA8\x89/\\times{}/' gnumeric.tex
env TEXMFCNF=$(srcdir): \
TEXINPUTS=$(srcdir):/usr/share/texmf/tex/context/dbcontext/style: \
- texexec --pdf --mode=A4 --batch gnumeric.tex
+ texexec --pdf --mode=A4 --verbose gnumeric.tex
endif
if ENABLE_PDF_VIA_DBLATEX
@@ -88,7 +89,7 @@ gnumeric.pdf:
-P latex.encoding=utf-8 \
-P latex.output.revhistory=0 \
-o gnumeric.tex $(srcdir)/gnumeric.xml
- sed -i -e 's|\\&\\#x2a09;|\\times{}|g' gnumeric.tex
+ sed -i -e 's/\xE2\xA8\x89/\\times{}/' gnumeric.tex
for runs in $$(seq 1 4); do \
env TEXINPUTS=$(srcdir): \
pdflatex -interaction nonstopmode gnumeric.tex ; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]