Re: [NTG-context] Alphabet & color

2020-07-16 Thread Marcus Vinicius Mesquita
I got it. Thanks. Marcus Vinicius On Thu, Jul 16, 2020, 13:57 Hans Hagen wrote: > On 7/16/2020 6:41 PM, Marcus Vinicius Mesquita wrote > > > I tried your code and it works fine. But where do the color schemes > > default and whatever come from? How can they be changed? > defauls is defined in

Re: [NTG-context] Alphabet & color

2020-07-16 Thread Hans Hagen
On 7/16/2020 6:41 PM, Marcus Vinicius Mesquita wrote I tried your code and it works fine. But where do the color schemes default and whatever come from? How can they be changed? defauls is defined in the example .. colorshemes have numbers: \definecolor[colorscheme:1:1][s=.75]

Re: [NTG-context] Alphabet & color

2020-07-16 Thread Marcus Vinicius Mesquita
Thank you, Hans for your answer. I tried your code and it works fine. But where do the color schemes default and whatever come from? How can they be changed? Best regards Marcus Vinicius On Thu, Jul 16, 2020, 04:19 Hans Hagen wrote: > On 7/16/2020 7:32 AM, Marcus Vinicius Mesquita wrote: > >

Re: [NTG-context] Text around a figure

2020-07-16 Thread Fabrice Couvreur
Hi Otared and Wolfgang, It's great, the following code does the job! Thank you so much. Fabrice \useMPlibrary[dum] \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \setupfloats[freeregion=no] \definetextbackground[fondpaille] [background=color, backgroundcolor=fondpaille,

Re: [NTG-context] Text around a figure

2020-07-16 Thread Wolfgang Schuster
Otared Kavian schrieb am 16.07.2020 um 11:58: Hi Fabrice, Maybe you can play with different settings of your textbackground, as in \definetextbackground[fondpaille] [background=color, backgroundcolor=fondpaille, frame=off, location=paragraph, % or: text, always,

Re: [NTG-context] Text around a figure

2020-07-16 Thread Otared Kavian
Hi Fabrice, Maybe you can play with different settings of your textbackground, as in \definetextbackground[fondpaille] [background=color, backgroundcolor=fondpaille, frame=off, location=paragraph, % or: text, always, paragraph backgroundoffset=4pt] %

Re: [NTG-context] Text around a figure

2020-07-16 Thread Fabrice Couvreur
Hi Otared and Wolfgang, Thanks for your help ; the result is almost what I want (the space between the text and the figure is not colored) but it is likely that we could not do better. Fabrice Le mer. 15 juil. 2020 à 22:25, Otared Kavian a écrit : > Hi Fabrice, > > I think what Wolfgang

Re: [NTG-context] embolden font in LMTX

2020-07-16 Thread Hans Hagen
On 7/15/2020 5:03 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] [it={style:regular, features:{default, slanted}}, bi={style:regular, features:{default, boldened,

Re: [NTG-context] Alphabet & color

2020-07-16 Thread Hans Hagen
On 7/16/2020 7:32 AM, Marcus Vinicius Mesquita wrote: Dear list I need to typeset a book for kids wich contains texts where each letter is assigned a fixed color, for example: A - - > red; B - - > blue; ... Z - - > green. What would be the best way to do this? TIA. There's more ways to do