Revision: 13805
http://gate.svn.sourceforge.net/gate/?rev=13805&view=rev
Author: markagreenwood
Date: 2011-05-06 11:26:45 +0000 (Fri, 06 May 2011)
Log Message:
-----------
more utf-8 changes
Modified Paths:
--------------
userguide/trunk/Makefile
Modified: userguide/trunk/Makefile
===================================================================
--- userguide/trunk/Makefile 2011-05-06 11:25:33 UTC (rev 13804)
+++ userguide/trunk/Makefile 2011-05-06 11:26:45 UTC (rev 13805)
@@ -67,7 +67,7 @@
# HTML
index.html: $(TEXFILES) tao_main.bbl
- $(HTLATEX) tao_main.tex "html,0,fn-in,charset=utf-8"
+ $(HTLATEX) tao_main.tex "html,0,fn-in,charset=utf-8" " -cunihtf -utf8"
mv tao_main.html index.html
# correct lot of errors introduced by htlatex
$(SED) -r -e 's/ \/>/>/g' \
@@ -97,7 +97,7 @@
# 2 is the level of sectionning
# sections+ means backlinks on sections
# fn-in means footnotes are internal
- $(HTLATEX) split.tex "html,2,sections+,fn-in,charset=utf-8"
+ $(HTLATEX) split.tex "html,2,sections+,fn-in,charset=utf-8" " -cunihtf -utf8"
# correct lot of errors introduced by htlatex
@for f in `ls split*.html`; do \
$(SED) -r -e 's/ \/>/>/g' \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|