diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-11 14:27:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-11 14:27:39 +0000 |
commit | b99bfa8c4694d5cf7526c7100cccc44530c1b079 (patch) | |
tree | 8e4d5d1048d6371b078ca8baf6a387f819614247 /Build/source/texk/web2c/synctexdir/synctex-rec.ch1 | |
parent | a08b7d56d4eacb16af34f3ca36ac14cab371125c (diff) |
Simplify SyncTeX change files
git-svn-id: svn://tug.org/texlive/trunk@29080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-rec.ch1')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex-rec.ch1 | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-rec.ch1 b/Build/source/texk/web2c/synctexdir/synctex-rec.ch1 index 929e32d9ff4..2f9c6b0b327 100644 --- a/Build/source/texk/web2c/synctexdir/synctex-rec.ch1 +++ b/Build/source/texk/web2c/synctexdir/synctex-rec.ch1 @@ -79,36 +79,3 @@ if list_ptr(p)=null then begin end @z -@x - MISSING IMPLEMENTATION: 0 synctag for medium sized node at mem[t] -@y - mem[t+medium_node_size-synctex_field_size].int:=0; {{\sl Sync\TeX}: do nothing, it is too late} -@z - -@x - MISSING IMPLEMENTATION: update the synctex information for node at mem[r] with size s -@y - mem[r+s-synctex_field_size].int:=synctex_tag; - mem[r+s-synctex_field_size+1].int:=line; -@z - -@x It is not always a good idea to blindly copy the synctex information -MISSING IMPLEMENTATION: copy the synctex information for box node at mem[r] from node at mem[p] -@y -mem[r+box_node_size-synctex_field_size].int:=mem[p+box_node_size-synctex_field_size].int; -mem[r+box_node_size-synctex_field_size+1].int:=mem[p+box_node_size-synctex_field_size+1].int; -@z - -@x -MISSING IMPLEMENTATION: copy the synctex information for rule node at mem[r] from node at mem[p] -@y -{mem[r+rule_node_size-synctex_field_size].int:=mem[p+rule_node_size-synctex_field_size].int; -mem[r+rule_node_size-synctex_field_size+1].int:=mem[p+rule_node_size-synctex_field_size+1].int;} -@z - -@x -MISSING IMPLEMENTATION: copy the synctex information for medium sized node at mem[r] from node at mem[p] -@y -mem[r+medium_node_size-synctex_field_size].int:=mem[p+medium_node_size-synctex_field_size].int; -mem[r+medium_node_size-synctex_field_size+1].int:=mem[p+medium_node_size-synctex_field_size+1].int; -@z |