v3.2.0
- LaTeX
<text>
alignment (with-t
/--tex
) improvements:- Fix
text-align
support: previously, the emitted\llap
/\rlap
was backwards - Use
\makebox(0,0)[...]
instead of\llap
/\rlap
to enable: - Support
alignment-baseline
, specificallytop
/text-top
fort
,middle
/central
for vertical centering behavior of\makebox
, and anything else forb
(effectively the default, as before).
- Fix
Full Changelog: v3.1.8...v3.2.0