ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* is it possible to define \tfxxx and \tfxxxx?
@ 2012-07-22 11:58 Pablo Rodríguez
  2012-07-23  7:01 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodríguez @ 2012-07-22 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi there,

after reading the reference manual on font switches, I still have a
question.

For my presentation I need to use a default higher font size:

	\usemodule[simplefonts][size=30pt]

But given that \tfx and \tfxx scale the font to 0.8 and 0.6, I would
need to scale the font also to 0.4 and 0.2 (at least to 0.4).

Is there any way to define the \tfxxx?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk

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

* Re: is it possible to define \tfxxx and \tfxxxx?
  2012-07-22 11:58 is it possible to define \tfxxx and \tfxxxx? Pablo Rodríguez
@ 2012-07-23  7:01 ` Wolfgang Schuster
  2012-07-23 16:18   ` Pablo Rodríguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2012-07-23  7:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.07.2012 um 13:58 schrieb Pablo Rodríguez:

> Hi there,
> 
> after reading the reference manual on font switches, I still have a
> question.
> 
> For my presentation I need to use a default higher font size:
> 
> 	\usemodule[simplefonts][size=30pt]
> 
> But given that \tfx and \tfxx scale the font to 0.8 and 0.6, I would
> need to scale the font also to 0.4 and 0.2 (at least to 0.4).
> 
> Is there any way to define the \tfxxx?
> 
> Many thanks for your help,

\definefontsize[xxx]
\definefontsize[xxxx]

\setupbodyfontenvironment
  [default]
  [xxx=0.4,xxxx=0.2]

\definebodyfontenvironment[40pt]

\setupbodyfont[40pt]

\starttext

Normal {\tfx X} {\tfxx XX} {\tfxxx XXX} {\tfxxxx XXXX}

{\definedfont[Regular sa 1]1} {\definedfont[Regular sa 0.5]1/2} {\definedfont[Regular sa 0.33]1/3}

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

* Re: is it possible to define \tfxxx and \tfxxxx?
  2012-07-23  7:01 ` Wolfgang Schuster
@ 2012-07-23 16:18   ` Pablo Rodríguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodríguez @ 2012-07-23 16:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 23/07/12 09:01, Wolfgang Schuster wrote:
> Am 22.07.2012 um 13:58 schrieb Pablo Rodríguez:
>> [...]
>> But given that \tfx and \tfxx scale the font to 0.8 and 0.6, I would
>> need to scale the font also to 0.4 and 0.2 (at least to 0.4).
>>
>> Is there any way to define the \tfxxx?
>>
>> Many thanks for your help,
> 
> \definefontsize[xxx]
> \definefontsize[xxxx]
> 
> \setupbodyfontenvironment
>   [default]
>   [xxx=0.4,xxxx=0.2]
> [...]

Many thanks for your help, Wolfgang.


Pablo
-- 
http://www.ousia.tk


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

end of thread, other threads:[~2012-07-23 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-22 11:58 is it possible to define \tfxxx and \tfxxxx? Pablo Rodríguez
2012-07-23  7:01 ` Wolfgang Schuster
2012-07-23 16:18   ` Pablo Rodríguez

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