On Fri, 26 Jul 2013 22:15:58 +0200
Pablo Rodríguez
On 26/07/13 21:08, john Culleton wrote:
I am trying to follow the wiki on "Fonts in Luatex." It suggests the following statement for Linux systems:
export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts"
But I store my fonts in /usr/share/fonts so I used:
export OSFONTDIR="/usr/share/fonts"
Hi John,
sorry to read that.
Using the ConTeXt Suite the command I use is:
export OSFONTDIR="/usr/share/fonts//"
But I append it at the end of tex/setuptex.
I’m afraid I cannot help you with the system fonts, because I don’t use ConTeXt from TeXLive 2013.
All I guess is removing all OSFONTDIR from your configuration. (Running "grep -irl "OSFONTDIR" ." on your home directory should do the searching job.)
Sorry for not being more helpful.
I hope it helps,
Pablo
Hmm. Why do you use // at the end of the statement? Does that have some kind of magic? John Culleton