fixing groff macros

This commit is contained in:
tavo-wasd 2023-11-08 10:52:56 -06:00
parent 29acee67f0
commit 5df17d3b46
2 changed files with 5 additions and 5 deletions

View file

@ -2,12 +2,12 @@
.device papersize=8.5i,11i .device papersize=8.5i,11i
. .
.\" Calculate line length with PO .\" Calculate line length with PO
.de CALCLL
.if (\\n[PO] == 0) \{\ .if (\\n[PO] == 0) \{\
. \" If PO not defined, set to 1i . \" If PO not defined, set to 1i
. nr PO 1i . nr PO 1i
.\} .\}
.
.\" Define line and header/footer
.\" lengh as such
.nr LL \\n[PO]*-2+8.5i .nr LL \\n[PO]*-2+8.5i
.nr LT \\n[PO]*-2+8.5i .nr LT \\n[PO]*-2+8.5i
..
.CALCLL

View file

@ -100,6 +100,6 @@ define root % sqrt special Rt %
.de Rt .de Rt
. ds 0s \ . ds 0s \
\Z'\h'0.3n'\\*(0s'\ \Z'\h'0.3n'\\*(0s'\
\h'-\\n(0hu+\\n(0du-0.6n'\ \h'-0.1n-\\n(0hu'\
\v'-\\n(0hu+\\n(0du+0.2n' \v'\\n(0du-1n'
.. ..