Hello Pablo,

you inspired me:

----
\setuplayout[header=5mm,headerdistance=5mm,]
\setupheader
  [text]
  [before={\startframed[frame=off,bottomframe=on,framecolor=blue,]},
   after={\stopframed},
  ]
\setupheadertexts[left][right]

\starttext
  Page 1
  \page[empty,blank]
  Page 2
\stoptext
----

Best regards,

Lukas


On Wed, 30 Aug 2017 19:43:57 +0200, Pablo Rodriguez <oi...@gmx.es> wrote:

On 08/30/2017 05:19 PM, Procházka Lukáš Ing. wrote:
[...]
How to:

- define header to be framed normally and
- to be "frame-free" when \page[empty] (and/or maybe \page[blank]) is called?

Hi Lukáš,

from your sample, I wonder whether you need a complete frame or only a
rule in the header.

If you only need a rule, this is the way to go:

    \setuplayout[header=5mm,headerdistance=5mm,]
    %~ \setupheader[text][after=\vskip 4pt\hrule]
    \setupheader[text][after={\blackrule[
        width=\textwidth,
        height=1em]}]
    \setupheadertexts[left][right]

    \starttext
       Page 1
       \page[empty,blank]
       Page 2
    \stoptext

I hope it helps,

Pablo


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to