This commit is contained in:
tavo-wasd 2023-11-07 00:33:31 -06:00
parent d6bd28d5ce
commit 5de3cd013c

View file

@ -77,3 +77,15 @@ define box 'special Bx'
. nr 0d +1n
. nr 0h +1n
..
.\" Draws a straight line
.\" for equation systems
.EQ
define matrixsep 'special Mx'
.EN
.de Mx
. ds 0s \
\Z'\\*(0s'\
\v'\\n(0du'\
\D'l \\n(1wu -\\n(0hu-\\n(0du'\
\v'\\n(0hu'
..