help! formulas set smaller?
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)
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
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
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
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
participants (3)
-
Aditya Mahajan
-
Steffen Wolfrum
-
Wolfgang Schuster