Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-07 Thread luigi scarso
On Thu, Nov 6, 2014 at 10:28 PM, Herbert Voss herbert.v...@fu-berlin.de wrote: Am 06.11.2014 um 21:16 schrieb luigi scarso: \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] [...] \setupTABLE[column][1][width=4cm,align={right,lohi},frame=on]%,framecolor=H1prime] The problem

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-07 Thread Fabrice
Hi, The latest t-tikz.tex form Hans solves the problems both in TL 2014 and standalone. The same for me, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Hans Hagen
On 11/5/2014 7:41 PM, Fabrice wrote: Hi Hans, For spaces parasites, it is my fault because I copy and paste my code. However, I do not understand why this code does not work : You need to make real small example as I have no clue what to look at or expect (btw, you use \color[geen] which I

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Fabrice
Hi Hans, It's true, I'm a little confused. In fact, the problem is the \ starttikzpicture \ endtikzpicture. \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[3d] \usetikzlibrary[arrows.meta] \usetikzlibrary[positioning] \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Aditya Mahajan
On Thu, 6 Nov 2014, Fabrice wrote: Hi Hans, It's true, I'm a little confused. In fact, the problem is the \ starttikzpicture \ endtikzpicture. As Hans said, you need to create a smaller example, and explain what you mean by the problem. A blind guess is that \starttikzpicture ...

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread luigi scarso
On Thu, Nov 6, 2014 at 7:50 PM, Fabrice couvreur.fabr...@wanadoo.fr wrote: Hi Hans, It's true, I'm a little confused. In fact, the problem is the \ starttikzpicture \ endtikzpicture. \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[3d] \usetikzlibrary[arrows.meta]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread luigi scarso
On Thu, Nov 6, 2014 at 8:57 PM, luigi scarso luigi.sca...@gmail.com wrote: \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[3d] \usetikzlibrary[arrows.meta] \usetikzlibrary[positioning] \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Hans Hagen
On 11/6/2014 8:57 PM, luigi scarso wrote: On Thu, Nov 6, 2014 at 7:50 PM, Fabrice couvreur.fabr...@wanadoo.fr mailto:couvreur.fabr...@wanadoo.fr wrote: Hi Hans, It's true, I'm a little confused. In fact, the problem is the \ starttikzpicture \ endtikzpicture. \usemodule[tikz]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Herbert Voss
Am 06.11.2014 um 21:16 schrieb luigi scarso: \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] [...] \setupTABLE[column][1][width=4cm,align={right,lohi},frame=on]%,framecolor=H1prime] The problem seems to be %,framecolor=H1prime] I have no problem with framecolor=H1prime setting. I

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-05 Thread Hans Hagen
On 11/4/2014 8:28 PM, Fabrice wrote: Hi, The problem is the \setupTABLE [column] [1] [[width = 4cm, align = {right, lohi}, frame = on, FrameColor = H1prime]. We must not put FrameColor = H1prime. indeed, no spaces ... width = 4cm will not set width but width and it will set it to 4cm

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-05 Thread Fabrice
Hi Hans, For spaces parasites, it is my fault because I copy and paste my code. However, I do not understand why this code does not work : \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[cd] \usetikzlibrary[3d] \usetikzlibrary[arrows.meta] \usetikzlibrary[positioning]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-04 Thread Fabrice
Hi, The problem is the \setupTABLE [column] [1] [[width = 4cm, align = {right, lohi}, frame = on, FrameColor = H1prime]. We must not put FrameColor = H1prime. Fabrice ___ If your question is of interest to others as

[NTG-context] Strange behavior with the command \color[]{}

2014-11-02 Thread Fabrice Couvreur
Hi, In the code below, if I comment the two lines, it's okay, but if I uncomment those two lines, the number of faces of the cubes is not white but black, and there are pieces of text green. Best regards, Fabrice \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[cd] \usetikzlibrary[3d]