In order to install font Fandol, I've put font files into ~/.TeXmacs/fonts/truetype. But when I want to refresh TeXmacs font cache with shell command "texmacs --delete-font-cache", the shell shows "Unknown command 'texmacs'". I install TeXmacs by .dmg file. So how could I refresh font cache of TeXmacs? Thanks.
Asked
Active
Viewed 823 times
1 Answers
0
You should know exactly where you install texmacs in, then run:
$ path/to/the/binary --delete-font-cache

sadhen
- 462
- 4
- 14
-
Thanks! The path is /Applications/TeXmacs.app/Contents/MacOS/TeXmacs in my Mac. – Definiter Jan 11 '15 at 01:13
-
@Definiter For GNU TeXmacs v1.99.19, use Tools -> Font -> Clear font cache and restart GNU TeXmacs – sadhen Mar 22 '21 at 11:28