ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A rather special case of a chapter-start
@ 2016-06-05 12:10 Willi Egger
  2016-06-05 17:35 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Willi Egger @ 2016-06-05 12:10 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Dear list!

I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter].

MWE:
\setuppagenumbering[location=]
\setuplayout
	[header=40pt,
	headerdistance=10pt]
\setupheader
	[state=normal]
\setupheadertexts
		[Why not visible?][][][]
\setuphead
	[chapter]
	[header=empty]
\setupbackgrounds
	[header]
	[frame=on]

\starttext
	\input ward

	\page
	
	\startchapter[title=test]
		\input knuth
		\page
		\input ward
	\stopchapter
\stoptext 

Hints would be welcome!

Kind regards

Willi
___________________________________________________________________________________
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: A rather special case of a chapter-start
  2016-06-05 12:10 A rather special case of a chapter-start Willi Egger
@ 2016-06-05 17:35 ` Hans Hagen
  2016-06-05 18:30   ` Willi Egger
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2016-06-05 17:35 UTC (permalink / raw)
  To: ntg-context

On 6/5/2016 2:10 PM, Willi Egger wrote:
> Dear list!
>
> I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter].
>
> MWE:
> \setuppagenumbering[location=]
> \setuplayout
> 	[header=40pt,
> 	headerdistance=10pt]
> \setupheader
> 	[state=normal]
> \setupheadertexts
> 		[Why not visible?][][][]
> \setuphead
> 	[chapter]
> 	[header=empty]
> \setupbackgrounds
> 	[header]
> 	[frame=on]
>
> \starttext
> 	\input ward
>
> 	\page
> 	
> 	\startchapter[title=test]
> 		\input knuth
> 		\page
> 		\input ward
> 	\stopchapter
> \stoptext
>
> Hints would be welcome!

because you say

header=empty


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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: A rather special case of a chapter-start
  2016-06-05 17:35 ` Hans Hagen
@ 2016-06-05 18:30   ` Willi Egger
  2016-06-05 18:44     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Willi Egger @ 2016-06-05 18:30 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Indeed in the example it is stated header=empty, however in no case I get the header with text.

In the meantime I chose another approach:

\setuppagenumbering[location=]
\setuplayout
	[header=0pt]

\starttext

	\start
		\setuphead[chapter][page=no]
		\midaligned{\bf TEXT before chapter title}
		\startchapter[title=test]
			\input knuth
		\stopchapter
	\stop
	\startchapter[title=Normal chapter start]
		\input knuth
	\stopchapter
\stoptext

Thanks for looking at this!

Kind regards

Willi
> On 5 jun. 2016, at 19:35, Hans Hagen <pragma@wxs.nl> wrote:
> 
> On 6/5/2016 2:10 PM, Willi Egger wrote:
>> Dear list!
>> 
>> I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter].
>> 
>> MWE:
>> \setuppagenumbering[location=]
>> \setuplayout
>> 	[header=40pt,
>> 	headerdistance=10pt]
>> \setupheader
>> 	[state=normal]
>> \setupheadertexts
>> 		[Why not visible?][][][]
>> \setuphead
>> 	[chapter]
>> 	[header=empty]
>> \setupbackgrounds
>> 	[header]
>> 	[frame=on]
>> 
>> \starttext
>> 	\input ward
>> 
>> 	\page
>> 	
>> 	\startchapter[title=test]
>> 		\input knuth
>> 		\page
>> 		\input ward
>> 	\stopchapter
>> \stoptext
>> 
>> Hints would be welcome!
> 
> because you say
> 
> header=empty
> 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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: A rather special case of a chapter-start
  2016-06-05 18:30   ` Willi Egger
@ 2016-06-05 18:44     ` Wolfgang Schuster
  2016-06-05 19:41       ` Willi Egger
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2016-06-05 18:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Willi Egger <mailto:context@boede.nl>
> 5. Juni 2016 um 20:30
> Indeed in the example it is stated header=empty, however in no case I 
> get the header with text.
You set different texts for left/right pages with no text for even 
numbered pages which you now get in your example.

     \setupheadertexts[Why not visible?][][][]

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1352 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: A rather special case of a chapter-start
  2016-06-05 18:44     ` Wolfgang Schuster
@ 2016-06-05 19:41       ` Willi Egger
  0 siblings, 0 replies; 5+ messages in thread
From: Willi Egger @ 2016-06-05 19:41 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Thank you Wolfgang,

indeed, that was the problem!

Kind regrards 

Willi
> On 5 jun. 2016, at 20:44, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Willi Egger 5. Juni 2016 um 20:30
>> Indeed in the example it is stated header=empty, however in no case I get the header with text.
> You set different texts for left/right pages with no text for even numbered pages which you now get in your example.
> 
>     \setupheadertexts[Why not visible?][][][]
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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-06-05 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-05 12:10 A rather special case of a chapter-start Willi Egger
2016-06-05 17:35 ` Hans Hagen
2016-06-05 18:30   ` Willi Egger
2016-06-05 18:44     ` Wolfgang Schuster
2016-06-05 19:41       ` Willi Egger

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