Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 18:26:28 +0100 Hans Hagen wrote: > On 1/28/2016 3:34 PM, Marco Patzer wrote: > > On Thu, 28 Jan 2016 14:45:13 +0100 > > Hans Hagen wrote: > > > >> On 1/28/2016 1:53 PM, Marco Patzer wrote: > >>> On Thu, 28 Jan 2016 12:33:39 +0100 > >>> Hans Hagen wrote: > >>> > >>>

Re: [NTG-context] Shrinking spaces with export

2016-01-28 Thread Hans Hagen
On 1/27/2016 6:29 PM, Wolfgang Schuster wrote: Hi, when the XML export is used spaces between words ind the PDF can shrink. \setupbackend[export=yes] \starttext \dorecurse{5}{«Wer hat gewonnen?», fragte ich mit Nachdruck.\page} \stoptext fixed in luatex 0.89 Hans -

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/28/2016 3:34 PM, Marco Patzer wrote: On Thu, 28 Jan 2016 14:45:13 +0100 Hans Hagen wrote: On 1/28/2016 1:53 PM, Marco Patzer wrote: On Thu, 28 Jan 2016 12:33:39 +0100 Hans Hagen wrote: How to make transparent shadings work with the new mechanism? withtransparency (1,.5)

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/28/2016 2:02 PM, Marco Patzer wrote: On Thu, 28 Jan 2016 12:29:46 +0100 Hans Hagen wrote: How to make transparent shadings work with the new mechanism? withtransparency (1,.5) next beta \definecolor [trans] [a=multiply, t=.5, g=.5] \startMPpage fill fullcircle scaled 1

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 14:45:13 +0100 Hans Hagen wrote: > On 1/28/2016 1:53 PM, Marco Patzer wrote: > > On Thu, 28 Jan 2016 12:33:39 +0100 > > Hans Hagen wrote: > > > > How to make transparent shadings work with the new mechanism? > > withtransparency (1,.5) > >>> > >>>

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/28/2016 1:53 PM, Marco Patzer wrote: On Thu, 28 Jan 2016 12:33:39 +0100 Hans Hagen wrote: How to make transparent shadings work with the new mechanism? withtransparency (1,.5) However, this makes the entire shade transparent. How to shade from one colour to transparent using

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 12:29:46 +0100 Hans Hagen wrote: > >> How to make transparent shadings work with the new mechanism? > > > >withtransparency (1,.5) > > next beta > > \definecolor [trans] [a=multiply, t=.5, g=.5] > > \startMPpage > fill fullcircle scaled 12cm withcolor \MPco

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 12:33:39 +0100 Hans Hagen wrote: > >>> How to make transparent shadings work with the new mechanism? > >> > >> withtransparency (1,.5) > > > > However, this makes the entire shade transparent. How to shade from > > one colour to transparent using withtransparency t

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/28/2016 11:45 AM, Marco Patzer wrote: On Thu, 28 Jan 2016 09:43:24 +0100 Hans Hagen wrote: On 1/27/2016 10:05 PM, Marco Patzer wrote: The new code appears to work in general, but only if no shading to transparent is being used: \definecolor [trans] [a=multiply, t=.5, s=.5] \starttext

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/28/2016 9:43 AM, Hans Hagen wrote: On 1/27/2016 10:05 PM, Marco Patzer wrote: Hi, some months ago the withshading, withfromshadecolor etc. have apparently been replaced by the more general withshademethod, withshadevector, withshadecolors, etc. methods. I have issues converting the old wi

Re: [NTG-context] Distance between items

2016-01-28 Thread Otared Kavian
Thanks… I had tried mistakingly joinedup (distance between two sets of itemization) instead of inbetween (distance between items in a given itemization). Best regards: OK > On 28 Jan 2016, at 12:00, Marco Patzer wrote: > > On Thu, 28 Jan 2016 11:48:12 +0100 > Otared Kavian wrote: > >> I don

Re: [NTG-context] Distance between items

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 11:48:12 +0100 Otared Kavian wrote: > I don’t remember how to tweak the distance between items: What I > would like to have is a distance between items a little bit bigger > than the distance between them when the option « packed » is given, > but smaller than the distance bet

[NTG-context] Distance between items

2016-01-28 Thread Otared Kavian
Dear List Members, I don’t remember how to tweak the distance between items: What I would like to have is a distance between items a little bit bigger than the distance between them when the option « packed » is given, but smaller than the distance between items when « packed is left out. Mini

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 09:43:24 +0100 Hans Hagen wrote: > On 1/27/2016 10:05 PM, Marco Patzer wrote: > > The new code appears to work in general, but only if no shading to > > transparent is being used: > > > > \definecolor [trans] [a=multiply, t=.5, s=.5] > > \starttext > >\startMPcode > >

Re: [NTG-context] Shading to transparent using withshademethod

2016-01-28 Thread Hans Hagen
On 1/27/2016 10:05 PM, Marco Patzer wrote: Hi, some months ago the withshading, withfromshadecolor etc. have apparently been replaced by the more general withshademethod, withshadevector, withshadecolors, etc. methods. I have issues converting the old withshading code to the withshademethod ver