Re: [NTG-context] Surprising change in function inspect()

2019-10-22 Thread Tomas Hala
# > # >I discovered quite surprising change in the output of inspect: # # indeed, i don't want to see that stuff # you can always use: # # print(table.serialize(d)) Thanks for the explanation. But there is the difference -- serialize says only the memory address and not the stuff there. Have

Re: [NTG-context] Strange error with combination of itemization, footnote and \crlf

2019-10-22 Thread Hans Hagen
On 10/22/2019 2:16 PM, cont...@vivaldi.net wrote: Hello, here is a minimal sample which doesn't compile: \starttext   \startitemize     \item   A\footnote{%     B     \startitemize   \item C     \stopitemize   }\crlf   D     \item E % This

Re: [NTG-context] Problem with the bottom line of a header

2019-10-22 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 22.10.2019 um 10:46: Hello, I can not adjust the bottom line of my header even after playing with location= and boffset.= 1. Try to create shorter examples, e.g. \setuplayout can be reduced to the header setting. 2. You header is not large enough for two lines

Re: [NTG-context] Surprising change in function inspect()

2019-10-22 Thread Hans Hagen
On 10/22/2019 4:13 PM, Tomas Hala wrote: Hi all, using the source code == \starttext \startluacode d={} d.data={"a",0} d.tabulka=function () context("pokus") end inspect(d) d.tabulka() \stopluacode pokus \stoptext == I discovered quite surprising change in the output of

[NTG-context] Surprising change in function inspect()

2019-10-22 Thread Tomas Hala
Hi all, using the source code == \starttext \startluacode d={} d.data={"a",0} d.tabulka=function () context("pokus") end inspect(d) d.tabulka() \stopluacode pokus \stoptext == I discovered quite surprising change in the output of inspect: TL2019: table={ ["data"]={ "a", 0 }, }

[NTG-context] Strange error with combination of itemization, footnote and \crlf

2019-10-22 Thread context
Hello, here is a minimal sample which doesn't compile: \starttext \startitemize \item A\footnote{% B \startitemize \item C \stopitemize }\crlf D \item E % This sample compiles when this line is commented (?!)

[NTG-context] Problem with the bottom line of a header

2019-10-22 Thread Fabrice Couvreur
Hello, I can not adjust the bottom line of my header even after playing with location= and boffset.= Thank you. Fabrice \definelayout [first] [topspace=1cm, backspace=3cm, cutspace=3cm, leftmargin=.75cm, leftmargindistance=.5cm, rightmargin=1.25cm,