[NTG-context] Problem with setupcharacterspacing and comma

2020-11-20 Thread Rik Kabel
Hello all, Playing with define/setup/set characterspacing, I have come across some odd, perhaps buggy, behavior. This applies to both MkIV 2020.11.19 11:23 and LMTX 2020.11.19 11:28. The problem is that character spacing is not effected for the left side of the comma character. It is

Re: [NTG-context] Piecewise margin line

2020-11-20 Thread Johann Birnick
On Fri, 2020-11-20 at 08:17 +0100, mf wrote: > Il 20/11/20 02:06, Johann Birnick ha scritto: > > On Thu, 2020-11-19 at 11:25 +0100, mf wrote: > > > Il 19/11/20 10:39, Johann Birnick ha scritto: > > > > Hello, > > > > > > > > I want to setup some fancy theorem style for my math notes. For this I >

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Otared Kavian
Hi Pablo, I can confirm that with LMTX version 2020.11.19 11:28, the behaviour is as the one you report (the behaviour is correct with mkiv version 2020.06.25 10:55). Best regards: Otared > On 20 Nov 2020, at 17:41, Pablo Rodriguez wrote: > > Dear list, > > I have the following MWE: > >

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 20.11.2020 um 17:41: Dear list, I have the following MWE: \showframe\showgrid \setupindenting[yes, always, big] \starttext \noindentation a a \stoptext Using LMTX (2020.11.19 11:28), I get indentation with \noindentation. Could anyone confirm

[NTG-context] \noindentation not working

2020-11-20 Thread Pablo Rodriguez
Dear list, I have the following MWE: \showframe\showgrid \setupindenting[yes, always, big] \starttext \noindentation a a \stoptext Using LMTX (2020.11.19 11:28), I get indentation with \noindentation. Could anyone confirm this? Many thanks for your help, Pablo --

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Pablo Rodriguez
On 11/20/20 8:07 PM, Hans Hagen wrote: > [...] > Here's a fix: > [...] > (we might need adapt some more code); actually more correct would be: > > \def\spac_indentation_remove >{\ifzeropt\parindent \else > \begingroup > \ifnum\lastnodetype=\gluenodecode > \unskip % we also

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Hans Hagen
On 11/20/2020 6:27 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 20.11.2020 um 17:41: Dear list, I have the following MWE:    \showframe\showgrid    \setupindenting[yes, always, big]    \starttext    \noindentation    a    a    \stoptext Using LMTX (2020.11.19 11:28), I get

Re: [NTG-context] bizarre bug in xml

2020-11-20 Thread Wolfgang Schuster
Thomas A. Schmitz schrieb am 20.11.2020 um 22:44: Hi all, this is the most bizarre bug I've ever seen in context. I would be grateful if others could try to replicate it. Test file: \startbuffer[test]     Materiam vati da Venus alma tuo. \stopbuffer \startxmlsetups xml:testsetups   

[NTG-context] bizarre bug in xml

2020-11-20 Thread Thomas A. Schmitz
Hi all, this is the most bizarre bug I've ever seen in context. I would be grateful if others could try to replicate it. Test file: \startbuffer[test] Materiam vati da Venus alma tuo. \stopbuffer \startxmlsetups xml:testsetups \xmlsetsetup{#1}{*}{-}

[NTG-context] RE : \noindentation not working

2020-11-20 Thread Joseph
Thanks. Does the fix apply for similar issue I raised with below where all paragraphs are indented (expected is that first par is not indented) ?  \setupindenting[yes, next, 1em] \starttext\input knuth\stoptext De : Hans HagenEnvoyé le :vendredi 20 novembre 2020 20:07À : mailing list for ConTeXt

Re: [NTG-context] RE : \noindentation not working

2020-11-20 Thread Pablo Rodriguez
On 11/20/20 9:07 PM, Joseph wrote: > Thanks. Does the fix apply for similar issue I raised with below where > all paragraphs are indented (expected is that first par is not indented) ? > > \setupindenting[yes, next, 1em] > \starttext > \input knuth > \stoptext Yes, the fix solves your issue.

Re: [NTG-context] bizarre bug in xml

2020-11-20 Thread Pablo Rodriguez
On 11/20/20 10:52 PM, Wolfgang Schuster wrote: > [...] > Optional arguments (e.g. plus/minus values for \hskip) for commands are > handled different in LMTX but it was always recommended to add \relax > after the last value. Hi Wolfgang, the same would apply to \vskip, wouldn’t it? Many thanks