[NTG-context] beta

2018-06-22 Thread Akira Kakuto
I get the same error after the update with \starttext \externalfigure[A] \stoptext where A.pdf is in the current folder. I'm on windows 10. Here it works OK: LuaTeX, Version 1.09.0 Development id: 6822 Thanks, Akira

Re: [NTG-context] Using goto in lua

2018-06-22 Thread Christoph Reller
On Fri, 22 Jun 2018 13:57:05 +0200 Wolfgang Schuster wrote: > > Hans gave a solution to this a while ago: > https://mailman.ntg.nl/pipermail/ntg-context/2018/090833.html > > Wolfgang Thank you Wolfgang for pointing me to this solution! Cheers, Christoph

Re: [NTG-context] bidi in footnotes

2018-06-22 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد 22. Juni 2018 um 21:01 On Thu, 21 Jun 2018 08:36:52 -0600, Alan Braslau wrote: Many thanks. Is there (Hans? Wolfgang?) available somewhere 1. a complete list of these environments whose typographical settings are

Re: [NTG-context] bidi in footnotes

2018-06-22 Thread Idris Samawi Hamid ادريس سماوي حامد
On Thu, 21 Jun 2018 08:36:52 -0600, Alan Braslau wrote: On Thu, 21 Jun 2018 06:20:45 -0600 Idris Samawi Hamid ادريس سماوي حامد wrote: Many thanks. Question: Is this use of setups now the "official" or preferred way to handle footnote typography options? On the surface, it appears to be

Re: [NTG-context] beta

2018-06-22 Thread Ulrike Fischer
Am Fri, 22 Jun 2018 17:30:46 +0200 schrieb Wolfgang Schuster: >> ...est/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:1398: >> image.ownerpassword can not be set >> stack traceback: > Do you get the same error message with the following minimal example: I get the same error after the

Re: [NTG-context] beta

2018-06-22 Thread Wolfgang Schuster
MF 22. Juni 2018 um 17:46 Yes, of course, same error; BTW, the pdf i'm using is not password protected. I’m getting the same message as you when I try to insert pdf file created by context itself begin example \starttext \startbuffer Can this file be

Re: [NTG-context] beta

2018-06-22 Thread Ulrike Fischer
Am Fri, 22 Jun 2018 16:09:26 +0200 schrieb Hans Hagen: > I uploaded a beta (with an seeindex fix). I still get an error about a missing function registersplit when using the new generic loader together with luaotfload. Looking at the code I can see that there is an "if context" switch around

Re: [NTG-context] beta

2018-06-22 Thread MF
> > > Do you get the same error message with the following minimal example: > > \starttext > \externalfigure[figure] > \stoptext > Yes, of course, same error; BTW, the pdf i'm using is not password protected. ___

Re: [NTG-context] beta

2018-06-22 Thread Wolfgang Schuster
MF 22. Juni 2018 um 16:36 Tested with my setup, which -- you know -- is quite complex. This is the only error: lua error > lua error on line 6 in file /home/massi/context/latest/tex/texmf- context/tex/context/base/mkiv/cont-yes.mkiv:

Re: [NTG-context] beta

2018-06-22 Thread MF
Tested with my setup, which -- you know -- is quite complex. This is the only error: lua error > lua error on line 6 in file /home/massi/context/latest/tex/texmf- context/tex/context/base/mkiv/cont-yes.mkiv: ...est/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:1398:

[NTG-context] beta

2018-06-22 Thread Hans Hagen
Hi, I uploaded a beta (with an seeindex fix). If you use betas for production, best save your current one as there are some changes deep down in the pdf inclusion. This relates to upcoming luatex using different pdf inclusion code in the backend (plus a new pdf library that replaces the

Re: [NTG-context] Using goto in lua

2018-06-22 Thread Wolfgang Schuster
Hans gave a solution to this a while ago: https://mailman.ntg.nl/pipermail/ntg-context/2018/090833.html Wolfgang Christoph Reller 22. Juni 2018 um 13:52 Hi, As mentioned in cld-mkiv.pdf, the entire ConTeXt interface can be called from lua: This is great!

[NTG-context] Using goto in lua

2018-06-22 Thread Christoph Reller
Hi, As mentioned in cld-mkiv.pdf, the entire ConTeXt interface can be called from lua: This is great! Unfortunately the ConTeXt command \goto is a little problematic because goto is a lua keyword. Therefore, the following leads to a lua error: context.goto("text", { "label" }) I guess the