ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Use of \hairline in the header
@ 2011-07-19 10:21 Cecil Westerhof
  2011-07-19 11:31 ` Christian
  2011-07-19 13:37 ` Wolfgang Schuster
  0 siblings, 2 replies; 7+ messages in thread
From: Cecil Westerhof @ 2011-07-19 10:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I have the following document:
\setupheader[
  after={\startalignment[center]\hairline\stopalignment},
  style={\switchtobodyfont[9pt]},
]

\setuplayout[
  footer=0mm,
  header=10mm,
]

\setupheadertexts[]
\setupheadertexts[Documentation for product XYZ –concept–]
                 [version: 2001-07-19]

\starttext

Just some text to fill the document.

\stoptext


I would expect the hairline to be at the  same place as the text of the
document, but instead it is completely left aligned. What am I doing wrong?

-- 
Cecil Westerhof

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

[-- Attachment #2: dummy.pdf --]
[-- Type: application/pdf, Size: 10331 bytes --]

[-- Attachment #3: 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] 7+ messages in thread

* Re: Use of \hairline in the header
  2011-07-19 10:21 Use of \hairline in the header Cecil Westerhof
@ 2011-07-19 11:31 ` Christian
  2011-07-19 13:37 ` Wolfgang Schuster
  1 sibling, 0 replies; 7+ messages in thread
From: Christian @ 2011-07-19 11:31 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

Hi, I was also experiencing unexpected results when using a hairline in the header.
I found this solution for a line (I think it's somewhere in the wiki):
\setupbackgrounds[header][text][frame=off, bottomframe=on,rulethickness=.5pt]

The drawback is, that you'll have to use
\setuphead[chapter][header=high]
If you want no header on pages where a chapter starts. If you use 'empty', the line will still be there (since it's no really part of the header, but the background).

> -----Ursprüngliche Nachricht-----
> Von: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] Im
> Auftrag von Cecil Westerhof
> Gesendet: Dienstag, 19. Juli 2011 12:21
> An: mailing list for ConTeXt users
> Betreff: [NTG-context] Use of \hairline in the header
> 
> I have the following document:
> \setupheader[
>   after={\startalignment[center]\hairline\stopalignment},
>   style={\switchtobodyfont[9pt]},
> ]
> 
> \setuplayout[
>   footer=0mm,
>   header=10mm,
> ]
> 
> \setupheadertexts[]
> \setupheadertexts[Documentation for product XYZ –concept–]
>                  [version: 2001-07-19]
> 
> \starttext
> 
> Just some text to fill the document.
> 
> \stoptext
> 
> 
> I would expect the hairline to be at the  same place as the text of the
> document, but instead it is completely left aligned. What am I doing wrong?
> 
> --
> Cecil Westerhof


___________________________________________________________________________________
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] 7+ messages in thread

* Re: Use of \hairline in the header
  2011-07-19 10:21 Use of \hairline in the header Cecil Westerhof
  2011-07-19 11:31 ` Christian
@ 2011-07-19 13:37 ` Wolfgang Schuster
  2011-07-19 14:41   ` Cecil Westerhof
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-07-19 13:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.07.2011 um 12:21 schrieb Cecil Westerhof:

> I have the following document:
> \setupheader[
>   after={\startalignment[center]\hairline\stopalignment},
>   style={\switchtobodyfont[9pt]},
> ]

\setupheader[text][after=\hairline,...]

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
___________________________________________________________________________________


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

* Re: Use of \hairline in the header
  2011-07-19 13:37 ` Wolfgang Schuster
@ 2011-07-19 14:41   ` Cecil Westerhof
  2011-07-19 16:27     ` Christian
  0 siblings, 1 reply; 7+ messages in thread
From: Cecil Westerhof @ 2011-07-19 14:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/7/19 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> > I have the following document:
> > \setupheader[
> >   after={\startalignment[center]\hairline\stopalignment},
> >   style={\switchtobodyfont[9pt]},
> > ]
>
> \setupheader[text][after=\hairline,...]
>

Works. Thanks.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 623 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] 7+ messages in thread

* Re: Use of \hairline in the header
  2011-07-19 14:41   ` Cecil Westerhof
@ 2011-07-19 16:27     ` Christian
  2011-07-19 16:38       ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Christian @ 2011-07-19 16:27 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

> 	\setupheader[text][after=\hairline,...]
> 
> 
> 
> Works. Thanks.

Works, but does penetrate the text area. See the attached image (I have \showframe on, so don’t be confused by that many lines. The hairline is the one partially highlighted, running just above the lowercase letters).
How can I avoid this?

[-- Attachment #2: pic.JPG --]
[-- Type: image/jpeg, Size: 21412 bytes --]

[-- Attachment #3: 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] 7+ messages in thread

* Re: Use of \hairline in the header
  2011-07-19 16:27     ` Christian
@ 2011-07-19 16:38       ` Wolfgang Schuster
  2011-07-19 17:51         ` Christian
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-07-19 16:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.07.2011 um 18:27 schrieb Christian:

>> 	\setupheader[text][after=\hairline,...]
>> 
>> 
>> 
>> Works. Thanks.
> 
> Works, but does penetrate the text area. See the attached image (I have \showframe on, so don’t be confused by that many lines. The hairline is the one partially highlighted, running just above the lowercase letters).
> How can I avoid this?

Try “after={\blackrule[width=\textwidth,height=\linewidth,depth=0pt]}”.

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
___________________________________________________________________________________


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

* Re: Use of \hairline in the header
  2011-07-19 16:38       ` Wolfgang Schuster
@ 2011-07-19 17:51         ` Christian
  0 siblings, 0 replies; 7+ messages in thread
From: Christian @ 2011-07-19 17:51 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

> >> 	\setupheader[text][after=\hairline,...]
> >>
> >>
> >>
> >> Works. Thanks.
> >
> > Works, but does penetrate the text area. See the attached image (I have
> \showframe on, so don’t be confused by that many lines. The hairline is the
> one partially highlighted, running just above the lowercase letters).
> > How can I avoid this?
> 
> Try “after={\blackrule[width=\textwidth,height=\linewidth,depth=0pt]}”.

Works like a charm, thanks! 

Now the wiki has this in the "Titles" article:

Titling Style
see \setuphead and some enhanced samples below.
A FAQ is, how to get a line under the pageheader:
\setupbackgrounds[header][text][bottomframe=on]

I feel that does not belong there, it belongs rather in the "Headers and Footers" article.

Anyways, I added your code to the wiki.

___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2011-07-19 17:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-19 10:21 Use of \hairline in the header Cecil Westerhof
2011-07-19 11:31 ` Christian
2011-07-19 13:37 ` Wolfgang Schuster
2011-07-19 14:41   ` Cecil Westerhof
2011-07-19 16:27     ` Christian
2011-07-19 16:38       ` Wolfgang Schuster
2011-07-19 17:51         ` Christian

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