Re: [NTG-context] How to add a font folder with local fonts?

2017-10-10 Thread Ulrike Fischer
Am Tue, 10 Oct 2017 13:34:02 +0200 schrieb Floris van Manen: > you might consider using git > easy to keep track of your data and to share / clone the latest state. I use git. But on two Computer there are always some settings that you don't want to share e.g. on the one texlive is in D:\texlive

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-10 Thread Floris van Manen
you might consider using git easy to keep track of your data and to share / clone the latest state. .F > On 10 Oct 2017, at 12:25, Ulrike Fischer wrote: > > Am Tue, 10 Oct 2017 11:31:15 +0200 schrieb Henning Hraban Ramm: > >>> I can set OSFONTDIR only for context, but it

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-10 Thread Ulrike Fischer
Am Tue, 10 Oct 2017 11:31:15 +0200 schrieb Henning Hraban Ramm: >> I can set OSFONTDIR only for context, but it would be a bit tricky. > > Hm, I’m used to setup/make scripts per project, setting some path works well > with that. The tricky part is to fit it in my current configuration system.

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-10 Thread Henning Hraban Ramm
Am 2017-10-09 um 22:37 schrieb Ulrike Fischer : >> (2) in OSFONTDIR > > I don't want something "systemwide". I have too many texsystems and > don't want side-effects (actually I want context to see the texlive > fonts, to make test easier). > > I can set OSFONTDIR only for

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-09 Thread Hans Hagen
On 10/9/2017 10:37 PM, Ulrike Fischer wrote: Am Mon, 9 Oct 2017 21:48:39 +0200 schrieb Hans Hagen: On 10/9/2017 4:09 PM, Ulrike Fischer wrote: How can I add a simple folder (not a texmf tree) with opentype or truetype fonts to the search path of context? I have tried with a local

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-09 Thread Ulrike Fischer
Am Mon, 9 Oct 2017 21:48:39 +0200 schrieb Hans Hagen: > On 10/9/2017 4:09 PM, Ulrike Fischer wrote: >> How can I add a simple folder (not a texmf tree) with opentype or >> truetype fonts to the search path of context? >> >> I have tried with a local texmfcnf.lua and >> >> return { >>

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-09 Thread Henning Hraban Ramm
Am 2017-10-09 um 16:09 schrieb Ulrike Fischer : > How can I add a simple folder (not a texmf tree) with opentype or > truetype fonts to the search path of context? The official way is to set OSFONTDIR like any other PATH. ConTeXt also recognizes fontconfig fonts.conf files

Re: [NTG-context] How to add a font folder with local fonts?

2017-10-09 Thread Hans Hagen
On 10/9/2017 4:09 PM, Ulrike Fischer wrote: How can I add a simple folder (not a texmf tree) with opentype or truetype fonts to the search path of context? I have tried with a local texmfcnf.lua and return { content = { variables = { OPENTYPEFONTS =

[NTG-context] How to add a font folder with local fonts?

2017-10-09 Thread Ulrike Fischer
How can I add a simple folder (not a texmf tree) with opentype or truetype fonts to the search path of context? I have tried with a local texmfcnf.lua and return { content = { variables = { OPENTYPEFONTS = ".;D:/myfonts//;$TEXMF/fonts/{data,opentype}//;$OSFONTDIR", },