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
Switch TeX baseline detection to use a dvi special.
Insert a `\special` at the end of the TeX output and record the baseline
position there. This should be more robust than trying to guess the
format of the dvi preamble, and more importantly this will also allow
detecting the last baseline of *multiline* TeX output, which will then
allow letting TeX handle multiline strings itself (while keeping the
correct alignment).
0 commit comments