ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Different behaviours between header and footer
@ 2014-03-19  6:18 Flavien Lambert
  2014-03-23  2:58 ` Flavien Lambert
  0 siblings, 1 reply; 5+ messages in thread
From: Flavien Lambert @ 2014-03-19  6:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear all, in the following example, header and footer behave differently,
the frame at the bottom being out of the footer space. Could you tell me
how to obtain a frame inside the footer like the header one?
Thanks a lot,
Flavien.

\setupheadertexts[{\framed[frame=off,width=\textwidth,height=\headerheight]{not
offset}}][]
\setupfootertexts[{\framed[frame=on,height=\footerheight]{offset}}][]
\showframe
\starttext
\input knuth
\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Different behaviours between header and footer
  2014-03-19  6:18 Different behaviours between header and footer Flavien Lambert
@ 2014-03-23  2:58 ` Flavien Lambert
  2014-03-23  7:19   ` Pablo Rodriguez
  2014-03-23 21:37   ` Wolfgang Schuster
  0 siblings, 2 replies; 5+ messages in thread
From: Flavien Lambert @ 2014-03-23  2:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi guys, a quick reminder if someone can help me on this topic.
Thanks :)
On 19 Mar 2014 14:18, "Flavien Lambert" <petit.lepton@gmail.com> wrote:

> Dear all, in the following example, header and footer behave differently,
> the frame at the bottom being out of the footer space. Could you tell me
> how to obtain a frame inside the footer like the header one?
> Thanks a lot,
> Flavien.
>
> \setupheadertexts[{\framed[frame=off,width=\textwidth,height=\headerheight]{not
> offset}}][]
> \setupfootertexts[{\framed[frame=on,height=\footerheight]{offset}}][]
> \showframe
> \starttext
> \input knuth
> \stoptext
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Different behaviours between header and footer
  2014-03-23  2:58 ` Flavien Lambert
@ 2014-03-23  7:19   ` Pablo Rodriguez
  2014-03-23 21:37   ` Wolfgang Schuster
  1 sibling, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2014-03-23  7:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/23/2014 03:58 AM, Flavien Lambert wrote:
> Hi guys, a quick reminder if someone can help me on this topic.
> Thanks :)
> 
> On 19 Mar 2014 14:18, Flavien Lambert wrote:
> 
>  Dear all, in the following example, header and footer behave
>  differently, the frame at the bottom being out of the footer space.
>  Could you tell me how to obtain a frame inside the footer like the
>  header one?

Hi Flavien,

I think that adding \setupfooter[before=,after=] solves your problem.

I hope 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Different behaviours between header and footer
  2014-03-23  2:58 ` Flavien Lambert
  2014-03-23  7:19   ` Pablo Rodriguez
@ 2014-03-23 21:37   ` Wolfgang Schuster
  2014-03-25  0:24     ` Flavien Lambert
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2014-03-23 21:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 23.03.2014 um 03:58 schrieb Flavien Lambert <petit.lepton@gmail.com>:

> Hi guys, a quick reminder if someone can help me on this topic.
> 

Disable the strut for the footer with

    \setupfooter[strut=no]

to align the frame with the bottom of the footer.

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Different behaviours between header and footer
  2014-03-23 21:37   ` Wolfgang Schuster
@ 2014-03-25  0:24     ` Flavien Lambert
  0 siblings, 0 replies; 5+ messages in thread
From: Flavien Lambert @ 2014-03-25  0:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks a lot!


On 24 March 2014 05:37, Wolfgang Schuster <schuster.wolfgang@gmail.com>wrote:

>
> Am 23.03.2014 um 03:58 schrieb Flavien Lambert <petit.lepton@gmail.com>:
>
> Hi guys, a quick reminder if someone can help me on this topic.
>
> Disable the strut for the footer with
>
>     \setupfooter[strut=no]
>
> to align the frame with the bottom of the footer.
>
> Wolfgang
>
>
>
> ___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-03-25  0:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19  6:18 Different behaviours between header and footer Flavien Lambert
2014-03-23  2:58 ` Flavien Lambert
2014-03-23  7:19   ` Pablo Rodriguez
2014-03-23 21:37   ` Wolfgang Schuster
2014-03-25  0:24     ` Flavien Lambert

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).