> Am 11.03.2015 um 00:07 schrieb Jaroslav Hajtmar <hajt...@gyza.cz>:
> 
> Thanks Hans for the reply.
> I take to type some formulas larger font, so that's why I opted to frame 
> their own definition of a formula environment with small print. Switch entire 
> mathematical text on small I don't want.
> Therefore, I would like to have both:
> 
> \startformula
> ....
> \stopformula
> 
> and
> 
> \startsmallformula
> ....
> \stopsmallformula


\startformula has a optional argument which let you change the font, e.g. 
\startformula[9pt].

\definestartstop[smallformula]
  [before={\startformula[small]},
   after=\stopformula]

\starttext

\startformula
        c^2 = a^2 + b^2
\stopformula

\startformula[small]
        c^2 = a^2 + b^2
\stopformula

\startsmallformula
        c^2 = a^2 + b^2
\stopsmallformula

\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
___________________________________________________________________________________

Reply via email to