176 lines
3.1 KiB
TeX
176 lines
3.1 KiB
TeX
\ProvidesExplPackage {luamml-patches-amsmath} {2021-04-23} {0.0.1-alpha}
|
||
{Feel free to add a description here}
|
||
|
||
\lua_now:n { require'luamml-amsmath' }
|
||
|
||
\cs_set:Npn \start@aligned #1#2 {
|
||
\RIfM@
|
||
\else
|
||
\nonmatherr@ { \begin { \@currenvir } }
|
||
\fi
|
||
\savecolumn@ % Assumption: called inside a group
|
||
\alignedspace@left
|
||
\ams@start@box {#1} \bgroup
|
||
\maxfields@ #2 \relax
|
||
\ifnum \maxfields@ > \m@ne
|
||
\multiply \maxfields@ \tw@
|
||
\let \math@cr@@@ \math@cr@@@alignedat
|
||
\alignsep@ \z@skip
|
||
\else
|
||
\let \math@cr@@@ \math@cr@@@aligned
|
||
\alignsep@ \minalignsep
|
||
\fi
|
||
\Let@ \chardef \dspbrk@context \@ne
|
||
\default@tag
|
||
\spread@equation % no-op if already called
|
||
\global \column@ \z@
|
||
\ialign \bgroup
|
||
& \column@plus
|
||
\hfil
|
||
\strut@
|
||
$
|
||
\m@th
|
||
\displaystyle
|
||
{##}
|
||
\luamml_flag_save:N \displaystyle
|
||
$
|
||
\__luamml_amsmath_add_last_to_row:
|
||
\tabskip \z@skip
|
||
& \column@plus
|
||
$
|
||
\m@th
|
||
\displaystyle
|
||
{
|
||
{}
|
||
##
|
||
}
|
||
\luamml_flag_save:N \displaystyle
|
||
$
|
||
\__luamml_amsmath_add_last_to_row:
|
||
\hfil
|
||
\tabskip\alignsep@
|
||
\crcr
|
||
\ams@return@opt@arg
|
||
}
|
||
|
||
\cs_set:Npn \endaligned {
|
||
\crcr
|
||
\__luamml_amsmath_save_inner_table:
|
||
\egroup
|
||
\restorecolumn@
|
||
\egroup
|
||
\__luamml_amsmath_finalize_inner_table:
|
||
}
|
||
|
||
\cs_set:Npn \align@preamble {
|
||
&
|
||
\hfil
|
||
\strut@
|
||
\setboxz@h {
|
||
\@lign
|
||
$
|
||
\m@th
|
||
\displaystyle
|
||
{##}
|
||
\ifmeasuring@
|
||
\luamml_flag_ignore:
|
||
\else
|
||
\luamml_flag_save:N \displaystyle
|
||
\fi
|
||
$
|
||
}
|
||
\ifmeasuring@
|
||
\savefieldlength@
|
||
\else
|
||
\__luamml_amsmath_add_box_to_row:
|
||
\fi
|
||
\set@field
|
||
\tabskip\z@skip
|
||
&
|
||
\setboxz@h {
|
||
\@lign
|
||
$
|
||
\m@th
|
||
\displaystyle
|
||
{
|
||
{}
|
||
##
|
||
}
|
||
\ifmeasuring@
|
||
\luamml_flag_ignore:
|
||
\else
|
||
\luamml_flag_save:N \displaystyle
|
||
\fi
|
||
$
|
||
}
|
||
\ifmeasuring@
|
||
\savefieldlength@
|
||
\else
|
||
\__luamml_amsmath_add_box_to_row:
|
||
\fi
|
||
\set@field
|
||
\hfil
|
||
\tabskip\alignsep@
|
||
}
|
||
|
||
\cs_set:Npn \math@cr@@@align {
|
||
\ifst@rred
|
||
\nonumber
|
||
\fi
|
||
\if@eqnsw
|
||
\global \tag@true
|
||
\fi
|
||
\global \advance \row@ \@ne
|
||
\add@amps \maxfields@
|
||
\omit
|
||
\kern -\alignsep@
|
||
\iftag@
|
||
\setboxz@h {
|
||
\@lign
|
||
\strut@
|
||
{ \make@display@tag }
|
||
}
|
||
\place@tag
|
||
\__luamml_amsmath_set_tag:
|
||
\fi
|
||
\ifst@rred
|
||
\else
|
||
\global \@eqnswtrue
|
||
\fi
|
||
\global \lineht@ \z@
|
||
\cr
|
||
}
|
||
|
||
\cs_set:Npn \maketag@@@ #1 {
|
||
\hbox {
|
||
\m@th
|
||
\normalfont
|
||
#1
|
||
\__luamml_amsmath_save_tag:
|
||
}
|
||
}
|
||
|
||
\cs_set:Npn \endalign {
|
||
\math@cr
|
||
\black@ \totwidth@
|
||
\__luamml_amsmath_finalize_table:
|
||
\egroup
|
||
\ifingather@
|
||
\restorealignstate@
|
||
\egroup
|
||
\nonumber
|
||
\ifnum0=‘{\fi\iffalse}\fi
|
||
\else
|
||
$$
|
||
\fi
|
||
\ignorespacesafterend
|
||
}
|
||
|
||
\cs_set:Npn \bBigg@ #1 #2 {
|
||
{
|
||
\ensuremath {
|
||
\Uvextensible height~#1 \big@size axis~exact~#2
|
||
}
|
||
}
|
||
}
|