Re: [NTG-context] TeX capacity exceeded

2021-05-19 Thread Hans Hagen
ough the latest greatest lmtx should perform some 2.5 times better when profiling). There's also a new (yet unofficial) feature: \starttext \setupfonts [serif=dejavuserif*default, sans=dejavusans, mono=dejavusansmono] {AAA\char1234 AAA} {\ss BBB\char1234 BBB}\par {AA

Re: [NTG-context] Including font with document source

2012-04-18 Thread John Devereux
same >>> folder as TeX documents, but if one wants some structure and put fonts >>> in another folder, one has to install the font. There should be no >>> need for users to install exotic fonts if document author can specify >>> something like \setupfonts[di

Re: [NTG-context] Including font with document source

2012-04-18 Thread Mojca Miklavec
s, but if one wants some structure and put fonts >> in another folder, one has to install the font. There should be no >> need for users to install exotic fonts if document author can specify >> something like \setupfonts[directory=../fonts] on top of project file. > > maybe some day

Re: [NTG-context] Including font with document source

2012-04-18 Thread Hans Hagen
font. There should be no need for users to install exotic fonts if document author can specify something like \setupfonts[directory=../fonts] on top of project file. maybe some day ... as caching is somewhat special then (lookups by names as well) it's non trivial ... technically one can mou

Re: [NTG-context] Including font with document source

2012-04-18 Thread Mojca Miklavec
e and put fonts in another folder, one has to install the font. There should be no need for users to install exotic fonts if document author can specify something like \setupfonts[directory=../fonts] on top of project file. Mojca __