Re: [NTG-context] type and typing comments for TeX and Lua

2017-12-27 Thread Christoph Reller
On Wed, 27 Dec 2017 19:53:58 +0100, Pablo Rodriguez wrote: > could you enable issues in your Bitbucket repository? Issues are enabled now. Cheers, Christoph ___ If your question is of interest to others

Re: [NTG-context] \vec{} arrow length?

2017-12-27 Thread Henri
On Wed, 2017-12-27 at 15:44 -0700, Alan Braslau wrote: > On Wed, 27 Dec 2017 22:44:50 +0100 > Hans Hagen wrote: > > > > > On 12/27/2017 7:01 PM, Alan Braslau wrote: > > > > > > Why is the \vec{} arrow too short in some cases? > > > Compare $\vec{X}$ to $\vec{Y}$. > > > > > >

Re: [NTG-context] \vec{} arrow length?

2017-12-27 Thread Alan Braslau
On Wed, 27 Dec 2017 22:44:50 +0100 Hans Hagen wrote: > On 12/27/2017 7:01 PM, Alan Braslau wrote: > > Why is the \vec{} arrow too short in some cases? > > Compare $\vec{X}$ to $\vec{Y}$. > > > > The MWE below looks wrong in the default font > > and is even uglier when pagella is

Re: [NTG-context] type and typing comments for TeX and Lua

2017-12-27 Thread Aditya Mahajan
On Tue, 26 Dec 2017, Pablo Rodriguez wrote: On 12/21/2017 10:53 PM, Aditya Mahajan wrote: [...] Can you post a minimal working example. I don't use XML so it is difficult for me to understand how these commands are used in practice. Aditya, many thanks for your reply and your help. A

Re: [NTG-context] \vec{} arrow length?

2017-12-27 Thread Hans Hagen
On 12/27/2017 7:01 PM, Alan Braslau wrote: Why is the \vec{} arrow too short in some cases? Compare $\vec{X}$ to $\vec{Y}$. The MWE below looks wrong in the default font and is even uglier when pagella is used. Alan %\setupbodyfont [pagella] \starttext $\vec{X}$ vs. $\vec{Y}$ \stoptext As

Re: [NTG-context] type and typing comments for TeX and Lua

2017-12-27 Thread Pablo Rodriguez
On 12/21/2017 10:16 PM, Christoph Reller wrote: > > My module does not come in standard context. You have to download it > from https://bitbucket.org/philexander/context-highlight. If general > interest is high enough I can ask to > add it. Christoph, could you enable issues in your Bitbucket

Re: [NTG-context] type and typing comments for TeX and Lua

2017-12-27 Thread Pablo Rodriguez
On 12/27/2017 02:14 AM, SteamedFish wrote: > You can try vim module. > > It supports all the formats that vim is able to support and it is a builtin > module. Aditya suggested this possibility to me in a previous message in this thread. But my sources are XML, so the minimal sample is more

[NTG-context] \vec{} arrow length?

2017-12-27 Thread Alan Braslau
Why is the \vec{} arrow too short in some cases? Compare $\vec{X}$ to $\vec{Y}$. The MWE below looks wrong in the default font and is even uglier when pagella is used. Alan %\setupbodyfont [pagella] \starttext $\vec{X}$ vs. $\vec{Y}$ \stoptext

Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Hans Hagen
On 12/27/2017 10:59 AM, Jorge Manuel wrote: My library works fine with lua 5.3, but I don’t know to fix that inside ConTeXT tree. Install lua 5.2 is the best and easy way. beware of subtle differences: 4.0 vs 4 being printed (string.format in lua 5.3 is also more strict with int vs float)

Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Jorge Manuel
> No dia 27/12/2017, às 09:31, Hans Hagen escreveu: > > On 12/26/2017 9:19 PM, Jorge Manuel wrote: >> Dear Sirs >> Recently I moved to High Sierra with lua version 5.3. >> I make a dynamic library from GSL and Swig the I call meurandist.so >> I do: >> swig -lua meurandist.i >>

Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Hans Hagen
On 12/26/2017 9:19 PM, Jorge Manuel wrote: Dear Sirs Recently I moved to High Sierra with lua version 5.3. I make a dynamic library from GSL and Swig the I call meurandist.so I do: swig -lua meurandist.i gcc -I/usr/include/lua -c meurandist_wrap.c -o meurandist_wrap.o gcc -c meurandist.c -o