not necessary

This commit is contained in:
tavo-wasd 2023-11-09 08:54:08 -06:00
parent 9d154aae1e
commit 8cc455bf2a
2 changed files with 7 additions and 5047 deletions

View file

@ -7,10 +7,13 @@ 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:
In order to install a font with U+2112 '_Laplace transform_'
glyph, search in your system for fonts with that glyph, and
create a groff font with afmtodit.
```shell
cp ~/.config/groff/site-font/U-BMD /usr/share/groff/site-font/devpdf/U-BMD
grep -r '2112' /usr/share/fonts/* 2>/dev/null
afmtodit -e text.enc -i0 -m path-to-font.afm /usr/share/groff/current/font/devpdf/map/textmap NAME
mkdir -p /usr/share/groff/site-font/devpdf/ # Create this directory if not already present
mv NAME /usr/share/groff/site-font/devpdf/
```

File diff suppressed because it is too large Load diff