2007/3/7, Sanjoy Mahajan <[EMAIL PROTECTED]>:

> 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}]


why not

\setuphead
 [title]
 [style=\ss\bfd,
  before={\switchtobodyfont[14.4pt]},
  after={\switchtobodyfont[global]}]

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to