summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
blob: 410d762428aa94987603aa44b9605f0fac24c220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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