Re: [NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Jairo A. del Rio
Wow, both \maxaligned and "paragraph" are new (and useful) to me. Thank you again. Jairo El vie, 26 de feb. de 2021 a la(s) 17:24, Wolfgang Schuster ( wolfgang.schuster.li...@gmail.com) escribió: > Jairo A. del Rio schrieb am 26.02.2021 um 23:09: > > Nice, but it also adds spacing between

Re: [NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 26.02.2021 um 23:09: Nice, but it also adds spacing between characters inside a word. So, what I was asking is if I can stretch only spaces between words via key-value pairs in \framed, if possible, of course. Thank you very much. \starttext

Re: [NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Jairo A. del Rio
Nice, but it also adds spacing between characters inside a word. So, what I was asking is if I can stretch only spaces between words via key-value pairs in \framed, if possible, of course. Thank you very much. Jairo :) El vie, 26 de feb. de 2021 a la(s) 17:06, Wolfgang Schuster (

Re: [NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 26.02.2021 um 22:38: Hi list. Is there an interface for \hbox to via framed? I think it's not the ConTeXt spirit to do something like \framed[offset=0cm]{\hbox to 10cm{Uno dos tres}} where spacing is stretched so all the available space is filled, so I want to

Re: [NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Aditya Mahajan
On Fri, 26 Feb 2021, Jairo A. del Rio wrote: > Hi list. > > Is there an interface for \hbox to via framed? I think it's not the > ConTeXt spirit to do something like > > \framed[offset=0cm]{\hbox to 10cm{Uno dos tres}} \framed[width=10cm]{} and \framed[height=3cm, width=10cm]{...} if

[NTG-context] \hbox to ... equivalent in ConTeXt (\framed)

2021-02-26 Thread Jairo A. del Rio
Hi list. Is there an interface for \hbox to via framed? I think it's not the ConTeXt spirit to do something like \framed[offset=0cm]{\hbox to 10cm{Uno dos tres}} where spacing is stretched so all the available space is filled, so I want to know about a better way. Thank you beforehand.

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
Thanks for the link to the post. Alain Le 26/02/2021 à 19:57, Aditya Mahajan a écrit : On Fri, 26 Feb 2021, Alain Delmotte wrote: Thanks, that answered all my requirements. This post illustrates the effect of each

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Aditya Mahajan
On Fri, 26 Feb 2021, Alain Delmotte wrote: > > Thanks, that answered all my requirements. This post illustrates the effect of each keyword for spacing: https://adityam.github.io/context-blog/post/spacing-in-itemize/ > I suppose that the rule "not mixing keywords and assignment in the same >

Re: [NTG-context] Warning: "nodes: unable to store reference from lua in tex"

2021-02-26 Thread Hans Hagen
On 2/26/2021 6:58 PM, Wolfgang Schuster wrote: Hans Hagen schrieb am 26.02.2021 um 18:36: On 2/26/2021 6:01 PM, Lukas/ConTeXt wrote: Hello, after I renewed ConTeXt MkIV, I started to get the following warning: " ... luatex warning  > nodes: unable to store reference from lua in tex ...

Re: [NTG-context] Warning: "nodes: unable to store reference from lua in tex"

2021-02-26 Thread Wolfgang Schuster
Hans Hagen schrieb am 26.02.2021 um 18:36: On 2/26/2021 6:01 PM, Lukas/ConTeXt wrote: Hello, after I renewed ConTeXt MkIV, I started to get the following warning: " ... luatex warning  > nodes: unable to store reference from lua in tex ... (repeated more times) " This happens when I try to

Re: [NTG-context] Warning: "nodes: unable to store reference from lua in tex"

2021-02-26 Thread Hans Hagen
On 2/26/2021 6:01 PM, Lukas/ConTeXt wrote: Hello, after I renewed ConTeXt MkIV, I started to get the following warning: " ... luatex warning > nodes: unable to store reference from lua in tex ... (repeated more times) " This happens when I try to typeset a looo...ong table (by

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
Thanks, that answered all my requirements. I suppose that the rule "not mixing keywords and assignment in the same argument" is valid for all setups having multiples commands. Thanks, Alain Le 25/02/2021 à 23:46, Wolfgang Schuster a

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
This is ok. There is still space before the items' block. This could be handy. Thanks, Alain Le 25/02/2021 à 23:17, jbf a écrit : Or maybe inbetween={\blank[small]} Julian On 26/2/21 8:48 am,

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
This partly helps, because it suppress the space before the items (first level) and the lines are at the margin and there is still space between a first and a second level itemize. Thanks, Alain Le 25/02/2021 à 23:07, jbf a écrit :

[NTG-context] Warning: "nodes: unable to store reference from lua in tex"

2021-02-26 Thread Lukas/ConTeXt
Hello, after I renewed ConTeXt MkIV, I started to get the following warning: " ... luatex warning > nodes: unable to store reference from lua in tex ... (repeated more times) " This happens when I try to typeset a looo...ong table (by \start/\stop-tabulate) over several pages. It used to work

Re: [NTG-context] \showcolor broken in LMTX

2021-02-26 Thread Hans Hagen
On 2/26/2021 12:16 AM, Jairo A. del Rio wrote: Hi, list. The following example fails in LMTX, but it works in MkIV: \starttext\showcolor[svg]\stoptext LMTX complains about a s-colors-run file not found i'll fix it (that hardly used runtime code has been moved) and the name is wrong Hans