ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footer text style
@ 2012-08-16  7:53 Procházka Lukáš Ing. - Pontex s. r. o.
  2012-08-16  8:07 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-08-16  7:53 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

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.

Lukas


(ConTeXt  ver: 2012.08.02 10:55 MKIV  fmt: 2012.8.3  int: english/english)


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

[-- Attachment #2: t-Foot.mkiv --]
[-- Type: application/octet-stream, Size: 149 bytes --]

\setuppagenumbering
  [location={footer,middle},
  ]
\setupfooter[text][style=\bfc]

\starttext
  \dorecurse{3}{\input knuth\page}
\stoptext

[-- Attachment #3: t-Foot.pdf --]
[-- Type: application/pdf, Size: 12159 bytes --]

[-- Attachment #4: 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] 4+ messages in thread

* Re: Footer text style
  2012-08-16  7:53 Footer text style Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-08-16  8:07 ` Hans Hagen
  2012-08-16  9:41   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-08-16  8:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 the footer is not bold and big ('\bfc')? - How to make it '\bfc'?

because that only applies to \setupfootertexts

in your case you can use

\setuppagenumbering
   [location={footer,middle},style=\bfc]

> TIA.
>
> Lukas
>
>
> (ConTeXt  ver: 2012.08.02 10:55 MKIV  fmt: 2012.8.3  int: english/english)
>
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | 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] 4+ messages in thread

* Re: Footer text style
  2012-08-16  8:07 ` Hans Hagen
@ 2012-08-16  9:41   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-08-19 14:01     ` Sietse Brouwer
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-08-16  9:41 UTC (permalink / raw)
  To: ConTeXt

On Thu, 16 Aug 2012 10:07:27 +0200, Hans Hagen <pragma@wxs.nl> 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
>>    \dorecurse{3}{\input knuth\page}
>> \stoptext
>> ----
>>
>> Why the footer is not bold and big ('\bfc')? - How to make it '\bfc'?
>
> because that only applies to \setupfootertexts
>
> in your case you can use
>
> \setuppagenumbering
>    [location={footer,middle},style=\bfc]

Thanks, Hans.

Added to http://wiki.contextgarden.net/Command/setuppagenumbering as an example.

(BTW: Any idea how to make wiki-contex-source-compiler show the page number, if *really* wanted - i.e. in this case?)

Lukas


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

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

* Re: Footer text style
  2012-08-16  9:41   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-08-19 14:01     ` Sietse Brouwer
  0 siblings, 0 replies; 4+ messages in thread
From: Sietse Brouwer @ 2012-08-19 14:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 empty options argument [] is
given, \showframe only draws a green edge around the page boundary.
(When no arguments are given, OTOH, a frame is drawn around all areas.
See http://wiki.contextgarden.net/Command/showframe .)

NB: \showframe seems to be broken in the wiki's mkiv installation,
which is old. The next example draws no frame, but if you remove the
mode=mkii then all is well. It works with both mkii and the latest
beta on my local machine.
<context mode=mkiv>
\showframe
asdf
</context>

Cheers,
Sietse
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2012-08-19 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16  7:53 Footer text style Procházka Lukáš Ing. - Pontex s. r. o.
2012-08-16  8:07 ` Hans Hagen
2012-08-16  9:41   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-08-19 14:01     ` Sietse Brouwer

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