ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* help! formulas set smaller?
@ 2010-02-04 19:34 Steffen Wolfrum
  2010-02-04 21:29 ` Wolfgang Schuster
  2010-02-04 23:34 ` Aditya Mahajan
  0 siblings, 2 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2010-02-04 19:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,


while I want to have my bodyfont in Times 10pt, my specs force me to set my formulas 1pt smaller: 9pt!

As far as I have seen setupformulas doesn't provide setting a smaller font ... What can I do??


Help please!!

Steffen
(with MkII)


___________________________________________________________________________________
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: help! formulas set smaller?
  2010-02-04 19:34 help! formulas set smaller? Steffen Wolfrum
@ 2010-02-04 21:29 ` Wolfgang Schuster
  2010-02-04 23:34 ` Aditya Mahajan
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2010-02-04 21:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 04.02.10 20:34, schrieb Steffen Wolfrum:
> Hi,
>
> while I want to have my bodyfont in Times 10pt, my specs force me to set my formulas 1pt smaller: 9pt!
>
> As far as I have seen setupformulas doesn't provide setting a smaller font ... What can I do??
>    
\definetypeface[mainface][rm][serif][termes][default]
...
\definetypeface[mainface][mm][math] [times] [default][rscale=0.9]

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: help! formulas set smaller?
  2010-02-04 19:34 help! formulas set smaller? Steffen Wolfrum
  2010-02-04 21:29 ` Wolfgang Schuster
@ 2010-02-04 23:34 ` Aditya Mahajan
  2010-02-05  7:32   ` Steffen Wolfrum
  1 sibling, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2010-02-04 23:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 4 Feb 2010, Steffen Wolfrum wrote:

> Hi,
>
>
> while I want to have my bodyfont in Times 10pt, my specs force me to set my formulas 1pt smaller: 9pt!
>
> As far as I have seen setupformulas doesn't provide setting a smaller font ... What can I do??

\definetypescript[...][mm][...][...][...][..., rscale=...,]

Try for a rscale of 0.9 and measure the actual height and tweak 
accordingly.

Aditya
___________________________________________________________________________________
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: help! formulas set smaller?
  2010-02-04 23:34 ` Aditya Mahajan
@ 2010-02-05  7:32   ` Steffen Wolfrum
  2010-02-05  8:23     ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Steffen Wolfrum @ 2010-02-05  7:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.02.2010 um 00:34 schrieb Aditya Mahajan:

> On Thu, 4 Feb 2010, Steffen Wolfrum wrote:
> 
>> Hi,
>> 
>> 
>> while I want to have my bodyfont in Times 10pt, my specs force me to set my formulas 1pt smaller: 9pt!
>> 
>> As far as I have seen setupformulas doesn't provide setting a smaller font ... What can I do??
> 
> \definetypescript[...][mm][...][...][...][..., rscale=...,]
> 
> Try for a rscale of 0.9 and measure the actual height and tweak accordingly.



hm ... meanwhile, in core-mat I found:

%D \startbuffer
%D \startformula[9pt] x = 1 \stopformula
%D \startformula[7pt] x = 1 \stopformula
%D \stopbuffer
%D
%D \typebuffer \getbuffer


So, setting a smaller formula can also be done by \startformula[9pt] ?!

Steffen
___________________________________________________________________________________
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: help! formulas set smaller?
  2010-02-05  7:32   ` Steffen Wolfrum
@ 2010-02-05  8:23     ` Aditya Mahajan
  0 siblings, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2010-02-05  8:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 5 Feb 2010, Steffen Wolfrum wrote:

>
> Am 05.02.2010 um 00:34 schrieb Aditya Mahajan:
>
>> On Thu, 4 Feb 2010, Steffen Wolfrum wrote:
>>
>>> Hi,
>>>
>>>
>>> while I want to have my bodyfont in Times 10pt, my specs force me to set my formulas 1pt smaller: 9pt!
>>>
>>> As far as I have seen setupformulas doesn't provide setting a smaller font ... What can I do??
>>
>> \definetypescript[...][mm][...][...][...][..., rscale=...,]
>>
>> Try for a rscale of 0.9 and measure the actual height and tweak accordingly.
>
>
>
> hm ... meanwhile, in core-mat I found:
>
> %D \startbuffer
> %D \startformula[9pt] x = 1 \stopformula
> %D \startformula[7pt] x = 1 \stopformula
> %D \stopbuffer
> %D
> %D \typebuffer \getbuffer
>
>
> So, setting a smaller formula can also be done by \startformula[9pt] ?!

Yes, but then you will have to do this for every \startformula 
individually.

Aditya
___________________________________________________________________________________
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:[~2010-02-05  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-04 19:34 help! formulas set smaller? Steffen Wolfrum
2010-02-04 21:29 ` Wolfgang Schuster
2010-02-04 23:34 ` Aditya Mahajan
2010-02-05  7:32   ` Steffen Wolfrum
2010-02-05  8:23     ` Aditya Mahajan

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