Re: [NTG-context] Question about \setupitemgroup

2016-07-23 Thread Wolfgang Schuster
Fabrice Couvreur 23. Juli 2016 um 10:28 Hi Wolfgang, I thought the keyword to correct the problem was but I repeat this otiens 1. 2.a. 2.b instead of 1. 2.a. b. You need todays beta to get the correct output for the following example (the \noitem hasn’t

Re: [NTG-context] Clearest way to call a {\command } in Lua?

2016-07-23 Thread Wolfgang Schuster
Lukáš Procházka 23. Juli 2016 um 15:25 Hello, what is the clearest way to call a {\command ...} (i.e. a command which is to be wrapped in curly braces, like \em, \bf etc.) in Lua? Let's have: bla {\em haha} bla Should be the Lua transcription be: bla

[NTG-context] Clearest way to call a {\command } in Lua?

2016-07-23 Thread Lukáš Procházka
Hello, what is the clearest way to call a {\command ...} (i.e. a command which is to be wrapped in curly braces, like \em, \bf etc.) in Lua? Let's have: bla {\em haha} bla Should be the Lua transcription be: bla \ctxlua{context(false, context.delayed.em("haha"))} % <--- The

[NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Bou Salim
I have texlive 2016 on windows OS, I use context mkiv. with context -- version I have: current version: 2016-05-17 ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Hans Hagen
On 7/23/2016 9:35 AM, Schmitz Thomas A. wrote: On 23 Jul 2016, at 09:24, Bou Salim wrote: Hi I have this problem to show colors properly. I have defined color "myred", but after \showcolor command colors inside metapost can't be displayed. Your example shows the

Re: [NTG-context] Question about \setupitemgroup

2016-07-23 Thread Fabrice Couvreur
Hi Wolfgang, I thought the keyword to correct the problem was but I repeat this otiens 1. 2.a. 2.b instead of 1. 2.a. b. Fabrice 2016-07-22 16:12 GMT+02:00 Fabrice Couvreur : > I just noticed that there is a problem with the level 2. a. The letter a > is on the

Re: [NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Schmitz Thomas A.
> On 23 Jul 2016, at 09:24, Bou Salim wrote: > > Hi > I have this problem to show colors properly. I have defined color "myred", > but after \showcolor command colors inside metapost can't be displayed. Your example shows the correct colors here. Which version are

[NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Bou Salim
Hi I have this problem to show colors properly. I have defined color "myred", but after \showcolor command colors inside metapost can't be displayed. Thanks \starttext \definecolor[myred] [r=.8] \showcolor \startuseMPgraphic{test} fill fullcircle scaled 10mm withcolor \MPcolor{myred};