Re: [NTG-context] Chapter title in headertexts only

2013-05-05 Thread Piotr Kopszak
OK, now I see the difference between no and empty! Great. Many thanks Piotr 2013/5/2 Wolfgang Schuster schuster.wolfg...@gmail.com: Am 02.05.2013 um 17:20 schrieb Piotr Kopszak kops...@gmail.com: OK, found a sufficiant solution \setuphead[chapter][placehead=no]

[NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
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

Re: [NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
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 kops...@gmail.com: Hello list, I am trying to suppress chapter heading and at the same time use

Re: [NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
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

Re: [NTG-context] Chapter title in headertexts only

2013-05-02 Thread Wolfgang Schuster
Am 02.05.2013 um 17:20 schrieb Piotr Kopszak kops...@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}