Fonts disappeared after updating ConTeXt
Hello, I just updated ConTeXt to the latest version (2009.11.13 12:45), and now all the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory. I'm using Linux and fontconfig finds all the fonts just fine. Until now, I haven't had any problems using the fonts on my system after an update without any further actions. I did, however, run luatools --selfupdate mtxrun --selfupdate luatools --generate context --make just to make sure that everything is up-to-date but that didn't make any difference. Have any font-related changes been made to ConTeXt in the past few weeks (the previous version that I used was from maybe a month ago) or what could be the cause of this? Mika
On Sun, Nov 15, 2009 at 11:38 AM, Mika Ritola
Hello,
I just updated ConTeXt to the latest version (2009.11.13 12:45), and now all the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory. I'm using Linux and fontconfig finds all the fonts just fine. Until now, I haven't had any problems using the fonts on my system after an update without any further actions. I did, however, run
luatools --selfupdate mtxrun --selfupdate luatools --generate context --make
just to make sure that everything is up-to-date but that didn't make any difference.
Have any font-related changes been made to ConTeXt in the past few weeks (the previous version that I used was from maybe a month ago) or what could be the cause of this? Are you using minimals ?
-- luigi
2009/11/15 luigi scarso
On Sun, Nov 15, 2009 at 11:38 AM, Mika Ritola
wrote: Hello,
I just updated ConTeXt to the latest version (2009.11.13 12:45), and now all the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory. I'm using Linux and fontconfig finds all the fonts just fine. Until now, I haven't had any problems using the fonts on my system after an update without any further actions. I did, however, run
luatools --selfupdate mtxrun --selfupdate luatools --generate context --make
just to make sure that everything is up-to-date but that didn't make any difference.
Have any font-related changes been made to ConTeXt in the past few weeks (the previous version that I used was from maybe a month ago) or what could be the cause of this? Are you using minimals ?
Yes, I use first-setup.sh to update.
Mika
On Sunday 15 November 2009 13:09:42 Mika Ritola wrote:
2009/11/15 luigi scarso
On Sun, Nov 15, 2009 at 11:38 AM, Mika Ritola
wrote:
Hello,
I just updated ConTeXt to the latest version (2009.11.13 12:45), and now
all
the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory. I'm using Linux and fontconfig finds all the fonts just fine. Until now, I haven't had any problems using the fonts on my system after an update without any further actions. I did, however, run
luatools --selfupdate mtxrun --selfupdate luatools --generate context --make
just to make sure that everything is up-to-date but that didn't make any difference.
Have any font-related changes been made to ConTeXt in the past few weeks (the previous version that I used was from maybe a month ago) or what
could
be the cause of this?
Are you using minimals ?
Yes, I use first-setup.sh to update.
Mika
Using the minimals without any further configuration efforts, I have *never* been able to acces to my system installed fonts (as seen by fc-list). This has been, for a while now, on my list of tasks to try to understand and to resolve, so I am interested by this subject... Alan
Am 15.11.2009 um 13:38 schrieb Alan BRASLAU:
Using the minimals without any further configuration efforts, I have *never* been able to acces to my system installed fonts (as seen by fc-list). This has been, for a while now, on my list of tasks to try to understand and to resolve, so I am interested by this subject...
ConTeXt looks for system fonts only on Windows and Mac OS X (the paths are set in data-res.lua), for others system you need the OSFONTDIR variable. When you want the same feature on Linux Hans has to know where system fonts are stored and if these directories are the same on each distribution. Wolfgang
Wolfgang Schuster schrieb:
ConTeXt looks for system fonts only on Windows and Mac OS X (the paths are set in data-res.lua), for others system you need the OSFONTDIR variable. When you want the same feature on Linux Hans has to know where system fonts are stored and if these directories are the same on each distribution.
On Ubuntu Intrepid that would be /usr/share/fonts for the fonts shipped with the distribution, or installed via the repositories, and $HOME/.fonts for user-installed fonts. Some distributions may use /usr/local/share/fonts, but I haven't tried that on Intrepid. BTW, if you want Context to find _both_ directories make sure you set your OSFONTDIR in setuptex like this: export OSFONTDIR="$HOME/.fonts;/usr/share/fonts" You have to use the semicolon instead of a colon, and don't forget the parentheses (found that in an old post by Khaled Hosny). Cheers, Peter Wüsten
On Sunday 15 November 2009 21:56:10 Peter Wüsten wrote:
BTW, if you want Context to find _both_ directories make sure you set your OSFONTDIR in setuptex like this:
export OSFONTDIR="$HOME/.fonts;/usr/share/fonts"
Unfortunately, this is not sufficient, and thus refers us back to the original post by Mika. Alan
On Sunday 15 November 2009 22:04:01 Alan BRASLAU wrote:
On Sunday 15 November 2009 21:56:10 Peter Wüsten wrote:
BTW, if you want Context to find _both_ directories make sure you set your OSFONTDIR in setuptex like this:
export OSFONTDIR="$HOME/.fonts;/usr/share/fonts"
Unfortunately, this is not sufficient, and thus refers us back to the original post by Mika.
Sorry, after running update.sh, context now finds the system fonts! Alan
On Sun, Nov 15, 2009 at 11:38, Mika Ritola wrote:
Hello,
I just updated ConTeXt to the latest version (2009.11.13 12:45), and now all the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory.
Be happy if it does that. Here it doesn't work at all :) :) :) [problem already reported by others] Mojca
Hello all, i think the problem was with the old LuaTeX 0.44. I updated 5 minutes ago and now all my files compile like a charm again with LuaTeX 0.45. Im so happy i could sing :-). best regards Bernhard Am 22.11.2009 um 17:22 schrieb Mojca Miklavec:
On Sun, Nov 15, 2009 at 11:38, Mika Ritola wrote:
Hello,
I just updated ConTeXt to the latest version (2009.11.13 12:45), and now all the fonts I have installed on my system seem to have mysteriously disappeared from ConTeXt's sight. Running "mtxrun --script fonts --list" displays only the fonts that are installed in the ConTeXt directory.
Be happy if it does that. Here it doesn't work at all :) :) :) [problem already reported by others]
Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Sun, Nov 22, 2009 at 17:59, Bernhard Rosensteiner wrote:
Hello all,
i think the problem was with the old LuaTeX 0.44. I updated 5 minutes ago and now all my files compile like a charm again with LuaTeX 0.45. Im so happy i could sing :-).
ConTeXt has worked here as well, but mtxrun --script fonts --list * with or without the star complains with the devil 666 error. Mojca
participants (7)
-
Alan BRASLAU
-
Bernhard Rosensteiner
-
luigi scarso
-
Mika Ritola
-
Mojca Miklavec
-
Peter Wüsten
-
Wolfgang Schuster