summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 10:14:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 10:14:06 +0000
commit7d97616dd79bbcc24c3152b550abe6d515d04ef9 (patch)
tree7f9bd75f11e8c7b8ba23998acbbea81e9cd815e7 /Build
parent0ee7c2c878fefde9f81b08f9a9f07609fdb07309 (diff)
bug fix for synctex in eptex, from Akira
git-svn-id: svn://tug.org/texlive/trunk@23217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/Makefile.in9
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog10
-rw-r--r--Build/source/texk/web2c/synctexdir/am/synctex.am6
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex-ep-rec.ch116
4 files changed, 17 insertions, 24 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index a8134bd1287..fd8484d9b65 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -1470,9 +1470,9 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \
synctexdir/synctex-p-mem.ch0 synctexdir/synctex-p-mem.ch1 \
synctexdir/synctex-p-rec.ch0 synctexdir/synctex-p-rec.ch1 \
synctexdir/synctex-ep-mem.ch0 synctexdir/synctex-ep-mem.ch1 \
- synctexdir/synctex-ep-rec.ch1 synctexdir/synctex-pdf-rec.ch2 \
- synctexdir/synctex-xe-mem.ch2 synctexdir/synctex-xe-rec.ch2 \
- synctexdir/synctex-xe-rec.ch3 libmd5/md5.test
+ synctexdir/synctex-pdf-rec.ch2 synctexdir/synctex-xe-mem.ch2 \
+ synctexdir/synctex-xe-rec.ch2 synctexdir/synctex-xe-rec.ch3 \
+ libmd5/md5.test
DISTCLEANFILES = $(EXTRA_LIBRARIES) tangle.c tangle.h tangle.p \
tangle-web2c tangleboot.c tangleboot.h tangleboot.p \
tangleboot-web2c ctangle.c cweb.c cweb.h ctangle-ctangle \
@@ -2484,7 +2484,8 @@ synctex_LDADD = $(ZLIB_LIBS)
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch0 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-rec.ch1 \
-@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-ep-rec.ch1 \
+@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-e-rec.ch0 \
+@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-e-rec.ch1 \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-p-rec.ch1
@PDFTEX_SYNCTEX_TRUE@pdftex_ch_synctex = \
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
index 16be9296d5a..3fb8ccbbce7 100644
--- a/Build/source/texk/web2c/synctexdir/ChangeLog
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -1,9 +1,17 @@
+2011-07-25 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/synctex.am (eptex_ch_synctex): Bug fix:
+ use synctex-e-rec.ch[01] instead of ...
+ * synctex-ep-rec.ch1 (removed): ... this file.
+ Mail from Akira, Sat, 23 Jul 2011 23:02:45.
+
+
2011-07-04 Peter Breitenlohner <peb@mppmu.mpg.de>
SyncTeX infrastructure for pTeX and e-pTeX.
* synctex-ptex.h, synctex-p-{mem,rec}.ch[01] (all new):
Additional files for pTeX.
- * synctex-eptex.h, synctex-ep-{mem.ch[01],rec.ch1 (all new):
+ * synctex-eptex.h, synctex-ep-{mem.ch[01],rec.ch1} (all new):
Additional files for e-pTeX.
* am/synctex.am: Adapt
diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am
index bd7de749b46..e34293e4ee7 100644
--- a/Build/source/texk/web2c/synctexdir/am/synctex.am
+++ b/Build/source/texk/web2c/synctexdir/am/synctex.am
@@ -162,7 +162,8 @@ eptex_ch_synctex = \
synctexdir/synctex-p-rec.ch0 \
synctexdir/synctex-rec.ch0 \
synctexdir/synctex-rec.ch1 \
- synctexdir/synctex-ep-rec.ch1 \
+ synctexdir/synctex-e-rec.ch0 \
+ synctexdir/synctex-e-rec.ch1 \
synctexdir/synctex-p-rec.ch1
dist_eptex_SOURCES += \
@@ -177,8 +178,7 @@ endif EPTEX_SYNCTEX
EXTRA_DIST += \
synctexdir/synctex-ep-mem.ch0 \
- synctexdir/synctex-ep-mem.ch1 \
- synctexdir/synctex-ep-rec.ch1
+ synctexdir/synctex-ep-mem.ch1
## SyncTeX infrastructure: pdfTeX
diff --git a/Build/source/texk/web2c/synctexdir/synctex-ep-rec.ch1 b/Build/source/texk/web2c/synctexdir/synctex-ep-rec.ch1
deleted file mode 100644
index 8535418e19d..00000000000
--- a/Build/source/texk/web2c/synctexdir/synctex-ep-rec.ch1
+++ /dev/null
@@ -1,16 +0,0 @@
-@x tex.web l.12378
-kern_node:cur_h:=cur_h+width(p);
-@y
-kern_node: begin
- @<Record |kern_node| {\sl Sync\TeX} information@>;
- cur_h:=cur_h+width(p);
-end;
-@z
-
-@x tex.web: Handle a math node in |hlist_out
- cur_h:=cur_h+width(p);
-@y
- @<Record |math_node| {\sl Sync\TeX} information@>;
- cur_h:=cur_h+width(p);
-@z
-