summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex-rec.ch0
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2009-07-08 11:35:32 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2009-07-08 11:35:32 +0000
commitc22898f94bcbefb6ac42d8d109cdc298fc646007 (patch)
tree9ec375267ec93c2c47f5b7619440687f44d8287d /Build/source/texk/web2c/synctexdir/synctex-rec.ch0
parentd68114f5117e9ca6c33a676b9b239a5617196baa (diff)
First synctex update, it might need some fine tuning in order to work on all platforms.\nSee the file synctex_parser_history.txt for more details.
git-svn-id: svn://tug.org/texlive/trunk@14186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-rec.ch0')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex-rec.ch012
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-rec.ch0 b/Build/source/texk/web2c/synctexdir/synctex-rec.ch0
index 02cb0fba4db..ce74ce86d0d 100644
--- a/Build/source/texk/web2c/synctexdir/synctex-rec.ch0
+++ b/Build/source/texk/web2c/synctexdir/synctex-rec.ch0
@@ -1,7 +1,9 @@
-Copyright (c) 2008 jerome DOT laurens AT u-bourgogne DOT fr
+Copyright (c) 2008, 2009 jerome DOT laurens AT u-bourgogne DOT fr
This file is part of the SyncTeX package.
+Latest Revision: Wed Jul 1 11:17:04 UTC 2009
+
License:
--------
Permission is hereby granted, free of charge, to any person
@@ -83,7 +85,7 @@ rule_node: begin r:=get_node(rule_node_size); words:=rule_node_size-synctex_fiel
glue_node: begin r:=get_node(medium_node_size); add_glue_ref(glue_ptr(p));
@y
glue_node: begin r:=get_node(medium_node_size); add_glue_ref(glue_ptr(p));
- @<Copy the glue {\sl Sync\TeX} information@>;
+ @<Copy the medium sized node {\sl Sync\TeX} information@>;
@z
@x
@@ -405,8 +407,8 @@ MISSING IMPLEMENTATION: copy the synctex information for box node at mem[r] from
@ @<Copy the rule {\sl Sync\TeX} information@>=
MISSING IMPLEMENTATION: copy the synctex information for rule node at mem[r] from node at mem[p]
-@ @<Copy the glue {\sl Sync\TeX} information@>=
-MISSING IMPLEMENTATION: copy the synctex information for glue node at mem[r] from node at mem[p]
+@ @<Copy the medium sized node {\sl Sync\TeX} information@>=
+MISSING IMPLEMENTATION: copy the synctex information for medium sized node at mem[r] from node at mem[p]
@ {\sl Nota Bene:}
The {\sl Sync\TeX} code is very close to the memory model.
@@ -421,4 +423,4 @@ Then all the remaining code should be just harmless.
The resulting program would behave exactly the same as if absolutely no {\sl Sync\TeX}
related code was there, including memory management.
Of course, all this assumes that {\sl Sync\TeX} is turned off from the command line.
-@z \ No newline at end of file
+@z