U-BMD font for laplace's transform

This commit is contained in:
tavo-wasd 2023-11-09 08:40:19 -06:00
parent adcd8853b9
commit 4fad83082e
4 changed files with 5061 additions and 3 deletions

1
.gitignore vendored
View file

@ -22,7 +22,6 @@ nnn
xarchiver xarchiver
monero-project monero-project
GIMP GIMP
README.md
caja caja
cinnamon cinnamon
discord discord

16
groff/README.md Normal file
View file

@ -0,0 +1,16 @@
# sboxes
Keep in mind, the macro utils.tmac sources sboxes.tmac, but
that macro is exclusive to groff v1.23.0, which is not
present on Debian 12. Compiling it from source is really
easy though, thanks to GNU's coding standards.
# Custom fonts & glyphs
In order to install the U-BMD font,
required for U+2112 '_Laplace transform_' glyph, just copy the
provided file to groff's site-font directory, like so:
```shell
cp ~/.config/groff/site-font/U-BMD /usr/share/groff/site-font/devpdf/U-BMD
```

View file

@ -44,8 +44,8 @@ define arccoth 'roman "arccoth"'
define arccsch 'roman "arccsch"' define arccsch 'roman "arccsch"'
.EN .EN
. .
.\" Laplace transform/Lagrangian in NU font .\" Laplace transform/Lagrangian in U-BMD font
.char \[letterlikeL] \f[NU]\[u2112] .char \[letterlikeL] \f[U-BMD]\[u2112]
.EQ .EQ
define lap '\[letterlikeL]' define lap '\[letterlikeL]'
define lag '\[letterlikeL]' define lag '\[letterlikeL]'

5043
groff/site-font/U-BMD Normal file

File diff suppressed because it is too large Load diff