mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 02:42:21 +01:00
Compare commits
2 Commits
4ed6c9fcf1
...
9409194aca
Author | SHA1 | Date | |
---|---|---|---|
|
9409194aca | ||
|
aa0f02912b |
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,10 @@
|
||||
Examples/tex_output
|
||||
Documents/
|
||||
|
||||
## Generated font files
|
||||
*.afm
|
||||
*.pfa
|
||||
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
|
@ -15,3 +15,11 @@ for afm_file in ./*afm; do
|
||||
if [[ "${afm_file,,}" == *"bolditalic"* ]] ; then FONT_TYPE="BI" ; fi
|
||||
afmtodit -e $ENC_FILE $afm_file $MAP_FILE "${FONT_FAMILY}${FONT_TYPE}"
|
||||
done
|
||||
|
||||
# Place the generated font file in your .local directory
|
||||
# and set GROFF_FONT_PATH="$HOME/.local/share/groff/site-font" during compile
|
||||
#
|
||||
# $HOME/.local/share/groff/site-font/devpdf:
|
||||
# IBM-Plex-SansB IBM-Plex-SansBI IBM-Plex-SansI IBM-Plex-SansR
|
||||
# $HOME/.local/share/groff/site-font/devps:
|
||||
# IBM-Plex-SansB IBM-Plex-SansBI IBM-Plex-SansI IBM-Plex-SansR
|
||||
|
Loading…
x
Reference in New Issue
Block a user