Re: [NTG-context] Footer text style

2012-08-19 Thread Sietse Brouwer
Lukáš wrote: > Added to http://wiki.contextgarden.net/Command/setuppagenumbering as an > example. Thanks! That is greatly appreciated. > (BTW: Any idea how to make wiki-contex-source-compiler show the page number, > if *really* wanted - i.e. in this case?) \showframe[] does the trick: when an em

Re: [NTG-context] Footer text style

2012-08-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 16 Aug 2012 10:07:27 +0200, Hans Hagen wrote: On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext

Re: [NTG-context] Footer text style

2012-08-16 Thread Hans Hagen
On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext \dorecurse{3}{\input knuth\page} \stoptext Why t

[NTG-context] Footer text style

2012-08-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'm struggling a bit with setting font style for page footer: \setuppagenumbering [location={footer,middle}, ] \setupfooter[text][style=\bfc] \starttext \dorecurse{3}{\input knuth\page} \stoptext Why the footer is not bold and big ('\bfc')? - How to make it '\bfc'? TIA.