mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 10:52:21 +01:00
Compare commits
No commits in common. "9409194acad071ae9033aafb889c55c851a0cbaf" and "4ed6c9fcf10f90ab0b3e5ab544e1955b6aafd8b9" have entirely different histories.
9409194aca
...
4ed6c9fcf1
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,10 +2,6 @@
|
|||||||
Examples/tex_output
|
Examples/tex_output
|
||||||
Documents/
|
Documents/
|
||||||
|
|
||||||
## Generated font files
|
|
||||||
*.afm
|
|
||||||
*.pfa
|
|
||||||
|
|
||||||
## Core latex/pdflatex auxiliary files:
|
## Core latex/pdflatex auxiliary files:
|
||||||
*.aux
|
*.aux
|
||||||
*.lof
|
*.lof
|
||||||
|
@ -15,11 +15,3 @@ for afm_file in ./*afm; do
|
|||||||
if [[ "${afm_file,,}" == *"bolditalic"* ]] ; then FONT_TYPE="BI" ; fi
|
if [[ "${afm_file,,}" == *"bolditalic"* ]] ; then FONT_TYPE="BI" ; fi
|
||||||
afmtodit -e $ENC_FILE $afm_file $MAP_FILE "${FONT_FAMILY}${FONT_TYPE}"
|
afmtodit -e $ENC_FILE $afm_file $MAP_FILE "${FONT_FAMILY}${FONT_TYPE}"
|
||||||
done
|
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