On Sun, 23 May 2021, Hans Hagen wrote:
On 5/22/2021 6:15 PM, Aditya Mahajan wrote:
On Sat, 22 May 2021, Hans Hagen wrote:
On 5/21/2021 9:37 PM, Nicola wrote:
I have only a minor annoyance: I have just noticed that -- is typeset as an en-dash in LMTX (but not in MKIV, as documented). Could you look into that?
best is that the module uses:
\the\everyinitializeverbatim
because there we disable all kind of non verbatim stuff
Thanks. It took a few trial and error that \the\everyinitializeverbatim must come after \usealignparameter. However, using \nohypencollapsing after \usealignparameter means that I cannot get hypenated lines (something which had been requested in the past for t-vim). See the attached file.
BTW, shouldn't we have `features=none` in the default mono font setup so that this doesn't happen anyways? afaik we already do that
(i'll add some more control, already added \setuphyphenation[hyphen=no] here)
I need to find a reasonable way to provide control over all these things ... real low level btw is \hyphenationmode\zerocount ... look in lang-ini.mkxl for all possible flags)
Thanks. I guess, it is time to freeze the mkiv version of the module and introduce a mkxl version. Aditya