Re: [NTG-context] Undefined symbol lua_gettop

2019-04-06 Thread Henri Menke
On 4/7/19 6:02 AM, Aditya Mahajan wrote: > Hi, > > I am experimenting with using lua libraries with lmtx. I tried the > following: > > 1. Download the lcomplex library (from > http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/ar/lcomplex-100.tar.gz) > > 2. Untar and modify the Makefile so that

Re: [NTG-context] name of cache used by mkiv and lmtx

2019-04-06 Thread Aditya Mahajan
On Sat, 6 Apr 2019, Alan Braslau wrote: On Sat, 6 Apr 2019 13:46:57 -0400 (EDT) Aditya Mahajan wrote: Is there a way to avoid that? I can, of course, set different values of TEXMFCACHE for both distributions, but does it make sense to to use a different hash (5fe67e...) for the two? Why do

Re: [NTG-context] name of cache used by mkiv and lmtx

2019-04-06 Thread Alan Braslau
On Sat, 6 Apr 2019 13:46:57 -0400 (EDT) Aditya Mahajan wrote: > Is there a way to avoid that? I can, of course, set different values of > TEXMFCACHE for both distributions, but does it make sense to to use a > different hash (5fe67e...) for the two? Why do you set TEXMFCACHE and not simply

[NTG-context] Undefined symbol lua_gettop

2019-04-06 Thread Aditya Mahajan
Hi, I am experimenting with using lua libraries with lmtx. I tried the following: 1. Download the lcomplex library (from http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/ar/lcomplex-100.tar.gz) 2. Untar and modify the Makefile so that LUA_TOPDIR points to the right location (/usr in my

[NTG-context] name of cache used by mkiv and lmtx

2019-04-06 Thread Aditya Mahajan
Hi, I am currently using mkiv and lmtx in parallel and noticed that both use the same texmf-cache subdirectory. Running: mtxrun --script cache --list gives mtx-cache | writable path: /home/adityam/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e mtx-cache |

[NTG-context] how to get reference label from stacked itemize

2019-04-06 Thread Floris van Manen
> Did you try \item[myref] and \in[myref]? > This will do the job indeed. \starttext \startitemize[n] \item One \item[refTwo] Two \startitemize[a] \item A \item[refB] B Test \stopitemize \stopitemize see (\in[refTwo].\in[refB]) for Test Is there some construction to combine an item

Re: [NTG-context] how to get reference label from stacked itemize

2019-04-06 Thread Henning Hraban Ramm
Am 2019-04-06 um 16:51 schrieb Floris van Manen : > Could someone point me to the docs where to find the proper way to > make a reference to some stacked itemize context? > > > \startitemize[n] > \item One > \item Two > \startitemize[a] > \item A > \item B Test > \stopitemize > \stopitemize >

[NTG-context] how to get reference label from stacked itemize

2019-04-06 Thread Floris van Manen
Could someone point me to the docs where to find the proper way to make a reference to some stacked itemize context? \startitemize[n] \item One \item Two \startitemize[a] \item A \item B Test \stopitemize \stopitemize how to label / ref the generated label for item 2.b ? see (2.b) Test

Re: [NTG-context] LMTX: 32-bit binaries for 64-bit system

2019-04-06 Thread Christian Prim
Thanks for the very fast fix! Works again without problems on linux-64bit. Christian Am Sa., 6. Apr. 2019 um 12:44 Uhr schrieb Hans Hagen : > On 4/6/2019 11:04 AM, Christian Prim wrote: > > Hello > > > > Today I tried to update the lmtx-installation on 64-bit Linux. The > > update worked fine,

Re: [NTG-context] Cascaded description

2019-04-06 Thread Hans Hagen
On 4/6/2019 11:08 AM, Procházka Lukáš Ing. wrote: Hello, I finally found a solution (which doesn't use \description or any other Ctx command) (and which may be clumsy - I'm not so good in tex programming): \def\IndByText#1{%   \newbox\IndByTextBox   \newdimen\IndByTextBoxWd  

Re: [NTG-context] LMTX: 32-bit binaries for 64-bit system

2019-04-06 Thread Hans Hagen
On 4/6/2019 11:04 AM, Christian Prim wrote: Hello Today I tried to update the lmtx-installation on 64-bit Linux. The update worked fine, but now I get: # context /home/username/lmtx/tex/texmf-linux-64/bin/context: No such file or directory Same for mtxrun. Redo a fresh install doesn't

Re: [NTG-context] Cascaded description

2019-04-06 Thread Procházka Lukáš Ing .
Hello, I finally found a solution (which doesn't use \description or any other Ctx command) (and which may be clumsy - I'm not so good in tex programming): \def\IndByText#1{% \newbox\IndByTextBox \newdimen\IndByTextBoxWd \setbox\IndByTextBox\hbox{#1}%

[NTG-context] LMTX: 32-bit binaries for 64-bit system

2019-04-06 Thread Christian Prim
Hello Today I tried to update the lmtx-installation on 64-bit Linux. The update worked fine, but now I get: # context /home/username/lmtx/tex/texmf-linux-64/bin/context: No such file or directory Same for mtxrun. Redo a fresh install doesn't work either. # ./install.sh /install.sh: 94: