U-BMD font for laplace's transform
This commit is contained in:
parent
adcd8853b9
commit
4fad83082e
4 changed files with 5061 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,7 +22,6 @@ nnn
|
|||
xarchiver
|
||||
monero-project
|
||||
GIMP
|
||||
README.md
|
||||
caja
|
||||
cinnamon
|
||||
discord
|
||||
|
|
16
groff/README.md
Normal file
16
groff/README.md
Normal 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
|
||||
```
|
|
@ -44,8 +44,8 @@ define arccoth 'roman "arccoth"'
|
|||
define arccsch 'roman "arccsch"'
|
||||
.EN
|
||||
.
|
||||
.\" Laplace transform/Lagrangian in NU font
|
||||
.char \[letterlikeL] \f[NU]\[u2112]
|
||||
.\" Laplace transform/Lagrangian in U-BMD font
|
||||
.char \[letterlikeL] \f[U-BMD]\[u2112]
|
||||
.EQ
|
||||
define lap '\[letterlikeL]'
|
||||
define lag '\[letterlikeL]'
|
||||
|
|
5043
groff/site-font/U-BMD
Normal file
5043
groff/site-font/U-BMD
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue