summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex-xetex.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-22 07:33:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-22 07:33:07 +0000
commit188f5e5c7ab557ec0d375e83f962e29d00bfc46b (patch)
tree4cf70358d70969eb2d332c97ad7d14b9d6c13635 /Build/source/texk/web2c/synctexdir/synctex-xetex.h
parent6bd74b398968cee2a9444b9429801a67887c72f1 (diff)
synctex coordinates, bug fix from Akira
git-svn-id: svn://tug.org/texlive/trunk@23644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-xetex.h')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex-xetex.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-xetex.h b/Build/source/texk/web2c/synctexdir/synctex-xetex.h
index 9c80d259088..a6204282de5 100644
--- a/Build/source/texk/web2c/synctexdir/synctex-xetex.h
+++ b/Build/source/texk/web2c/synctexdir/synctex-xetex.h
@@ -1,9 +1,9 @@
/*
-Copyright (c) 2008, 2009 jerome DOT laurens AT u-bourgogne DOT fr
+Copyright (c) 2008-2011 jerome DOT laurens AT u-bourgogne DOT fr
This file is part of the SyncTeX package.
-Latest Revision: Wed Jul 1 11:16:29 UTC 2009
+Latest Revision: Wed Aug 22 07:20:29 UTC 2011
License:
--------
@@ -57,6 +57,9 @@ Thu Jun 19 09:39:21 UTC 2008
# define SYNCTEX_OFFSET_IS_PDF (nopdfoutput==0)
# define SYNCTEX_OUTPUT (nopdfoutput!=0?"xdv":"pdf")
+#define SYNCTEX_CURH ((nopdfoutput==0)?(curh+4736287):curh)
+#define SYNCTEX_CURV ((nopdfoutput==0)?(curv+4736287):curv)
+
/* WARNING:
The definition below must be in sync with their eponym declarations in synctex-xetex.ch1
*/