Re: [NTG-context] Font too small with a macro

2022-04-23 Thread Günter Kolousek via ntg-context
Hi, I see... Thanx, also for the reference to \definemathcommand! Best, Günter Mikael Sundqvist via ntg-context @ 2022-04-23 17:12 +02: Hi, be careful with spacing. Try \protected\def\Exp{\normal exp} \startformula \exp x = \Exp x. \stopformula If you need more math functions, you can

Re: [NTG-context] Font too small with a macro

2022-04-23 Thread Mikael Sundqvist via ntg-context
Hi, be careful with spacing. Try \protected\def\Exp{\normal exp} \startformula \exp x = \Exp x. \stopformula If you need more math functions, you can try (here for arsinh): \definemathcommand[arsinh][nolop]{\mfunction{arsinh}} Best, Mikael On Sat, Apr 23, 2022 at 5:03 PM Günter Kolousek via

Re: [NTG-context] Font too small with a macro

2022-04-23 Thread Günter Kolousek via ntg-context
Hi, if I replace your definition of exp by \protected\def\exp{\normal exp} it works well (at least on my installation of lmtx), but I'm just a beginner in using context... Best, Günter Mikael Sundqvist via ntg-context @ 2022-04-23 15:27 +02: On Sat, Apr 23, 2022 at 12:11 PM Fabrice

Re: [NTG-context] Font too small with a macro

2022-04-23 Thread Fabrice Couvreur via ntg-context
Hi, I didn't know that \exp was already defined. Thanks Fabrice Le sam. 23 avr. 2022 à 15:28, Mikael Sundqvist via ntg-context < ntg-context@ntg.nl> a écrit : > On Sat, Apr 23, 2022 at 12:11 PM Fabrice Couvreur via ntg-context > wrote: > > > > Hello, > > If I compile with context the expected

Re: [NTG-context] Font too small with a macro

2022-04-23 Thread Mikael Sundqvist via ntg-context
On Sat, Apr 23, 2022 at 12:11 PM Fabrice Couvreur via ntg-context wrote: > > Hello, > If I compile with context the expected result is correct but with lmtx the > font under the square root is smaller. > Thank you > Fabrice > > \protected\def\exp{\text{\normal exp}} > > \starttext >

[NTG-context] Font too small with a macro

2022-04-23 Thread Fabrice Couvreur via ntg-context
Hello, If I compile with context the expected result is correct but with lmtx the font under the square root is smaller. Thank you Fabrice \protected\def\exp{\text{\normal exp}} \starttext \startformula \sqrt{\exp(x)}=\exp\left(\frac{x}{2}\right). \stopformula \stoptext