Re: [NTG-context] [DKIM Failure] Re: reference containing parentheses causes trouble

2019-07-10 Thread Peter Rolf
Am 10.07.2019 um 13:36 schrieb Sanjoy Mahajan: > On 2019-07-10 13:04, Peter Rolf wrote: > >> Hi Sanjoy, >> >> I think it's just the 'normal' limitations you have when setting a >> variable/id name. Special characters, like parenthesis, are not allowed >> here. > > Peter, > > I think that's right,

Re: [NTG-context] reference containing parentheses causes trouble

2019-07-10 Thread Wolfgang Schuster
Sanjoy Mahajan schrieb am 10.07.2019 um 04:15: Dear List, Warning: The following may be a bug or feature or just my misunderstanding! It seems that parentheses cause trouble in references. Braces are used for the argument of reference actions. \setupinteraction[state=start] \starttext

[NTG-context] Strange error updatng LMTX

2019-07-10 Thread Andres Conrado
When updating my LMTX installation today, I got this: tex error > tex error on line 179 in file /home/conrado/Apps/lmtx/tex/texmf-context/tex/context/base/mkiv/strc-flt.mkvi: ! Undefined control sequence \c!compressdistance =\emwidth

[NTG-context] Split extreme tables across tables

2019-07-10 Thread Thangalin
The following document does not split across tables, which is a little surprising: \starttext \startplacetable[title={Average Annual Temperatures}] \startxtable \startxtablehead[head] \startxrow \startxcell[align=middle,width={0.10\textwidth}] Year \stopxcell

Re: [NTG-context] Split extreme tables across pages

2019-07-10 Thread Thangalin
Sorry! The subject line should be, "Split extreme tables across pages"... > This does the job, but it doesn't feel like the ConTeXt way. > > How would you use setups to enable page splitting on extreme tables? > > Thank you!

Re: [NTG-context] Strange error updatng LMTX

2019-07-10 Thread Henri Menke
\c!compressdistance is defined in strc-lnt.mkvi which is loaded *after* strc-flt.mkvi (where it is used) in context.mkiv. This has to be fixed by Hans. Cheers, Henri On 11/07/19 2:45 PM, Andres Conrado wrote: > When updating my LMTX installation today, I got this: > > tex error > tex

Re: [NTG-context] Split extreme tables across pages

2019-07-10 Thread Thangalin
Got it. \setupfloat[table][default={here,split}] See: https://wiki.contextgarden.net/Command/setupfloat#Example On Wed, Jul 10, 2019 at 7:32 PM Thangalin wrote: > > Sorry! The subject line should be, "Split extreme tables across pages"... > > > This does the job, but it doesn't feel like the

[NTG-context] an object representation of the node list of a paragraph: a lua table or a JSON

2019-07-10 Thread mf
Hello list, i'd like having an object representation of a typeset paragraph or even a page, preferably as a JSON object, but a Lua table is equally good. My reference is section "4.4 Node lists" of the CLD manual. Before writing an iterator over the list of nodes of a paragraph, figuring out

[NTG-context] Fwd: [garden] debug getinfo error

2019-07-10 Thread Taco Hoekwater
> Begin forwarded message: > > From: husu...@t-online.de > Subject: [garden] debug getinfo error > Date: 10 July 2019 at 11:52:55 CEST > To: garden...@contextgarden.net > > > There is a lua error after "debug.getinfo()". Why? > > Thanks for help > G.Lauber > > - >

[NTG-context] preventing page break

2019-07-10 Thread Floris van Manen
Hello List, What is the preferred way in context to prevent a page break happening between the heading(s) of a section and, for instance, the first 3 lines of the following paragraph? \section(one) \subsection(one two} %--- no page break here One two three for ... One two three for ... One two

Re: [NTG-context] reference containing parentheses causes trouble

2019-07-10 Thread Peter Rolf
Hi Sanjoy, I think it's just the 'normal' limitations you have when setting a variable/id name. Special characters, like parenthesis, are not allowed here. Even whitespace can be problematic. Yesterday I had a problem with a reference (data driven) that has a trailing space (obviously a typo).

Re: [NTG-context] Fwd: [garden] debug getinfo error

2019-07-10 Thread Hans Hagen
context --debug Begin forwarded message: *From: *husu...@t-online.de *Subject: **[garden] debug getinfo error* *Date: *10 July 2019 at 11:52:55 CEST *To: *garden...@contextgarden.net There is a lua error after

Re: [NTG-context] an object representation of the node list of a paragraph: a lua table or a JSON

2019-07-10 Thread Hans Hagen
On 7/10/2019 12:02 PM, mf wrote: Hello list, i'd like having an object representation of a typeset paragraph or even a page, preferably as a JSON object, but a Lua table is equally good. My reference is section "4.4 Node lists" of the CLD manual. Before writing an iterator over the list of

Re: [NTG-context] [DKIM Failure] Re: reference containing parentheses causes trouble

2019-07-10 Thread Sanjoy Mahajan
On 2019-07-10 13:04, Peter Rolf wrote: > Hi Sanjoy, > > I think it's just the 'normal' limitations you have when setting a > variable/id name. Special characters, like parenthesis, are not allowed > here. Peter, I think that's right, but there are small differences. For example, variables in

Re: [NTG-context] reference containing parentheses causes trouble

2019-07-10 Thread Hans Hagen
On 7/10/2019 1:04 PM, Peter Rolf wrote: Hi Sanjoy, I think it's just the 'normal' limitations you have when setting a variable/id name. Special characters, like parenthesis, are not allowed here. Even whitespace can be problematic. Yesterday I had a problem with a reference (data driven) that