summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex.defines
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-04-23 10:46:51 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-04-23 10:46:51 +0000
commit3d6fd65e13366ed225a9cab19637d6d85233a0a5 (patch)
tree9d6552fb02443ab8a7b60b4f5b74da916e815006 /Build/source/texk/web2c/synctexdir/synctex.defines
parentbc6749a7225f3fd8a0a0f25644bd427078c41618 (diff)
Adding SyncTeX support to \pdfxform. For pdftex only but EVERY TeX engine is concerned. OK on OSX, untested on windows and other platforms. The synctex command line tool will be updated soon.
git-svn-id: svn://tug.org/texlive/trunk@43989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex.defines')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex.defines12
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex.defines b/Build/source/texk/web2c/synctexdir/synctex.defines
index 89487670c68..159861b0f3a 100644
--- a/Build/source/texk/web2c/synctexdir/synctex.defines
+++ b/Build/source/texk/web2c/synctexdir/synctex.defines
@@ -1,9 +1,10 @@
{
-Copyright (c) 2008, 2009 jerome DOT laurens AT u-bourgogne DOT fr
+Copyright (c) 2008-2017 jerome DOT laurens AT u-bourgogne DOT fr
This file is part of the SyncTeX package.
-Latest Revision: Wed Jul 1 11:18:05 UTC 2009
+Version 1
+Latest Revision: Sat Apr 22 10:07:05 UTC 2017
License:
--------
@@ -43,9 +44,6 @@ Nota Bene:
If you include or use a significant part of the synctex package into a software,
I would appreciate to be listed as contributor and see "SyncTeX" highlighted.
-Version 1
-Latest Revision: Wed Jul 1 08:17:41 UTC 2009
-
Notice:
-------
This file is an interface to the synctex system for web2c.
@@ -74,5 +72,9 @@ from web to c (See the convert shell script).
@define procedure synctexcurrent;
@define procedure synctexhorizontalruleorglue();
+@define procedure synctexpdfxform();
+@define procedure synctexmrofxfdp;
+@define procedure synctexpdfrefxform();
+
{ end of synctex.defines }
{ vim: set syntax=web : }