Re: [NTG-context] Space between both environments

2015-09-12 Thread Fabrice Couvreur
Hi Wolfgang, Thank you for your help, it works fine. Fabrice 2015-09-08 20:24 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 8. September 2015 18:29 > Hi, > @Otared I accept your answer until I can not fix my code, thank you. > > A

Re: [NTG-context] Space between both environments

2015-09-08 Thread Fabrice Couvreur
Hi, @Otared I accept your answer until I can not fix my code, thank you. @Woffgang I have to change the code (how ?) because I realize that the text of the second environment exceeds the frame (if you draw it). 2015-09-07 21:02 GMT+02:00 Wolfgang Schuster : >

Re: [NTG-context] Space between both environments

2015-09-08 Thread Wolfgang Schuster
Fabrice Couvreur 8. September 2015 18:29 Hi, @Otared I accept your answer until I can not fix my code, thank you. A better solution is to increase the space before each environment because the part of the title which sticks out of the box does not exist for

[NTG-context] Space between both environments

2015-09-07 Thread Fabrice Couvreur
Hi, I can not insert a space between my two environments. Thank you. Fabrice % macros=mkvi \setupcolors[state=start] \definecolor[MyColorA][c=0.00, m=0.10, y=0.20, k=0.00] \definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00] \definecolor[MyColorC][c=0.3, m=0.00, y=0.00, k=0.05]

Re: [NTG-context] Space between both environments

2015-09-07 Thread Otared Kavian
Hi Fabrice, You can use after={\strut\blank} in your definition of MyDefinition, as in: \defineframedtext [MyDefinition] [before={\blank}, after={\strut\blank}, frame=off, background=MyFrame, width=\textwidth, height=fit, location=left, style=italic] Best

Re: [NTG-context] Space between both environments

2015-09-07 Thread Wolfgang Schuster
Fabrice Couvreur 7. September 2015 19:35 Hi, I can not insert a space between my two environments. There is a space but you can’t see it because the colored background of your frames is placed too low (you can see it when you use "frame=on"). Thank you.