Re: [NTG-context] What does #+ do?

2020-07-13 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 14.07.2020 um 02:08: Hi list! In evenmore pp. 76-77, concerning LMTX extended macro parsing, the following examples of #0, #+ and #- are given \def\TestA#1#2#3{{(#1)(#2)(#3)}} \def\TestB#1#0#3{(#1)(#2)(#3)} \def\TestC#1#+#3{(#1)(#2)(#3)} \def\TestD#1#-#2{(#1)(#2)}

Re: [NTG-context] What does #+ do?

2020-07-13 Thread Jairo A. del Rio
Hi. Sorry, I meant \def\foo#1#2#3{#1#2#3} and \def\foo#+#+#+{#1#2#3}. Jairo :) El lun., 13 de jul. de 2020 a la(s) 19:08, Jairo A. del Rio ( jairoadelr...@gmail.com) escribió: > Hi list! > > In evenmore pp. 76-77, concerning LMTX extended macro parsing, the > following examples of #0, #+ and #-

Re: [NTG-context] gnuplot module broken with latest 2020-07-13 16:31

2020-07-13 Thread Adam Reviczky
Many thanks for the quick fix Hans, I have tried the lmtx inclusions as well, very nice indeed (and added it to the wiki)! Kind Regards, Adam Reviczky On Mon, Jul 13, 2020 at 10:38 PM Hans Hagen wrote: > On 7/13/2020 8:53 PM, Adam Reviczky wrote: > > Hi, > > > > Using the minimal example from

[NTG-context] What does #+ do?

2020-07-13 Thread Jairo A. del Rio
Hi list! In evenmore pp. 76-77, concerning LMTX extended macro parsing, the following examples of #0, #+ and #- are given \def\TestA#1#2#3{{(#1)(#2)(#3)}} \def\TestB#1#0#3{(#1)(#2)(#3)} \def\TestC#1#+#3{(#1)(#2)(#3)} \def\TestD#1#-#2{(#1)(#2)} So \TestA1{\red 2}3 \TestB1{\red 2}3 \TestC1{\red

Re: [NTG-context] gnuplot module broken with latest 2020-07-13 16:31

2020-07-13 Thread Hans Hagen
On 7/13/2020 8:53 PM, Adam Reviczky wrote: Hi, Using the minimal example from the contextgarden for gnuplot (https://wiki.contextgarden.net/Gnuplot) I am getting the following error message: This is LuaTeX, Version 1.13.0 (TeX Live 2021/dev/Debian)  system commands enabled. open source    

[NTG-context] gnuplot module broken with latest 2020-07-13 16:31

2020-07-13 Thread Adam Reviczky
Hi, Using the minimal example from the contextgarden for gnuplot ( https://wiki.contextgarden.net/Gnuplot) I am getting the following error message: This is LuaTeX, Version 1.13.0 (TeX Live 2021/dev/Debian) system commands enabled. open source > level 1, order 1, name

Re: [NTG-context] Chapter numbering that does not follow a regular pattern

2020-07-13 Thread Hans Hagen
On 7/13/2020 11:27 AM, Julian Fox wrote: That's obviously much simpler! I was under the impression that 'title' was only for use in front matter, or that if I used it elsewhere, then it didn't show the number but that the next use of 'chapter' would increment as if it had a number. I was

Re: [NTG-context] Chapter numbering that does not follow a regular pattern

2020-07-13 Thread Julian Fox
That's obviously much simpler! I was under the impression that 'title' was only for use in front matter, or that if I used it elsewhere, then it didn't show the number but that the next use of 'chapter' would increment as if it had a number. I was wrong! On Mon, 13 Jul 2020, 5:13 PM Henning

Re: [NTG-context] Iterate over color scheme in ConTeXt/Lua

2020-07-13 Thread Hans Hagen
On 7/12/2020 11:54 PM, Jairo A. del Rio wrote: El dom., 12 de jul. de 2020 a la(s) 16:20, Hans Hagen (j.ha...@xs4all.nl ) escribió: You get a list of defined color names in 'xwi' with:     attributes.colors.setlist("xwi") Nice, it works! I note the first

Re: [NTG-context] Chapter numbering that does not follow a regular pattern

2020-07-13 Thread Henning Hraban Ramm
> Am 13.07.2020 um 02:23 schrieb jbf : > > Hi there, > > I have a situation where numbered chapters are occasionally interspersed with > unnumbered chapters, so, for example, it might be: > > 1 First chapter title with number > > second chapter title unnumbered > > 2 Second chapter title