7 Mar
2007
7 Mar
'07
4:44 p.m.
On Wed, 7 Mar 2007, Sanjoy Mahajan wrote:
And another question: how to make very big fonts (for example: 60pt) in text and mathematical mode? I just want to change the font temporally (and don't touch \setupbodyfont)
I've been wrapping the text in \begingroup..\endgroup and changing the bodyfont inside it. For example, to make slightly bigger titles (by 12%) than is possible with just \bfd:
\setuphead[title][style={\ss\bfd}, before={\begingroup\setupbodyfont[14.4pt]}, after={\bigskip\bigskip\endgroup}]
For titles, I use the following. \definefont[titlefont][SansBold at 14.4pt] %Or 14.4*d \setuphead[title][style=\titlefont] Aditya