Skip to content

Instantly share code, notes, and snippets.

@neshkeev
Created January 1, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neshkeev/ab2e9919e1978ca923753eea71196eeb to your computer and use it in GitHub Desktop.
Save neshkeev/ab2e9919e1978ca923753eea71196eeb to your computer and use it in GitHub Desktop.
Configure coq math fonts
pacman -S xorg-mkfontscale
pacman -S texlive-core texlive-fontsextra
ls /usr/share/texmf-dist/fonts/opentype/public/
mkdir -p ~/.fonts/OTF/
ln -s /usr/share/texmf-dist/fonts/opentype/public/*ath* ~/.fonts/OTF
ls ~/.fonts/OTF/
fc-cache ~/.fonts
mkfontscale ~/.fonts/OTF
mkfontdir ~/.fonts/OTF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment