[NTG-context] Is it possible to have a rotated label in Metafun?

2020-05-24 Thread Otared Kavian
Hi all, In a graph which I am trying to draw with LuaMetafun, I have a variable the values of which I want to show on the graph rotated 90 degrees (or whatever other value). Is it possible to do that? An example is: numeric a, u ; u := 10mm ; a := 4.5 ; label.bot(a,

Re: [NTG-context] Wiki - Proposal to update the Welcome page

2020-05-24 Thread Henning Hraban Ramm
> Am 24.05.2020 um 04:06 schrieb Aditya Mahajan : > > I am okay with changing the main page as well. But since this is the main > page, let's wait for the other mods to chime in as well. Am I a mod? Just a frequent contributor, I guess... I like the new main page, it looks very friendly.

Re: [NTG-context] Change of Optima to Optima Nova: how to get Optima Nova working?

2020-05-24 Thread Gerben Wierda
> On 24 May 2020, at 12:40, Gerben Wierda wrote: > > > >> On 24 May 2020, at 12:26, Gerben Wierda > > wrote: >> >> >> >>> On 24 May 2020, at 12:16, Gerben Wierda >> > wrote: >>> >>> I’ve decided to buy the Optima Nova font. But

Re: [NTG-context] Change of Optima to Optima Nova: how to get Optima Nova working?

2020-05-24 Thread Gerben Wierda
> On 24 May 2020, at 12:16, Gerben Wierda wrote: > > I’ve decided to buy the Optima Nova font. But now that I use it, I run into > the problem that suddenly my fallback for Cyrillic has stopped working. > > \definefallbackfamily > [archimate] > [ss] > [Helvetica] >

Re: [NTG-context] Change of Optima to Optima Nova: how to get Optima Nova working?

2020-05-24 Thread Gerben Wierda
> On 24 May 2020, at 12:26, Gerben Wierda wrote: > > > >> On 24 May 2020, at 12:16, Gerben Wierda > > wrote: >> >> I’ve decided to buy the Optima Nova font. But now that I use it, I run into >> the problem that suddenly my fallback for Cyrillic has stopped

Re: [NTG-context] Change of Optima to Optima Nova: how to get Optima Nova working?

2020-05-24 Thread Pablo Rodriguez
On 5/24/20 1:50 PM, Gerben Wierda wrote: [...] I’ve decided to buy the Optima Nova font. But now that I use it, I run into the problem that suddenly my fallback for Cyrillic has stopped working. Hi Gerben, the only reason may be that fallback families only work if the main

[NTG-context] [pretty printing python]

2020-05-24 Thread Floris van Manen
Does anyone know how to activate/use the pretty printing of python code? \starttyping[option=python] does not work. .Floris pEpkey.asc Description: application/pgp-keys ___ If your question is of interest to

Re: [NTG-context] [pretty printing python]

2020-05-24 Thread Henning Hraban Ramm
> Am 24.05.2020 um 14:04 schrieb Floris van Manen : > > Does anyone know how to activate/use the pretty printing of python code? > > \starttyping[option=python] > > does not work. No, ConTeXt supports only TeX, XML, MetaPost and Lua. Try Aditya’s vim module:

[NTG-context] Change of Optima to Optima Nova: fallback for cyrillc stops working

2020-05-24 Thread Gerben Wierda
I’ve decided to buy the Optima Nova font. But now that I use it, I run into the problem that suddenly my fallback for Cyrillic has stopped working. \definefallbackfamily [archimate] [ss] [Helvetica] [preset=range:cyrillic, tf=style:light, it=style:lightoblique, bf=style:regular,

Re: [NTG-context] Change of Optima to Optima Nova: how to get Optima Nova working?

2020-05-24 Thread Gerben Wierda
The answer was: running mtxrun --script fonts —reload —force Then to get the proper usage (for e.g. demibold as text font): \definefallbackfamily [archimate] [ss] [Helvetica] [preset=range:cyrillic, tf=style:light, it=style:lightoblique, bf=style:regular, bi=style:oblique,

[NTG-context] \doublehyphendemerits in project environment

2020-05-24 Thread Marc Trius
Hi, I'm having an issue where \doublehyphendemerits=2 doesn't seem to have an effect when I put it in the environment file, only when it's in the component file. What's going on? I would prefer to not have to repeat this line in every component.. Thank you, Marc Trius