ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* About \setupbackgrounds (again)
@ 2017-08-09 12:59 Fabrice Couvreur
  2017-08-09 14:23 ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2017-08-09 12:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 896 bytes --]

Hello,
How do I make the header appear on the first page only ?
Thank you
Fabrice

\setuplayout
  [header=2\lineheight,
   headerdistance=\lineheight,
   backspace=2cm,
   width=middle,
   topspace=\lineheight]

\setupbackgrounds[header,state=start][text][frame=off,
bottomframe=on,framecolor=gray,rulethickness=2pt]


\setupheader[style=bold]

\setuppagenumbering
    [alternative=,
    location=footer]


\defineframed[headerframed]
             [frame=off,
              location=depth,
              bottomoffset=\lineheight,
              align=middle,
              width=fit]

\setupheadertexts[\headerframed{\ss \sc \bf \red Contrôle n\high{o}\,1 \\ }]
\setupheadertexts[\headerframed{\tfx \ss Lycée JANSON DE SAILLY\\ 31
juillet 2017}][\headerframed{\tfx \ss T\high{le} ES 2 \\ Durée 1 heure 30}]

\starttext
\dorecurse{6}{\input knuth}
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1251 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: About \setupbackgrounds (again)
  2017-08-09 12:59 About \setupbackgrounds (again) Fabrice Couvreur
@ 2017-08-09 14:23 ` Pablo Rodriguez
  2017-08-09 14:48   ` Fabrice Couvreur
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2017-08-09 14:23 UTC (permalink / raw)
  To: ntg-context

On 08/09/2017 02:59 PM, Fabrice Couvreur wrote:
> Hello,
> How do I make the header appear on the first page only ?
> Thank you
> Fabrice

Hello Fabrice,

a workaround would be to suppress header dimension for all pages other
than the first one.

    \definelayout
      [noheader]
      [header=2\lineheight,
       headerdistance=\lineheight,
       backspace=2cm,
       width=middle,
       topspace=\lineheight]

    \setuplayout
      [header=\zeropoint,
       headerdistance=3\lineheight,
       backspace=2cm,
       width=middle,
       topspace=2cm]

    \definelayout[1][noheader]

    \setupbackgrounds[header,state=start][text][frame=off,
bottomframe=on,framecolor=gray,rulethickness=2pt]

    \setupheader[style=bold]

    \setuppagenumbering
        [alternative=,
        location=footer]

    \defineframed[headerframed]
                 [frame=off,
                  location=depth,
                  bottomoffset=\lineheight,
                  align=middle,
                  width=fit]

    \setupheadertexts[\headerframed{\ss \sc \bf
        \red Contrôle n\high{o}\,1 \\ }]
    \setupheadertexts[\headerframed{\tfx \ss Lycée JANSON DE SAILLY\\
            31 juillet 2017}]
        [\headerframed{\tfx \ss T\high{le} ES 2 \\ Durée 1 heure 30}]

    \starttext
    \dorecurse{6}{\input knuth}
    \stoptext

Just in case it helps,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: About \setupbackgrounds (again)
  2017-08-09 14:23 ` Pablo Rodriguez
@ 2017-08-09 14:48   ` Fabrice Couvreur
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Couvreur @ 2017-08-09 14:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2198 bytes --]

HI Pablo,
This works perfectly
Thank you
Fabrice

2017-08-09 16:23 GMT+02:00 Pablo Rodriguez <oinos@gmx.es>:

> On 08/09/2017 02:59 PM, Fabrice Couvreur wrote:
> > Hello,
> > How do I make the header appear on the first page only ?
> > Thank you
> > Fabrice
>
> Hello Fabrice,
>
> a workaround would be to suppress header dimension for all pages other
> than the first one.
>
>     \definelayout
>       [noheader]
>       [header=2\lineheight,
>        headerdistance=\lineheight,
>        backspace=2cm,
>        width=middle,
>        topspace=\lineheight]
>
>     \setuplayout
>       [header=\zeropoint,
>        headerdistance=3\lineheight,
>        backspace=2cm,
>        width=middle,
>        topspace=2cm]
>
>     \definelayout[1][noheader]
>
>     \setupbackgrounds[header,state=start][text][frame=off,
> bottomframe=on,framecolor=gray,rulethickness=2pt]
>
>     \setupheader[style=bold]
>
>     \setuppagenumbering
>         [alternative=,
>         location=footer]
>
>     \defineframed[headerframed]
>                  [frame=off,
>                   location=depth,
>                   bottomoffset=\lineheight,
>                   align=middle,
>                   width=fit]
>
>     \setupheadertexts[\headerframed{\ss \sc \bf
>         \red Contrôle n\high{o}\,1 \\ }]
>     \setupheadertexts[\headerframed{\tfx \ss Lycée JANSON DE SAILLY\\
>             31 juillet 2017}]
>         [\headerframed{\tfx \ss T\high{le} ES 2 \\ Durée 1 heure 30}]
>
>     \starttext
>     \dorecurse{6}{\input knuth}
>     \stoptext
>
> Just in case it helps,
>
> Pablo
> --
> http://www.ousia.tk
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________

[-- Attachment #1.2: Type: text/html, Size: 3823 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-09 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-09 12:59 About \setupbackgrounds (again) Fabrice Couvreur
2017-08-09 14:23 ` Pablo Rodriguez
2017-08-09 14:48   ` Fabrice Couvreur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).