ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Chapter title in headertexts only
@ 2013-05-02 10:49 Piotr Kopszak
  2013-05-02 11:02 ` Piotr Kopszak
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2013-05-02 10:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello list,

I am trying to suppress chapter heading and at the same time use
chapter title in the headertext. Is it possible with mkIV?

Best

Piotr
-- 
http://okle.pl
___________________________________________________________________________________
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: Chapter title in headertexts only
  2013-05-02 10:49 Chapter title in headertexts only Piotr Kopszak
@ 2013-05-02 11:02 ` Piotr Kopszak
  2013-05-02 15:20   ` Piotr Kopszak
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2013-05-02 11:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Sorry, forgot about a minimal example. Here it is.


\setuphead[chapter][placehead=no]
\setupheadertexts[][chapter][][]
\starttext
\chapter{my chapter}
\input knuth
\stoptext

2013/5/2 Piotr Kopszak <kopszak@gmail.com>:
> Hello list,
>
> I am trying to suppress chapter heading and at the same time use
> chapter title in the headertext. Is it possible with mkIV?
>
> Best
>
> Piotr
> --
> http://okle.pl



-- 
http://okle.pl
___________________________________________________________________________________
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: Chapter title in headertexts only
  2013-05-02 11:02 ` Piotr Kopszak
@ 2013-05-02 15:20   ` Piotr Kopszak
  2013-05-02 21:03     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2013-05-02 15:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

OK, found a sufficiant solution

 \setuphead[chapter][placehead=no]
 \setupheadertexts[][\setups{a}][][]\
\startsetups[a]
\expanded{\fetchmark[a][first]}
\stopsetups
\definemarking[a]
\starttext
 \chapter{my chapter}
\marking[a]{my chapter}
 \input knuth
 \stoptext

Any other ideas?

Piotr
2013/5/2 Piotr Kopszak <kopszak@gmail.com>:
> Sorry, forgot about a minimal example. Here it is.
>
>
> \setuphead[chapter][placehead=no]
> \setupheadertexts[][chapter][][]
> \starttext
> \chapter{my chapter}
> \input knuth
> \stoptext
>
> 2013/5/2 Piotr Kopszak <kopszak@gmail.com>:
>> Hello list,
>>
>> I am trying to suppress chapter heading and at the same time use
>> chapter title in the headertext. Is it possible with mkIV?
>>
>> Best
>>
>> Piotr
>> --
>> http://okle.pl
>
>
>
> --
> http://okle.pl



-- 
http://okle.pl
___________________________________________________________________________________
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: Chapter title in headertexts only
  2013-05-02 15:20   ` Piotr Kopszak
@ 2013-05-02 21:03     ` Wolfgang Schuster
  2013-05-05 14:47       ` Piotr Kopszak
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2013-05-02 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.05.2013 um 17:20 schrieb Piotr Kopszak <kopszak@gmail.com>:

> OK, found a sufficiant solution
> 
> \setuphead[chapter][placehead=no]
> \setupheadertexts[][\setups{a}][][]\
> \startsetups[a]
> \expanded{\fetchmark[a][first]}
> \stopsetups
> \definemarking[a]
> \starttext
> \chapter{my chapter}
> \marking[a]{my chapter}
> \input knuth
> \stoptext
> 
> Any other ideas?


\setuphead[chapter][placehead=empty]

\setupheadertexts[][chapter][][]

\starttext
\chapter{my chapter}
\input knuth
\stoptext

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

* Re: Chapter title in headertexts only
  2013-05-02 21:03     ` Wolfgang Schuster
@ 2013-05-05 14:47       ` Piotr Kopszak
  0 siblings, 0 replies; 5+ messages in thread
From: Piotr Kopszak @ 2013-05-05 14:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

OK, now I see the difference between "no" and "empty"! Great.

Many thanks

Piotr

2013/5/2 Wolfgang Schuster <schuster.wolfgang@gmail.com>:
>
> Am 02.05.2013 um 17:20 schrieb Piotr Kopszak <kopszak@gmail.com>:
>
>> OK, found a sufficiant solution
>>
>> \setuphead[chapter][placehead=no]
>> \setupheadertexts[][\setups{a}][][]\
>> \startsetups[a]
>> \expanded{\fetchmark[a][first]}
>> \stopsetups
>> \definemarking[a]
>> \starttext
>> \chapter{my chapter}
>> \marking[a]{my chapter}
>> \input knuth
>> \stoptext
>>
>> Any other ideas?
>
>
> \setuphead[chapter][placehead=empty]
>
> \setupheadertexts[][chapter][][]
>
> \starttext
> \chapter{my chapter}
> \input knuth
> \stoptext
>
> 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
> ___________________________________________________________________________________



-- 
http://okle.pl
___________________________________________________________________________________
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:[~2013-05-05 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-02 10:49 Chapter title in headertexts only Piotr Kopszak
2013-05-02 11:02 ` Piotr Kopszak
2013-05-02 15:20   ` Piotr Kopszak
2013-05-02 21:03     ` Wolfgang Schuster
2013-05-05 14:47       ` Piotr Kopszak

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