Dear all,
I fear I hit a bug or missed a change.
\starttext \underbar{First line}\ Second line. \stoptext
With lmtx from 2022.07.24 the lines align fine.
With current lmtx the first line has a small indent.
Ciao! juh
Hi all,
can nobody confirm this bug?
juh
Am Thu, Aug 25, 2022 at 09:19:40AM +0200 schrieb juh+ntg-context--- via ntg-context:
Dear all,
I fear I hit a bug or missed a change.
\starttext \underbar{First line}\ Second line. \stoptext
With lmtx from 2022.07.24 the lines align fine.
With current lmtx the first line has a small indent.
Ciao! juh ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________________
On 8/27/2022 8:46 AM, Jan Ulrich Hasecke via ntg-context wrote:
Hi all,
can nobody confirm this bug?
in:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD \node_rules_set{#1}%
add a % after that line and remake the format
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 -----------------------------------------------------------------
Dear Hans,
thanks a lot, but...
Am 27.08.22 um 08:54 schrieb Hans Hagen via ntg-context:
On 8/27/2022 8:46 AM, Jan Ulrich Hasecke via ntg-context wrote:
Hi all,
can nobody confirm this bug?
in:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD \node_rules_set{#1}%
add a % after that line and remake the format
sorry I don't find the right file to do this. I don't find this code in any file.
juh
Hi,
On Wed, Aug 31, 2022 at 8:32 AM juh+ntg-context--- via ntg-context ntg-context@ntg.nl wrote:
Dear Hans,
thanks a lot, but...
Am 27.08.22 um 08:54 schrieb Hans Hagen via ntg-context:
On 8/27/2022 8:46 AM, Jan Ulrich Hasecke via ntg-context wrote:
Hi all,
can nobody confirm this bug?
in:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD \node_rules_set{#1}%
add a % after that line and remake the format
sorry I don't find the right file to do this. I don't find this code in any file.
juh
grep gave me that it is in node-rul.mkxl around line 96. I hope it helps.
/Mikael
Am 31.08.22 um 08:54 schrieb Mikael Sundqvist via ntg-context:
Hi,
On Wed, Aug 31, 2022 at 8:32 AM juh+ntg-context--- via ntg-context ntg-context@ntg.nl wrote:
Dear Hans,
thanks a lot, but...
Am 27.08.22 um 08:54 schrieb Hans Hagen via ntg-context:
On 8/27/2022 8:46 AM, Jan Ulrich Hasecke via ntg-context wrote:
Hi all,
can nobody confirm this bug?
in:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD \node_rules_set{#1}%
add a % after that line and remake the format
sorry I don't find the right file to do this. I don't find this code in any file.
juh
grep gave me that it is in node-rul.mkxl around line 96. I hope it helps.
Oh, I grepped wrong.
Now in node-rul.mkxl I have this:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD {\node_rules_set{#1}% {\relax\barparameter\c!right}}
And it seems to work.
Thanks juh
Am Wed, Aug 31, 2022 at 09:30:33AM +0200 schrieb juh+ntg-context--- via ntg-context:
Now in node-rul.mkxl I have this:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD {\node_rules_set{#1}% {\relax\barparameter\c!right}}
And it seems to work.
Argh, I applied the patch to the wrong lmtx version.
With current version: 2022.08.25 19:21 I still get an indent, when I only insert the % after \node_rules_set{#1}.
I fear I missed the point.
juh
On Wed, Aug 31, 2022 at 9:45 AM Jan Ulrich Hasecke via ntg-context ntg-context@ntg.nl wrote:
Am Wed, Aug 31, 2022 at 09:30:33AM +0200 schrieb juh+ntg-context--- via ntg-context:
Now in node-rul.mkxl I have this:
\protected\def\node_rules_direct#1% {\groupedcommand {\dontleavehmode % this should not be needed but it is in \bTD {\node_rules_set{#1}% {\relax\barparameter\c!right}}
And it seems to work.
Argh, I applied the patch to the wrong lmtx version.
With current version: 2022.08.25 19:21 I still get an indent, when I only insert the % after \node_rules_set{#1}.
I fear I missed the point.
juh
Here that worked, so I suspect you did not regenerate afterwards?
/Mikael