[tlbuild] rebuild for tl17 please

Akira Kakuto kakuto at fuk.kindai.ac.jp
Tue Apr 25 22:45:56 CEST 2017


Dear Jérôme,

> Revision 44033 fixes this.
> I was optimistically thinking that every one was using synctex…;-)

It became better than before. However in the case that NUMBER > 0
in -synctex=NUMBER option, the bit 0x02 seems to be inevitable:

pdftex samplepdf.tex              (no access violation)
pdftex -synctex=-1 samplepdf.tex  (no access violation, synctex is ok)
pdftex -synctex=1 samplepdf.tex   (access violation)
pdftex -synctex=2 samplepdf.tex   (no access violation, synctex is ok)
pdftex -synctex=4 samplepdf.tex   (access violation)
pdftex -synctex=8 samplepdf.tex   (access violation)
pdftex -synctex=3 samplepdf.tex   (no access violation, synctex is ok)
pdftex -synctex=6 samplepdf.tex   (no access violation, synctex is ok)
pdftex -synctex=10 samplepdf.tex  (no access violation, synctex is ok)

Best,
Akira



More information about the tlbuild mailing list