summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex-p-rec.ch026
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0 b/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
index b2c1bf8a73c..410d762428a 100644
--- a/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
+++ b/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
@@ -1,5 +1,31 @@
+@x srcdir/etex.ch l.536
+othercases print("[unknown integer parameter!]")
+@y
+@/@<synctex case for |print_param|@>@/
+othercases print("[unknown integer parameter!]")
+@z
+
@x tex.web l.12533
left_edge:=cur_h; cur_v:=cur_v-height(this_box);
@y
save_loc:=dvi_offset+dvi_ptr; left_edge:=cur_h; cur_v:=cur_v-height(this_box);
@z
+
+@x synctex-mem.ch0 l.236
+It is initialized by the {\sl Sync\TeX} controller to the command-line option if given.
+The controller may filter some reserved bits.
+
+@ @<Put each...@>=
+primitive("synctex",assign_int,int_base+synctex_code);@/
+@!@:synctex_}{\.{\\synctex} primitive@>
+@y
+It is initialized by the {\sl Sync\TeX} controller to the command-line option if given.
+The controller may filter some reserved bits.
+
+@ @<Put each...@>=
+primitive("synctex",assign_int,int_base+synctex_code);@/
+@!@:synctex_}{\.{\\synctex} primitive@>
+
+@ @<synctex case for |print_param|@>=
+synctex_code: print_esc("synctex");
+@z