Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-25 Thread Meer, H. van der
On 25 okt. 2013, at 00:13, Hans Hagen pra...@wxs.nlmailto:pra...@wxs.nl wrote: anyway, in a next beta you can set this in texmf.cnf.lua: return { content = { directives = { [fonts.usesystemfonts] = false, }, }, } Best do that in texmf-local as a next update will

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-25 Thread Taco Hoekwater
On 10/24/2013 10:00 AM, Wolfgang Schuster wrote: Am 24.10.2013 um 09:45 schrieb Pierre Bovet pierr...@me.com: OK, that was not a good example… But the the message above is coming with any other otf fonts: fontsnames globbing path '/Library/Fonts/**.ttf' mtx-context | fatal

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-25 Thread Otared Kavian
Hi everyone, I installed MacOS X 10.9 « Mavericks » on top of the latest MacOS X 10.8, and could run my installation of ConTeXt stand alone without any problem, despite having Skia.ttf on my system: Version 8.0d1e1 Location/Library/Fonts/Skia.ttf Unique name

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 07:41, Pierre Bovet pierr...@me.com wrote: Hi all! It seems that Luatex (0.76 2013/04/05) don't works with Mavericks? Thank's in advanced for your help and testimonies Best wishes I’m afraid you’re right! I installed Mavericks yesterday; trying to build the format,

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Wolfgang Schuster
Am 24.10.2013 um 07:41 schrieb Pierre Bovet pierr...@me.com: Hi all! It seems that Luatex (0.76 2013/04/05) don't works with Mavericks? Thank's in advanced for your help and testimonies There are no problems for me with the last version of the context suite and OS 10.9. This is

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 09:01, Schmitz Thomas A. thomas.schm...@uni-bonn.de wrote: But so far, I have not been able to unset OSFONTDIR and make context ignore this directory. (Unlike some people in a recent discussion, my preference would be to NOT include any system fonts by default: it slows

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 09:04, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: There are no problems for me with the last version of the context suite and OS 10.9. This is LuaTeX, Version beta-0.76.0-2013040508 (TeX Live 2013/dev)(rev 4627) Wolfgang not on my system. I have this

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
Context (luatex) works without problem under Mavericks, but it don't works with external font: \usetypescript[lucida][ec] \setupbodyfont[lucida,12pt] \starttext Hello world! \stoptext Pierre Le 24 oct. 2013 à 09:24, Wolfgang Schuster wolfgang.schus...@gmail.com a écrit : Am 24.10.2013

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Wolfgang Schuster
Am 24.10.2013 um 09:30 schrieb Pierre Bovet pierr...@me.com: Context (luatex) works without problem under Mavericks, but it don't works with external font: \usetypescript[lucida][ec] \setupbodyfont[lucida,12pt] \starttext Hello world! \stoptext This is unrelated to the problem.

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
OK, that was not a good example… But the the message above is coming with any other otf fonts: fontsnames globbing path '/Library/Fonts/**.ttf' mtx-context | fatal error: no return code, message: luatex: execution interrupted Pierre Le 24 oct. 2013 à 09:36, Wolfgang Schuster

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Wolfgang Schuster
Am 24.10.2013 um 09:45 schrieb Pierre Bovet pierr...@me.com: OK, that was not a good example… But the the message above is coming with any other otf fonts: fontsnames globbing path '/Library/Fonts/**.ttf' mtx-context | fatal error: no return code, message: luatex:

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 10:00, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: Can you remove the Skia.ttf (copy it to another directory) font from /Library/Fonts, this helped on my system to get rid of the error message. Wolfgang Yes, that helped, and I can at least compile my documents

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
Oh yes, thank you very much! I can compile again with Myriad Pro and all other otf fonts! Thank you! Pierre Le 24 oct. 2013 à 10:08, Schmitz Thomas A. thomas.schm...@uni-bonn.de a écrit : On 24 Oct 2013, at 10:00, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: Can you remove the

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Keith J. Schultz
Hi Pierre, I have Mavericks installed and no problems. But, I did a clean install, migrated User Folder from a TM-Backup, and my ConTeXt Suite (latest beta) work fine. Since I did a clean install I had to install MacTeX. -- Tried an older LuaLaTeX and got an error -- Ran TeXLive Utility

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Keith J. Schultz
Hi All, Wolfgang, The PROBLEM is that Skia.ttf has the wrong permissions! Everyone is set to none. meaning this file can not be read! Solution copy to somewhere else, remove from /Library/Fonts and reinstall. This suggest to me that when scanning the fonts and building the support files there

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Hans Hagen
On 10/24/2013 4:12 PM, Schmitz Thomas A. wrote: On 24 Oct 2013, at 09:01, Schmitz Thomas A. thomas.schm...@uni-bonn.de wrote: But so far, I have not been able to unset OSFONTDIR and make context ignore this directory. (Unlike some people in a recent discussion, my preference would be to

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Alan BRASLAU
On Thu, 24 Oct 2013 23:17:13 +0900 Hans Hagen pra...@wxs.nl wrote: Hm. The problem is that we get some oscillation (with a few year cycle) between the 'demand' for os fonts support vs tree only (as far as remember os font support was mostly requested by osx users). Anyhow, we can make it

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 16:17, Hans Hagen pra...@wxs.nl wrote: Hm. The problem is that we get some oscillation (with a few year cycle) between the 'demand' for os fonts support vs tree only (as far as remember os font support was mostly requested by osx users). Anyhow, we can make it an

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Aditya Mahajan
On Thu, 24 Oct 2013, Schmitz Thomas A. wrote: On 24 Oct 2013, at 16:17, Hans Hagen pra...@wxs.nl wrote: Hm. The problem is that we get some oscillation (with a few year cycle) between the 'demand' for os fonts support vs tree only (as far as remember os font support was mostly requested by

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Hans Hagen
On 10/24/2013 11:39 PM, Schmitz Thomas A. wrote: On 24 Oct 2013, at 16:17, Hans Hagen pra...@wxs.nl wrote: Hm. The problem is that we get some oscillation (with a few year cycle) between the 'demand' for os fonts support vs tree only (as far as remember os font support was mostly requested

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Schmitz Thomas A.
On 24 Oct 2013, at 16:44, Aditya Mahajan adit...@umich.edu wrote: You need to set it to a dummy directory! See: http://tex.stackexchange.com/a/136073/323 No, even that doesn’t help: echo $OSFONTDIR /tmp/dummy and then on a first run (after regnerating the format with this variable set), I

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Hans Hagen
On 10/25/2013 7:01 AM, Schmitz Thomas A. wrote: On 24 Oct 2013, at 16:44, Aditya Mahajan adit...@umich.edu wrote: You need to set it to a dummy directory! See: http://tex.stackexchange.com/a/136073/323 No, even that doesn’t help: echo $OSFONTDIR /tmp/dummy and then on a first run (after

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Hans Hagen
Hi, Concerning unix: Norbert Preining (tex live maintainer) found out that when font directories are symlinks, file access is much slower due to more lookups (esp with long names as then the lookup is indirect which means more disk access). Of course on a modern machine with ssd this is

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Aditya Mahajan
On Fri, 25 Oct 2013, Hans Hagen wrote: On 10/25/2013 7:01 AM, Schmitz Thomas A. wrote: On 24 Oct 2013, at 16:44, Aditya Mahajan adit...@umich.edu wrote: You need to set it to a dummy directory! See: http://tex.stackexchange.com/a/136073/323 No, even that doesn’t help: echo $OSFONTDIR