shiny new eval macrogit statusgit status

This commit is contained in:
tavo-wasd 2023-11-07 23:13:03 -06:00
parent e8edc43b07
commit d54471498c
2 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View file

@ -153,3 +153,4 @@ unity3d/
gajim/
blender/
ardour7/
rstudio/

View file

@ -54,7 +54,8 @@ define cancel 'special Ca'
\Z'\\*(0s'\
\v'\\n(0du'\
\D'l \\n(0wu -\\n(0hu-\\n(0du'\
\v'\\n(0hu'
\v'\\n(0hu'\
\h'+0.4n'
..
.
.\" From eqn manual, draws a box
@ -78,14 +79,16 @@ define box 'special Bx'
. nr 0h +1n
..
.\" Draws a straight line
.\" for equation systems
.\" for evaluation
.EQ
define matrixeq 'special Mx'
define eval 'special Ev'
.EN
.de Mx
.de Ev
. ds 0s \
\Z'\\*(0s'\
\v'\\n(0du'\
\D'l \\n(1wu -\\n(0hu-\\n(0du'\
\v'\\n(0hu'
\v'\\n(0du+0.1n'\
\h'\\n(0wu+0.4n'\
\D'l 0 -\\n(0hu-\\n(0du'\
\v'\\n(0hu-0.1n'\
\h'0.3n'
..