not necessary
This commit is contained in:
parent
9d154aae1e
commit
8cc455bf2a
2 changed files with 7 additions and 5047 deletions
|
@ -7,10 +7,13 @@ easy though, thanks to GNU's coding standards.
|
||||||
|
|
||||||
# Custom fonts & glyphs
|
# Custom fonts & glyphs
|
||||||
|
|
||||||
In order to install the U-BMD font,
|
In order to install a font with U+2112 '_Laplace transform_'
|
||||||
required for U+2112 '_Laplace transform_' glyph, just copy the
|
glyph, search in your system for fonts with that glyph, and
|
||||||
provided file to groff's site-font directory, like so:
|
create a groff font with afmtodit.
|
||||||
|
|
||||||
```shell
|
```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
Loading…
Reference in a new issue