Re: [NTG-context] generic font loader + luaotfload: 'nodepool' (a nil value)"

2017-07-14 Thread Ulrike Fischer
Am Fri, 14 Jul 2017 20:56:15 +0200 schrieb Hans Hagen: >> And what I should do about the "return new_kern(kern)"? > > local g = new("kern") > setfield(g,"kern",kern) Ah. This here now worked -- UF changed 2017-07-14 local newUF = node.direct.new local kern_injector = function (fillup, kern)

Re: [NTG-context] Extensible arrows in ConTeXT

2017-07-14 Thread Alan Braslau
On Fri, 14 Jul 2017 11:33:14 +0200 Mathias Schickel wrote: > Dear list, > > I want to typeset an extensible arrow as described in this document: > http://dl.contextgarden.net/myway/matharrows.pdf > Sadly I get errors >

Re: [NTG-context] generic font loader + luaotfload: 'nodepool' (a nil value)"

2017-07-14 Thread Hans Hagen
On 7/14/2017 8:26 PM, Ulrike Fischer wrote: Am Fri, 14 Jul 2017 19:20:38 +0200 schrieb Hans Hagen: local kern_injector = function (fillup, kern) if fillup then local g = new_glue(kern) local s = getfield(g, "spec") setfield(s, "stretch", kern) setfield(s,

Re: [NTG-context] generic font loader + luaotfload: 'nodepool' (a nil value)"

2017-07-14 Thread Ulrike Fischer
Am Fri, 14 Jul 2017 19:20:38 +0200 schrieb Hans Hagen: >> >> local kern_injector = function (fillup, kern) >>if fillup then >> local g = new_glue(kern) >> local s = getfield(g, "spec") >> setfield(s, "stretch", kern) >> setfield(s, "stretch_order", 1) >> return g >>

Re: [NTG-context] +ssty leads to wrong parentheses with stix2math fonts.

2017-07-14 Thread Hans Hagen
On 7/14/2017 7:18 PM, Ulrike Fischer wrote: Am Wed, 12 Jul 2017 11:33:22 +0200 schrieb Hans Hagen: Anyway, the previous mail with the patch checks for al three 'missing' fields so this is basically the same issue. If not, let me know. As far as I can the patch works fine. I even was able to

Re: [NTG-context] generic font loader + luaotfload: 'nodepool' (a nil value)"

2017-07-14 Thread Hans Hagen
On 7/14/2017 4:39 PM, Ulrike Fischer wrote: I have been trying to use the newest generic font loader (luatex-fonts-merged.lua) in the context minimals with luaotfload in latex. This mostly worked with one exception: luaotfload-letterspace.lua reference a value that no longer exists:

Re: [NTG-context] +ssty leads to wrong parentheses with stix2math fonts.

2017-07-14 Thread Ulrike Fischer
Am Wed, 12 Jul 2017 11:33:22 +0200 schrieb Hans Hagen: > Anyway, the previous mail with the patch checks for al three > 'missing' fields so this is basically the same issue. If not, let > me know. As far as I can the patch works fine. I even was able to include it in the latex fontloaders (with

Re: [NTG-context] confusing columns balancing results

2017-07-14 Thread Floris van Manen
> On 14 Jul 2017, at 17:28, Rik Kabel wrote: > > Henriā€™s example fails for me in the same way that Floris describes. However, > when I remove either or both of the following lines from the first > \setuplayout directive, all is well. > header=0mm, > footer=0mm, >

Re: [NTG-context] whitespace between endnotes

2017-07-14 Thread Meer, Hans van der
Exactly what I was looking for. Thanks! Hans van der Meer > On 14 Jul 2017, at 17:07, Pablo Rodriguez wrote: > > On 07/14/2017 02:44 PM, Meer, Hans van der wrote: >> \placenotes[endnote] puts a list of endnotes spaced out with the >> setting of \setupwhitespace. Is there a

Re: [NTG-context] confusing columns balancing results

2017-07-14 Thread Rik Kabel
On 2017-07-13 20:05, Henri Menke wrote: On Fri, 2017-07-14 at 01:08 +0200, Floris van Manen wrote: When i try to use five balanced columns on a landscape page, i get unexpected results. \setuppapersize[A4, landscape] \setupbodyfont[8pt] \language[fr] \setupcolumns[ n=5,

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-14 Thread Mathias Schickel
> Am 13.07.2017 um 01:18 schrieb Aditya Mahajan : > > On Wed, 12 Jul 2017, Mathias Schickel wrote: > >> Does no-one know what I can do to settle the problem? >> [...] >> So what can I do to get the footnotes in a background environment displayed? > > \automigrateinserts >

Re: [NTG-context] Extensible arrows in ConTeXT

2017-07-14 Thread Mathias Schickel
> Am 14.07.2017 um 11:33 schrieb Mathias Schickel : > > Dear list, > > I want to typeset an extensible arrow as described in this document: > http://dl.contextgarden.net/myway/matharrows.pdf > > Sadly I get errors

Re: [NTG-context] whitespace between endnotes

2017-07-14 Thread Pablo Rodriguez
On 07/14/2017 02:44 PM, Meer, Hans van der wrote: > \placenotes[endnote] puts a list of endnotes spaced out with the > setting of \setupwhitespace. Is there a means to keep > \setupwhitespace undisturbed but changing this for the endnotes > alone? Some parameter to be specified in \setupnote,

[NTG-context] generic font loader + luaotfload: 'nodepool' (a nil value)"

2017-07-14 Thread Ulrike Fischer
I have been trying to use the newest generic font loader (luatex-fonts-merged.lua) in the context minimals with luaotfload in latex. This mostly worked with one exception: luaotfload-letterspace.lua reference a value that no longer exists:

[NTG-context] whitespace between endnotes

2017-07-14 Thread Meer, Hans van der
\placenotes[endnote] puts a list of endnotes spaced out with the setting of \setupwhitespace. Is there a means to keep \setupwhitespace undisturbed but changing this for the endnotes alone? Some parameter to be specified in \setupnote, \setupnotation or one of its friends perhaps?

Re: [NTG-context] Breaking formulas

2017-07-14 Thread Hans Hagen
On 7/14/2017 11:37 AM, Mathias Schickel wrote: I am not sure if the file that I have prepared to sum up some of the problems of the actual implementation of auto breaking of formulas has reached the list. This time I will send only the context file to avoid too large files. this autobreaking

[NTG-context] Breaking formulas

2017-07-14 Thread Mathias Schickel
Dear List, I am not sure if the file that I have prepared to sum up some of the problems of the actual implementation of auto breaking of formulas has reached the list. This time I will send only the context file to avoid too large files. Best Mathias formula-breaking.tex Description: TeX

[NTG-context] Extensible arrows in ConTeXT

2017-07-14 Thread Mathias Schickel
Dear list, I want to typeset an extensible arrow as described in this document: http://dl.contextgarden.net/myway/matharrows.pdf Sadly I get errors if I use \xrightarrow (even this simple command does not work). Do extensible arrows still

Re: [NTG-context] test on front/body/backmatter

2017-07-14 Thread Hans Hagen
On 7/14/2017 10:42 AM, Meer, Hans van der wrote: Is there a test usable in a macro to determine if one is inside frontmatter, bodymatter, backmatter? \starttext \startfrontmatter \doifelsemode{*frontpart}{yes}{no} \doifelsemode{*backpart} {yes}{no} \stopfrontmatter \startbackmatter

[NTG-context] test on front/body/backmatter

2017-07-14 Thread Meer, Hans van der
Is there a test usable in a macro to determine if one is inside frontmatter, bodymatter, backmatter? Hans van der Meer ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] lua error when --synctex is used

2017-07-14 Thread Hans Hagen
On 7/13/2017 11:40 PM, Ulrike Fischer wrote: When I run a minimal context file with the -synctex-switch context --synctex context-test.tex then I get a lua error: lua error > lua error on line 1 in file C:/Users/XXX/Documents/tests/contexttext/context-test.tex:

Re: [NTG-context] confusing columns balancing results

2017-07-14 Thread Floris van Manen
Here too, your example does renders correctly. Now try this: === \setuppapersize[A4, landscape] \setupbodyfont[8pt] \language[fr] \setupcolumns[ n=5, distance=4mm, balance=yes, tolerance=tolerant] \setupfootertexts[][] \setuplayout[ backspace=10mm, width=277mm,