From 2bdf36e72dbd2ff15257868ac7483574590d1e73 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Fri, 13 May 2011 08:14:57 +0000 Subject: fix synctex in luatex git-svn-id: svn://tug.org/texlive/trunk@22454 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/synctexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/synctexdir/synctex-luatex.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'Build/source/texk/web2c/synctexdir') diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index cd67f770a1f..b2e11a76ef8 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-05-13 Taco Hoekwater + + * synctex-luatex.h: synchronization_field_size has to be 1 for luatex. + 2011-05-12 Peter Breitenlohner * synctex-etex.h, synctex-pdftex.h, synctex-tex.h, synctex-xetex.h: diff --git a/Build/source/texk/web2c/synctexdir/synctex-luatex.h b/Build/source/texk/web2c/synctexdir/synctex-luatex.h index e6dc12722a6..7e9043c9a7b 100644 --- a/Build/source/texk/web2c/synctexdir/synctex-luatex.h +++ b/Build/source/texk/web2c/synctexdir/synctex-luatex.h @@ -36,6 +36,8 @@ authorization from the copyright holder. /* $Id: synctex-luatex.h 4064 2011-01-12 22:12:22Z hhenkel $ */ +# define synchronization_field_size 1 + #define SYNCTEX_TAG_MODEL(NODE,TYPE)\ vinfo(NODE+TYPE##_node_size-synchronization_field_size) #define SYNCTEX_LINE_MODEL(NODE,TYPE)\ -- cgit v1.2.3