You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tectonic/synctex.c: eliminate some one-time-use macros
These macros were just used once so they're not really very useful.
If I am understanding this correctly it is possible that one might want to
produce a Synctex file for XDV output rather than PDF output, in which case we
would have to make these values changeable at runtime again. But this seems
like a very niche use case so I am OK with simplifying things now and
potentially having to do a bit of legwork to re-complicate them later.
0 commit comments