29 Dec
2023
29 Dec
'23
2:43 p.m.
Hi,
On Fri, Dec 29, 2023 at 3:17 PM Fabrice Couvreur
Hi, To type my lessons or other, I use the Modern font in 12 pt or 11 pt. I find that the subscript notations are a little too big : how can I improve this ? Thanks Fabrice
\m{ \forall n \in N, z_{n+1}=\frac{i}{3}z_n}
you could try something like (here with too small numbers only to show...) \mapfontsize[modern][script] [.4] \mapfontsize[modern][scriptscript][.2] \setupbodyfont[modern,10pt] \startTEXpage[offset=1DK] \m{3^{2^3}} \stopTEXpage I hope it helps. /Mikael