equals
This commit is contained in:
parent
d6bd28d5ce
commit
5de3cd013c
1 changed files with 12 additions and 0 deletions
|
@ -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'
|
||||
..
|
||||
|
|
Loading…
Reference in a new issue