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.

[NTG-context] RE : \noindentation not working

2020-11-20 Thread Joseph
users; Wolfgang SchusterObjet :Re: [NTG-context] \noindentation not working 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>>    \setupinde

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] \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

Re: [NTG-context] \noindentation not working

2020-11-20 Thread Otared Kavian
e 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

[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 -- http

[NTG-context] noindent vs noindentation in strc-con

2019-07-12 Thread Aditya Mahajan
Hi, Why do all the rendering setups in strc-con.mkvi use \noindent? Can the \noindet be replaced by \noindentation? \noindent has some side effects. For example, consider this recent question on TeX.SE: https://tex.stackexchange.com/questions/499464/context-empty-line-in-enumeration which