TeX registers represent "variables" and "constants".
Changing the values of some registers can modify the layout of math expressions.
The following registers might be of interest:
thinmuskip
medmuskip
thickmuskip
nulldelimiterspace
delimitershortfall
jot
arraycolsep
arraystretch
To modify a register, use:
mf.registers.arraystretch = 1.5;mf.registers.thinmuskip = { dimension: 2, unit: "mu" };mf.registers.medmuskip = "3mu"; Copy
mf.registers.arraystretch = 1.5;mf.registers.thinmuskip = { dimension: 2, unit: "mu" };mf.registers.medmuskip = "3mu";
TeX registers represent "variables" and "constants".
Changing the values of some registers can modify the layout of math expressions.
The following registers might be of interest:
thinmuskip: space between items of math listsmedmuskip: space between binary operationsthickmuskip: space between relational operatorsnulldelimiterspace: minimum space to leave blank in delimiter constructions, for example around a fractiondelimitershortfall: maximum space to overlap adjacent elements when a delimiter is too shortjot: space between lines in an array, or between rows in a multiline constructarraycolsep: space between columns in an arrayarraystretch: factor by which to stretch the height of each row in an arrayTo modify a register, use: