ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* header - underline
@ 2001-08-06 13:19 Radim Uchac
  2001-08-06 13:48 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Radim Uchac @ 2001-08-06 13:19 UTC (permalink / raw)


Hi,
I would like to underline headers on all pages. I tried to do:

\setuppagenumbering[location=]
\setupheader[text][style=tfx,after=\hairline]
\setupheadertexts[text][][pagenumber][][pagenumber]

but now hairline starts from left border of paper and not from 
left border of text area. Any idea?
thanks radim


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

* Re: header - underline
  2001-08-06 13:19 header - underline Radim Uchac
@ 2001-08-06 13:48 ` Hans Hagen
  2001-08-07  0:27   ` Radim Uchac
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2001-08-06 13:48 UTC (permalink / raw)
  Cc: context

At 03:19 PM 8/6/2001 +0200, Radim Uchac wrote:
>Hi,
>I would like to underline headers on all pages. I tried to do:
>
>\setuppagenumbering[location=]
>\setupheader[text][style=tfx,after=\hairline]
>\setupheadertexts[text][][pagenumber][][pagenumber]

why not use backgrounds?

% output=pdftex

\setuplayout[header=1cm,headerdistance=1cm]
\setupbackgrounds[header][text][frame=off,bottomframe=on]

\starttext it really works \stoptext

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: header - underline
  2001-08-06 13:48 ` Hans Hagen
@ 2001-08-07  0:27   ` Radim Uchac
  2001-08-08  8:47     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Radim Uchac @ 2001-08-07  0:27 UTC (permalink / raw)


Thanks a lot - goog idea. But now I have no idea how to suppress this 
backgrounds on pages:
- when chapter is starting
- and on title pages (cover, and first page with contents)

Hans Hagen wrote:
> 
> At 03:19 PM 8/6/2001 +0200, Radim Uchac wrote:
> >Hi,
> >I would like to underline headers on all pages. I tried to do:
> >
> >\setuppagenumbering[location=]
> >\setupheader[text][style=tfx,after=\hairline]
> >\setupheadertexts[text][][pagenumber][][pagenumber]
> 
> why not use backgrounds?
> 
> % output=pdftex
> 
> \setuplayout[header=1cm,headerdistance=1cm]
> \setupbackgrounds[header][text][frame=off,bottomframe=on]
> 
> \starttext it really works \stoptext
> 
> -------------------------------------------------------------------------
>                                    Hans Hagen | PRAGMA ADE | pragma@wxs.nl
>                        Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
> -------------------------------------------------------------------------


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

* Re: header - underline
  2001-08-07  0:27   ` Radim Uchac
@ 2001-08-08  8:47     ` Hans Hagen
       [not found]       ` <3B72883C.73E469C5@x-base.cz>
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2001-08-08  8:47 UTC (permalink / raw)
  Cc: context

At 02:27 AM 8/7/2001 +0200, Radim Uchac wrote:
>Thanks a lot - goog idea. But now I have no idea how to suppress this
>backgrounds on pages:
>- when chapter is starting
>- and on title pages (cover, and first page with contents)

before i look into that, it hink that there has been a previous mail on 
that, did you search the mail archive [poiner at our site]?

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: FTP access - archiv
       [not found]       ` <3B72883C.73E469C5@x-base.cz>
@ 2001-08-14 11:21         ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2001-08-14 11:21 UTC (permalink / raw)
  Cc: ntg-context

At 02:55 PM 8/9/2001 +0200, Radim Uchac wrote:
>
>Hans Hagen wrote:
> > before i look into that, it hink that there has been a previous mail on
> > that, did you search the mail archive [poiner at our site]?
> >
> > Hans
>
>sorry,
>
>is there any way to download all old mails. I have only dial-up
>connection
>and to search s.t. on-line is really expensive. I tried "wget" but I am
>not
>sure that it is the right solution. thanks radim

Maybe that is a feature that can be added to the "search archive" site? I 
must admit that my mail archive is incomplete/faulty [error in mail compressor]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-08-14 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-06 13:19 header - underline Radim Uchac
2001-08-06 13:48 ` Hans Hagen
2001-08-07  0:27   ` Radim Uchac
2001-08-08  8:47     ` Hans Hagen
     [not found]       ` <3B72883C.73E469C5@x-base.cz>
2001-08-14 11:21         ` FTP access - archiv Hans Hagen

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