Re: [NTG-context] \noheaderandfooterlines to suppress header frame, too

2018-10-10 Thread Hans Hagen
On 10/10/2018 8:29 AM, Procházka Lukáš Ing. wrote: Hello, this may have been posted here some time before, but - would it be possible to extend \noheaderandfooterlines command to temporarily suppress bottom frame, too? won't happen ... too incompatible

[NTG-context] \noheaderandfooterlines to suppress header frame, too

2018-10-10 Thread Procházka Lukáš Ing .
Hello, this may have been posted here some time before, but - would it be possible to extend \noheaderandfooterlines command to temporarily suppress bottom frame, too? Suppose having the following code: \setupheadertexts[left][right] \setupbackgrounds[header][bottomframe=on] \starttext

Re: [NTG-context] noheaderandfooterlines messes with colors

2015-08-03 Thread Aditya Mahajan
On Mon, 3 Aug 2015, Hans Hagen wrote: \hbox\bgroup\forcecolorhack\starttikzpicture \draw(0,2) node[color=red]{This should be red}; \draw(0,0) node[color=red]{This is red}; \stoptikzpicture\egroup Tikz colors are broken when using anything other than red, blue, or green. I know that

Re: [NTG-context] noheaderandfooterlines messes with colors

2015-08-03 Thread Hans Hagen
On 8/3/2015 10:38 AM, Eric Détrez wrote: Le 01-08-2015 22:32, Aditya Mahajan a écrit : On Sat, 1 Aug 2015, Eric Détrez wrote: Here is a minimal example : \usemodule[tikz] \starttext \noheaderandfooterlines \starttikzpicture \draw(0,2) node[color=red]{This should be red}; \draw(0,0) node

Re: [NTG-context] noheaderandfooterlines messes with colors

2015-08-03 Thread Eric Détrez
Le 01-08-2015 22:32, Aditya Mahajan a écrit : On Sat, 1 Aug 2015, Eric Détrez wrote: Here is a minimal example : \usemodule[tikz] \starttext \noheaderandfooterlines \starttikzpicture \draw(0,2) node[color=red]{This should be red}; \draw(0,0) node[color=red]{This is red}; \stoptikzpicture

Re: [NTG-context] noheaderandfooterlines messes with colors

2015-08-01 Thread Aditya Mahajan
On Sat, 1 Aug 2015, Eric Détrez wrote: Here is a minimal example : \usemodule[tikz] \starttext \noheaderandfooterlines \starttikzpicture \draw(0,2) node[color=red]{This should be red}; \draw(0,0) node[color=red]{This is red}; \stoptikzpicture \stoptext The first line is written in black

[NTG-context] noheaderandfooterlines messes with colors

2015-08-01 Thread Eric Détrez
Here is a minimal example : \usemodule[tikz] \starttext \noheaderandfooterlines \starttikzpicture \draw(0,2) node[color=red]{This should be red}; \draw(0,0) node[color=red]{This is red}; \stoptikzpicture \stoptext The first line is written in black but when I comment \noheaderandfooterlines