Dear list, I’m facing some strange spacing with inline maths. Sometimes the space is ok (like around the first two fractions), but sometimes it is way too little. Do I miss to configure something? Thanks in advance, A. Christe
On 12/3/2023 10:31 PM, Alexandre Christe wrote:
Dear list,
I’m facing some strange spacing with inline maths. Sometimes the space is ok (like around the first two fractions), but sometimes it is way too little. Do I miss to configure something? your spacing is little between words too .. hard to tell without MWE
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hi,
Here’s a MWE:
\setupinterlinespace[line=3ex]
\definefontfeature[default][default][lnum=yes,tnum=yes]
\usetypescriptfile[alegreya_libertinus]
\setupbodyfont[alegreya-light,ss,10pt]
\setupmathematics[autopunctuation={all}]
% math definitions
\enablemathautospacing % more global
% \enablemathautofencing % more global
\enablemathautonumbers % more global
% \autofences % more local
\usemodule[ipsum]
\starttext
\ipsum
\stoptext
And I attach the two files to setup the font.
A. Christe
Le 3 déc. 2023 à 22:44 +0100, Hans Hagen
On 12/3/2023 10:31 PM, Alexandre Christe wrote:
Dear list,
I’m facing some strange spacing with inline maths. Sometimes the space is ok (like around the first two fractions), but sometimes it is way too little. Do I miss to configure something? your spacing is little between words too .. hard to tell without MWE
Hans
----------------------------------------------------------------- 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://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
On 12/4/2023 6:43 AM, Alexandre Christe wrote:
Hi,
Here’s a MWE:
\setupinterlinespace[line=3ex]
\definefontfeature[default][default][lnum=yes,tnum=yes] \usetypescriptfile[alegreya_libertinus] \setupbodyfont[alegreya-light,ss,10pt] \setupmathematics[autopunctuation={all}]
% math definitions \enablemathautospacing % more global % \enablemathautofencing % more global \enablemathautonumbers % more global % \autofences % more local
\usemodule[ipsum]
\starttext
\ipsum
\stoptext
And I attach the two files to setup the font. no math ... anyway
\showglyphs \dorecurse{100}{test \im{\frac{#1}{3}} test } \setupmathematics[textdistance=.25em plus .1em minus .1em] \dorecurse{100}{test \im{\frac{#1}{3}} test } will give more space but it's mostly optical that the math related spacing looks doferent from regular spaces. ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hi Hans,
Thanks for your answer. It helps a lot. Would there be a way to only add space when inline math is not followed by punctuation, i.e., when inline math is followed by a space?
A. Christe
Le 4 déc. 2023 à 14:08 +0100, Hans Hagen
\setupmathematics[textdistance=.25em plus .1em minus .1em]
On 12/4/2023 2:42 PM, Alexandre Christe wrote:
Hi Hans,
Thanks for your answer. It helps a lot. Would there be a way to only add space when inline math is not followed by punctuation, i.e., when inline math is followed by a space?
A. Christe Le 4 déc. 2023 à 14:08 +0100, Hans Hagen
, a écrit : \setupmathematics[textdistance=.25em plus .1em minus .1em]
Hm, I can make it optional (engine feature then) but will discuss it with Mikael first. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Alexandre Christe
-
Hans Hagen
-
Hans Hagen