ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Maybe simply, i don't know
@ 2015-12-17 15:34 Ursula Hermann
  2015-12-23 13:52 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Ursula Hermann @ 2015-12-17 15:34 UTC (permalink / raw)
  To: ntg-context


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

Hello Hans, and so on!

 

When there are different headers and footers in a chapter: 

 

1.       header: this is me. I write this  in left and right pages. 

 

Then comes a subsection in this chapter

 

1.1   header: left side: this is my first chapter, right side : this is the
second chapter. 

 

What have I to do then

 

Uschi 

 

 


[-- Attachment #1.2: Type: text/html, Size: 6507 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: Maybe simply, i don't know
  2015-12-17 15:34 Maybe simply, i don't know Ursula Hermann
@ 2015-12-23 13:52 ` Wolfgang Schuster
  2016-01-07 14:23   ` Ursula Hermann
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2015-12-23 13:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Ursula Hermann <mailto:ursula.hermann@univie.ac.at>
> 17. Dezember 2015 um 16:34
>
> Hello Hans, and so on!
>
> When there are different headers and footers in a chapter:
>
> 1.header: this is me. I write this  in left and right pages.
>
> Then comes a subsection in this chapter
>
> 1.1header: left side: this is my first chapter, right side : this is 
> the second chapter.
>
> What have I to do then
>
>
Can you send a minimal example for your problem.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 7029 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: Maybe simply, i don't know
  2015-12-23 13:52 ` Wolfgang Schuster
@ 2016-01-07 14:23   ` Ursula Hermann
  2016-01-07 14:29     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Ursula Hermann @ 2016-01-07 14:23 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'


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

Hello Wolfgang!

 

Here is my example. I found the right command: it was \setupheadertexts

\setuppapersize[A4]

\setuppagenumbering[location={footer, right}style=bold]

\setuphead[chapter][header=empty]

\setupheadertexts[1.1 second]

\starttext

 

\chapter{first}  \dorecurse{10}{\input knuth  }

 

I have one question: why are the pagenumbers in the footer, iwanted them in
the head. 

 

Thank you and a happy new year

 

Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Wolfgang
Schuster
Gesendet: Mittwoch, 23. Dezember 2015 14:52
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Maybe simply, i don't know

 





 <mailto:ursula.hermann@univie.ac.at> Ursula Hermann

17. Dezember 2015 um 16:34

Hello Hans, and so on!

 

When there are different headers and footers in a chapter: 

 

1.       header: this is me. I write this  in left and right pages. 

 

Then comes a subsection in this chapter

 

1.1   header: left side: this is my first chapter, right side : this is the
second chapter. 

 

What have I to do then

 

Can you send a minimal example for your problem.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 6420 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: Maybe simply, i don't know
  2016-01-07 14:23   ` Ursula Hermann
@ 2016-01-07 14:29     ` Wolfgang Schuster
  2016-01-07 14:55       ` Ursula Hermann
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2016-01-07 14:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Ursula Hermann <mailto:ursula.hermann@univie.ac.at>
> 7. Januar 2016 um 15:23
>
> Hello Wolfgang!
>
> Here is my example. I found the right command: it was \setupheadertexts
>
> \setuppapersize[A4]
>
> \setuppagenumbering[location={footer, right},style=bold]
>
> \setuphead[chapter][header=empty]
>
> \setupheadertexts[1.1 second]
>
> \starttext
>
> \chapter{first}  \dorecurse{10}{\input knuth  }
>
> I have one question: why are the pagenumbers in the footer, iwanted 
> them in the head.
>
With this line

     \setuppagenumbering[location={footer,right},...]

you told ConTeXt to put the pagenumber in the footer.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 4283 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: Maybe simply, i don't know
  2016-01-07 14:29     ` Wolfgang Schuster
@ 2016-01-07 14:55       ` Ursula Hermann
  0 siblings, 0 replies; 5+ messages in thread
From: Ursula Hermann @ 2016-01-07 14:55 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'


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

Hello Wolfgang!

 

Thanks.

 

Uschi

 

Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Wolfgang
Schuster
Gesendet: Donnerstag, 7. Januar 2016 15:30
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Maybe simply, i don't know

 

 <mailto:ursula.hermann@univie.ac.at> Ursula Hermann

7. Januar 2016 um 15:23

Hello Wolfgang!

 

Here is my example. I found the right command: it was \setupheadertexts

\setuppapersize[A4]

\setuppagenumbering[location={footer, right},style=bold]

\setuphead[chapter][header=empty]

\setupheadertexts[1.1 second]

\starttext

 

\chapter{first}  \dorecurse{10}{\input knuth  }

 

I have one question: why are the pagenumbers in the footer, iwanted them in
the head. 

With this line

    \setuppagenumbering[location={footer,right},...]

you told ConTeXt to put the pagenumber in the footer.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 5430 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:[~2016-01-07 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17 15:34 Maybe simply, i don't know Ursula Hermann
2015-12-23 13:52 ` Wolfgang Schuster
2016-01-07 14:23   ` Ursula Hermann
2016-01-07 14:29     ` Wolfgang Schuster
2016-01-07 14:55       ` Ursula Hermann

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