[NTG-context] If you really absolutely need more capacity, you can ask a wizard to enlarge me

2021-09-08 Thread Marcus Vinicius Mesquita via ntg-context
Dear list, In the MWE below, ConTeXt lmtx throws an error with the message in the title: \starttext \startluacode local upperlimit = 9 context.starttabulate({ "|l|l|l|" }) for i=1,upperlimit do context.NC() context("word 1") context.NC() context("word 2") context.NC() context("word 3")

[NTG-context] io.loaddata() or buffer.assigns()

2021-09-08 Thread Thierry Horsin via ntg-context
Hi everybody Are there any type of files that is required by io.loaddata or/and buffers.assign ? The following code works pretty well if there is no compilation problem by g++. But it fails, i.e. \typebuffer[Mybuffer], does not produce anything if g++ fails (due to some errors in the cpp) I

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-08 Thread Floris van Manen via ntg-context
On 08/09/2021 19:08, Henning Hraban Ramm wrote: I just checked on my Linux laptop with a new installation, and it worked exactly like this. Did you check with --luatex (i.e. MkIV)? What’s your ConTeXt version? You left out this essential piece of information. $ context --version

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-08 Thread Henning Hraban Ramm via ntg-context
> Am 07.09.2021 um 23:27 schrieb Floris van Manen : > > Hello Hraban, > > > On 07/09/2021 21:03, Henning Hraban Ramm via ntg-context wrote: >> Since I got zint running (thanks, Hans!), there’s now a wiki page: >> https://wiki.contextgarden.net/Barcodes > > > I followed the instructions on

[NTG-context] (no subject)

2021-09-08 Thread Marcus Vinicius Mesquita via ntg-context
Dear list, Let's say we have two types of synonyms: \definesynonyms[Abrev][Abrevs][\AbrevExp][\AbrevComp] \definesynonyms[Rubrica][Rubricas][\RubricaExp][\RubricaComp] Is it possible to combine them in a unique list of merged Abrevs and Rubricas? TIA Marcus Vinicius -- Todas as coisas

Re: [NTG-context] modules not found

2021-09-08 Thread Hans Hagen via ntg-context
On 9/8/2021 12:53 PM, Hans van der Meer via ntg-context wrote: Further investigation seems to indicate that the module files are not found when initiating the context run from another directory. Though previously this was no problem. I have moved the whole ConTeXt machinery from $HOME to

Re: [NTG-context] modules not found

2021-09-08 Thread Hans van der Meer via ntg-context
Further investigation seems to indicate that the module files are not found when initiating the context run from another directory. Though previously this was no problem. I have moved the whole ConTeXt machinery from $HOME to another volume. Could that cause the problem? Allthough I set their

[NTG-context] modules not found

2021-09-08 Thread Hans van der Meer via ntg-context
Here is something I do not understand about \usemodule. My modules are in two places because I wanted development and production separated: (1) Volume/TeX/texmf/modules/ (2) Volume/TeX/texmf/modules-new/ Unexpected and suddenly loading files from the first directory does not occur any longer:

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-08 Thread Axel Kielhorn via ntg-context
> Am 07.09.2021 um 21:03 schrieb Henning Hraban Ramm via ntg-context > : > > Since I got zint running (thanks, Hans!), there’s now a wiki page: > > https://wiki.contextgarden.net/Barcodes I followed you instructions and got zint running with MacPorts: Zint version 2.10.0 And it looks like