On Thu, 27 May 2021, Nicola wrote:
On 2021-05-27, Aditya Mahajan
wrote: On Thu, 27 May 2021, Nicola wrote:
On 2021-05-24, Aditya Mahajan
wrote: On Fri, 21 May 2021, 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?
Fixed in the new release.
Thanks. I have updated to version 2021.05.23 and run `mtxrun --generate`. Syntax highlighting is fine, but with LMTX I'm still getting an en-dash. Below, a MWE.
Can you test if the file tests/vim/21-en-dash.tex works fine at your end:
https://github.com/adityam/filter/blob/dev/tests/vim/21-en-dash.tex
No, I get an en-dash with that, too. Log included below.
For now, please use align=flushleft, either globally: \setupsyntaxhighlighting[align=flushleft] or as part of defining the typing environment: \definevimtyping[...][...., align=flushleft, ...] I'll test a bit more carefully and then upload a new version. Aditya