r3tex

custom LuaTeX format
git clone git://git.rr3.xyz/r3tex
Log | Files | Refs | README | LICENSE

commit 6776e2c89fa49bbb389ab05e197785aca04f6a19
parent 3acc87a5c048f753cb25209470e400623028b747
Author: robert <robertrussell.72001@gmail.com>
Date:   Mon, 17 Jan 2022 23:51:28 -0800

Fix \constlineskip

Diffstat:
Mtext.tex | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/text.tex b/text.tex @@ -21,10 +21,10 @@ } \def\@constlineskip{% \baselineskip=-1000pt - \lineskip=\dimenA + \lineskip=\skipA \lineskiplimit=\maxdimen } -\def\constlineskip{\afterassignment\@constlineskip \dimenA=} +\def\constlineskip{\afterassignment\@constlineskip \skipA=} \def\offinterlineskip{\constlineskip0pt\relax} % We often need to do something after the next \par. Redefining \par to trigger