On 7/27/2022 7:03 AM, Aditya Mahajan via ntg-context wrote:

Very nice presentation! Lots of new features to play with.
latest upload has eperimental x scaling (as we have with text \tx \txx whuch can come in handy when one needs to squeeze some math into some place

\usemodule[article-basic]
\setupbodyfont[11pt]
\setuplayout[tight]

\starttext

\startbuffer

\protected\def\TinyMath    {\setmscale {800}}  % {\setmscale{0.8}}
\protected\def\PettyMath   {\setmscale {700}}  % {\setmscale{0,7}}
\protected\def\PatheticMath{\setmscale {400}}  % {\setmscale{0,4}}
\protected\def\ExtremeMath {\setmscale{1500}}  % {\setmscale{1.5}}

\startformula               a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \mx           a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \mxx          a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \TinyMath     a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \PettyMath    a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \PatheticMath a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula \ExtremeMath  a=b^2 + \sqrt[3]{\frac{1}{x}} \stopformula
\startformula
    {\TinyMath     a=b^2 + \sqrt[3]{\frac{1}{x}}} \quad + \quad
    {\PettyMath    a=b^2 + \sqrt[3]{\frac{1}{x}}} \quad + \quad
    {\PatheticMath a=b^2 + \sqrt[3]{\frac{1}{x}}}
\stopformula
\stopbuffer

\input tufte

\getbuffer

\input tufte

\typebuffer

\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

Reply via email to