[NTG-context] latest lmtx

2020-09-05 Thread Alan Bowen
When I process \starttext Hello, world! \stoptext I get the following error message: /Users/bowen1/Library/TeXShop/Engines/LuaMetaTeX.engine:9: no such file or directory: /Users/bowen1/context-osx-64/tex/texmf-osx-64/bin/mtxrun resolvers | formats | executing runner 'run luametatex f

[NTG-context] LuaMetaTex dereferences NULL pointer

2020-08-31 Thread Marcel Fabian Krüger
Hi, with the latest LuaMetaTeX upload (running on Linux x64), \normalunexpanded tries to write to address 0 and therefore segfaults: \normalunexpanded{abc} \starttext \stoptext ConTeXt fails with mtx-context | fatal error: return code: 139 The most interesting message from valgrind is

[NTG-context] CFF2 based variable fonts with SubRS

2020-08-26 Thread Marcel Fabian Krüger
f reader > cff > unknown local call 314, case 2 : [300 -12] n=2 otf reader > cff > unknown local call 607, case 2 : [-99 -66 99 174] n=4 otf reader > fatal error in file 'SourceCodeVariable-Roman.otf': ...e0dde776fb1556f32e/formats/luametatex/font-c

Re: [NTG-context] set_lua freezes control sequences

2020-08-25 Thread Marcel Fabian Krüger
On Tue, Aug 25, 2020 at 04:48:27PM +0200, Hans Hagen wrote: > > I noticed that recent LuaMetaTeX versions treats control sequences > > defined using token.set_lua with `value` or `condition` as frozen and > > does not allow redefining them. Given that these are not macros,

[NTG-context] new version

2020-08-25 Thread Hans Hagen
age is not that large in luametatex. When mem gets increased, there is a message. We can use that to eventually determine the best values. Actually we might even lower some initial values (not that it matters much, lua uses more). Of course there is also --timing but that one has been ther

Re: [NTG-context] set_lua freezes control sequences

2020-08-25 Thread Hans Hagen
On 8/25/2020 3:59 PM, Marcel Fabian Krüger wrote: Hi, I noticed that recent LuaMetaTeX versions treats control sequences defined using token.set_lua with `value` or `condition` as frozen and does not allow redefining them. Given that these are not macros, we also can't "unfreeze&q

[NTG-context] set_lua freezes control sequences

2020-08-25 Thread Marcel Fabian Krüger
Hi, I noticed that recent LuaMetaTeX versions treats control sequences defined using token.set_lua with `value` or `condition` as frozen and does not allow redefining them. Given that these are not macros, we also can't "unfreeze" them using \unletfrozen. 1. Would it be po

Re: [NTG-context] \scantokens in luametatex

2020-08-14 Thread Marcel Fabian Krüger
Thank you for fixing this! On Thu, Aug 13, 2020 at 02:31:51PM +0200, Marcel Fabian Krüger wrote: > Hi, > > in the current luametatex upload, \scantokens (and also \scantextokens) > behave odd: They seem to act like \detokenize, except that spaces get > catcode other instead o

Re: [NTG-context] \scantokens in luametatex

2020-08-13 Thread Hans Hagen
On 8/13/2020 2:31 PM, Marcel Fabian Krüger wrote: in the current luametatex upload, \scantokens (and also \scantextokens) behave odd: They seem to act like \detokenize, except that spaces get catcode other instead of catcode space: \starttext \edef\abc{\scantokens{\relax}} \abc \edef\abc

[NTG-context] \scantokens in luametatex

2020-08-13 Thread Marcel Fabian Krüger
Hi, in the current luametatex upload, \scantokens (and also \scantextokens) behave odd: They seem to act like \detokenize, except that spaces get catcode other instead of catcode space: \starttext \edef\abc{\scantokens{\relax}} \abc \edef\abc{\scantextokens{\relax}} \abc \stoptext used to

Re: [NTG-context] How can I use ConTeXt from TeXLive2020 ?

2020-08-11 Thread Otared Kavian
t name it knows that it has to start in lua mode. > > On windows there are two small stubs: mtxrun.exe and context.exe an both will > start luatex (no need for texlua there) with the same script etc. > > In a luametatex setup we have a uniform and simpler model. > > luamet

Re: [NTG-context] How can I use ConTeXt from TeXLive2020 ?

2020-08-11 Thread Hans Hagen
there) with the same script etc. In a luametatex setup we have a uniform and simpler model. luametatex : binary mtxrun : a copy of luametex or symlink to it context : a copy of luametex or symlink to it mtxrun.lua : used when mtxrun is started context.lua : used when

Re: [NTG-context] context --luatex does not redirect to LuaTeX

2020-08-08 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 08.08.2020 um 17:17: Hi again! When context --luatex is used with current version: 2020.08.07 23:37 LuaMetaTeX is still used. --engine=luatex has no effect, either. Is that a bug? Thanks I have no problems using LuaTeX on Windows. You can try a new installation

[NTG-context] context --luatex does not redirect to LuaTeX

2020-08-08 Thread Jairo A. del Rio
Hi again! When context --luatex is used with current version: 2020.08.07 23:37 LuaMetaTeX is still used. --engine=luatex has no effect, either. Is that a bug? Thanks Cordially, Jairo :) ___ If your question is of

Re: [NTG-context] Installing VSCode extension?

2020-08-05 Thread Mikael Sundqvist
“tasks":[ ] and save it. > (You have to modify the "texmf-osx-64/bin” path in the following script > from your machine. > > { > "label": "ConTeXt LuaMetaTeX", > "type": "shell", > "command": "expor

Re: [NTG-context] Installing VSCode extension?

2020-08-05 Thread Jeong Dal
ipt from your machine. { "label": "ConTeXt LuaMetaTeX", "type": "shell", "command": "export PATH=/Users/graph/ConTeXtLM/tex/texmf-osx-64/bin:$PATH;mtxrun --autogenerate --script conte

Re: [NTG-context] About vertical typesetting in ConTeXt

2020-08-04 Thread Jairo A. del Rio
Jairo :) > > El mié., 10 de jun. de 2020 a la(s) 02:30, Hans Hagen (j.ha...@xs4all.nl) > escribió: > >> On 6/10/2020 7:49 AM, Jairo A. del Rio wrote: >> > Hi list! I'm curious about vertical typesetting in ConTeXt. As far as I >> > know, LuaTeX sup

Re: [NTG-context] \fontdimen in LuaMetaTeX

2020-08-04 Thread Hans Hagen
On 8/3/2020 7:57 PM, Marcel Fabian Krüger wrote: Hi, recent LuaMetaTeX versions no longer automatically resize the fontdimen arrays on assignments. indeed, using font dimens for other purposes than fonts is pre-etex hackery that (c|sh)ould have been abandoned decades ago Is there a way to

[NTG-context] \fontdimen in LuaMetaTeX

2020-08-03 Thread Marcel Fabian Krüger
Hi, recent LuaMetaTeX versions no longer automatically resize the fontdimen arrays on assignments. Is there a way to manually resize them or is it necessary to reload a patched font you want more fontdimens? Also, there is an issue with the error message (I guess) for font.setfontdimen

Re: [NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread kaddour kardio
kaddour kardio schrieb am 02.08.2020 um 11:02: > > Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my > > archlinux machine, i got this error when trying to update my font lists > > > > (lmtx) ➜ ~ mtxrun --script fonts --reload > >

Re: [NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread Wolfgang Schuster
kaddour kardio schrieb am 02.08.2020 um 11:02:  Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my archlinux machine, i got this error when trying to update my font lists (lmtx) ➜  ~ mtxrun --script fonts --reload mtxrun          | unknown

[NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread kaddour kardio
Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my archlinux machine, i got this error when trying to update my font lists (lmtx) ➜ ~ mtxrun --script fonts --reload mtxrun | unknown script 'fonts.lua' or 'mtx-font

Re: [NTG-context] handle_error_hook in LuaMetaTeX

2020-08-01 Thread Hans Hagen
On 7/31/2020 6:17 PM, Marcel Fabian Krüger wrote: Hi, thanks for handling f file consition in LuaMetaTeX. While playing with that, I encountered a potential bug in the latest LuaMetaTeX version: If handle_error_hook is executed and returns any number, LuaMetaTeX segfaults. (I'm pretty sure

[NTG-context] handle_error_hook in LuaMetaTeX

2020-07-31 Thread Marcel Fabian Krüger
Hi, thanks for handling f file consition in LuaMetaTeX. While playing with that, I encountered a potential bug in the latest LuaMetaTeX version: If handle_error_hook is executed and returns any number, LuaMetaTeX segfaults. (I'm pretty sure that this still worked with the previous ve

Re: [NTG-context] Lua related change in LuaMetaTeX?

2020-07-29 Thread Marcel Fabian Krüger
On Wed, Jul 29, 2020 at 09:37:13PM -0700, Hans Hagen wrote: > > One other question about LuaMetaTeX 2.7.1: I noticed that the > > terminal_input callback is gone. Does this mean that the current > > behaviour of basically freezing when previously terminal input was > > requ

Re: [NTG-context] Lua related change in LuaMetaTeX?

2020-07-29 Thread Hans Hagen
other question about LuaMetaTeX 2.7.1: I noticed that the terminal_input callback is gone. Does this mean that the current behaviour of basically freezing when previously terminal input was requested is hardcoded or is some other callback invoked which can then provide some tokens? first line on co

Re: [NTG-context] Lua related change in LuaMetaTeX?

2020-07-29 Thread Marcel Fabian Krüger
s quite stable and reliable (given the massive amount of lua > code that we use in context) ... so, normally patience - read: wait for > updates - is the answer Oh I see, I wasn't aware that the dev versions are used. After recompiling with the latest development code the error is gone. One

Re: [NTG-context] Lua related change in LuaMetaTeX?

2020-07-29 Thread Hans Hagen
On 7/29/2020 6:22 AM, Marcel Fabian Krüger wrote: Hi, starting with LuaMetaTeX 2.07.01, a C library I load from Lua started to segfault and valgrind indicates that it accesses invalid memory in multiple places in the middle of Lua internal functions?! The whole thing looks almost like the Lua

[NTG-context] Lua related change in LuaMetaTeX?

2020-07-28 Thread Marcel Fabian Krüger
Hi, starting with LuaMetaTeX 2.07.01, a C library I load from Lua started to segfault and valgrind indicates that it accesses invalid memory in multiple places in the middle of Lua internal functions?! The whole thing looks almost like the Lua versions in LuaMetaTeX and in the library are

Re: [NTG-context] upload

2020-07-28 Thread Fabrice Couvreur
g edge > mkiv : when possible following lmtx, otherwise frozen > > Because we develop lmtx and luametatex alongside it is no problem if we > have experimental (and even temporary imperfect) code in the engine: > context knows about it and especially with experiments, we try to make

[NTG-context] upload

2020-07-27 Thread Hans Hagen
kiv : when possible following lmtx, otherwise frozen Because we develop lmtx and luametatex alongside it is no problem if we have experimental (and even temporary imperfect) code in the engine: context knows about it and especially with experiments, we try to make sure it doesn't hit users (who we

Re: [NTG-context] context --engine=luatex not working

2020-07-23 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 23.07.2020 um 19:03: Hi list! Is --engine=luatex working? Has it changed? The switch seems to be ignored with newer ConTeXt distributions, so only LuaMetaTeX is used. Thank you in advance. context --luatex Wolfgang

[NTG-context] context --engine=luatex not working

2020-07-23 Thread Jairo A. del Rio
Hi list! Is --engine=luatex working? Has it changed? The switch seems to be ignored with newer ConTeXt distributions, so only LuaMetaTeX is used. Thank you in advance. Jairo :) ___ If your question is of interest to

Re: [NTG-context] --silent and so on

2020-07-23 Thread Taco Hoekwater
sole" compilation options. >> Somewhat related question: is there a way to get rid of the >>“This is LuaMetaTeX, Version 2.06.18 “ >> line on the terminal ? > Ah, you want to completely hide that tex is used, just in case someone who > watches a run gets bad feelings (and

Re: [NTG-context] --silent and so on

2020-07-23 Thread Hans Hagen
order for this to work I used with previous versions the "--nonstopmode --batchmode --silent --noconsole" compilation options. Somewhat related question: is there a way to get rid of the “This is LuaMetaTeX, Version 2.06.18 “ line on the terminal ? Ah, you want to completely hide t

Re: [NTG-context] --silent and so on

2020-07-23 Thread Taco Hoekwater
s to work I used with > previous versions > > the "--nonstopmode --batchmode --silent --noconsole" compilation options. Somewhat related question: is there a way to get rid of the “This is LuaMetaTeX, Version 2.06.18 “ l

Re: [NTG-context] Pre-registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-07-20 Thread Jano Kula
> > For the second time we will held the meeting at the friendly farm U Škodů, > at the eastern border of Prague. See the gallery from 2018 > <http://kostverlorenvaart.nl/context2018/> by Frans Goddijn. > > Topics will cover usage and development of LuaMetaTeX, ConTeXt, and

Re: [NTG-context] lmtx install fails to run

2020-07-09 Thread Hans Hagen
t file 'lang-mis.mkxl' is not found, quitting resolvers       | formats | resolvers       | formats | binary path      : /Users/hansm/TeX/context-lmtx/tex/texmf-osx-64/bin resolvers       | formats | format path      : /Users/hansm/TeX/context-lmtx/tex/texmf-cache/luatex-cache/conte

[NTG-context] lmtx install fails to run

2020-07-09 Thread Hans van der Meer
solvers | formats | resolvers | formats | binary path : /Users/hansm/TeX/context-lmtx/tex/texmf-osx-64/bin resolvers | formats | format path : /Users/hansm/TeX/context-lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex re

Re: [NTG-context] Minimum METAPOST code produces problematic PDF

2020-07-08 Thread Gerben Wierda
0)--(100,0) dashed withdots; > \stopMPpage > > When run through LuaMetaTeX produces a PDF about which Acrobat complains: > > The dimensions of this page are out-of-range. Page content might be > truncated. > > and Adobe InDesign cannot handle it at all (displays emp

Re: [NTG-context] Minimum METAPOST code produces problematic PDF

2020-07-07 Thread Jairo A. del Rio
gt; \stopMPpage > > When run through LuaMetaTeX produces a PDF about which Acrobat complains: > > The dimensions of this page are out-of-range. Page content might be > truncated. > > and Adobe InDesign cannot handle it at all (displays empty). > > The error message stays with >

[NTG-context] Minimum METAPOST code produces problematic PDF

2020-07-07 Thread Gerben Wierda
The following code: \startMPpage[instance=doublefun] draw (0,0)--(100,0) dashed withdots; \stopMPpage When run through LuaMetaTeX produces a PDF about which Acrobat complains: The dimensions of this page are out-of-range. Page content might be truncated. and Adobe InDesign cannot

Re: [NTG-context] LMTX and soft links (Linux)

2020-07-06 Thread Pablo Rodriguez
ln -s /usr/local/texlive/2020/texmf-dist/tex > ~/lmtx/tex/texmf-modules/tex > > > > and similar (lmtx is my directory for the standalone). > > > > LuaTeX finds files without any issues. However LuaMetaTeX gives the > > following error: >

Re: [NTG-context] Bad interaction between \setupinteraction and \defineenumeration

2020-07-06 Thread Jairo A. del Rio
optext > > > > works almost perfectly. However, the cross-reference does not work, even > if the number of the enumeration is displayed correctly. The example fails > both in LuaTeX and LuaMetaTeX. As I remem

Re: [NTG-context] Bad interaction between \setupinteraction and \defineenumeration

2020-07-06 Thread Otared Kavian
However, the cross-reference does not work, even if > the number of the enumeration is displayed correctly. The example fails both > in LuaTeX and LuaMetaTeX. As I remember, the problem appeared as early as > 2019, so not a matter of a bad

[NTG-context] Bad interaction between \setupinteraction and \defineenumeration

2020-07-05 Thread Jairo A. del Rio
}{\input ward} \stopproposition \in[prop:1] \stoptext works almost perfectly. However, the cross-reference does not work, even if the number of the enumeration is displayed correctly. The example fails both in LuaTeX and LuaMetaTeX. As I remember, the problem appeared as early as 2019, so not a matter of

[NTG-context] Fwd: Radicals are broken (again)

2020-07-05 Thread Jairo A. del Rio
following gives wrong outputs both in LuaTeX and LuaMetaTeX: \starttext $\sqrt{3}$ \stoptext The beta date is 2020.7.5. Thank you very much. Jairo :) ___ If your question is of interest to others as well, please add

[NTG-context] Radicals are broken (again)

2020-07-05 Thread Jairo A. del Rio
The following gives wrong outputs both in LuaTeX and LuaMetaTeX: \starttext $\sqrt{3}$ \stoptext The beta date is 2020.7.5. Thank you very much. Jairo :) ___ If your question is of interest to others as well

Re: [NTG-context] LMTX and soft links (Linux)

2020-07-05 Thread Jairo A. del Rio
ist/tex ~/lmtx/tex/texmf-modules/tex > > > > and similar (lmtx is my directory for the standalone). > > > > LuaTeX finds files without any issues. However LuaMetaTeX gives the > > following error: > > > > runtime error : input file (name of file) is not fou

Re: [NTG-context] LMTX and soft links (Linux)

2020-07-05 Thread Pablo Rodriguez
/local/texlive/2020/texmf-dist/tex ~/lmtx/tex/texmf-modules/tex > > and similar (lmtx is my directory for the standalone). > > LuaTeX finds files without any issues. However LuaMetaTeX gives the > following error: > > runtime error : input file (name of file) is not found, qui

Re: [NTG-context] ConTeXt source browser website update

2020-07-05 Thread Hans Hagen
are welcome. The download feature for binary files is broken, at least a leading newline is prefixed to the download. But even then https://source.contextgarden.net/source/luametatex/luametatex-source.tar.xz is corrupted. just ignore it ... it's just a left over crap file from some test

Re: [NTG-context] ConTeXt source browser website update

2020-07-05 Thread Leah Neukirchen
wnload feature for binary files is broken, at least a leading newline is prefixed to the download. But even then https://source.contextgarden.net/source/luametatex/luametatex-source.tar.xz is corrupted. Cheers, -- Leah Neukirchenhttps://

[NTG-context] LMTX and soft links (Linux)

2020-07-05 Thread Jairo A. del Rio
nd similar (lmtx is my directory for the standalone). LuaTeX finds files without any issues. However LuaMetaTeX gives the following error: runtime error : input file (name of file) is not found, quitting The same result is for modules, .sty files and .tex files. Is this intentional, a bug in LMT

Re: [NTG-context] About some deprecated commands

2020-07-05 Thread Wolfgang Schuster
ased on an article Taco wrote 2002 for MAPS. The solution is to get rid of the old commands and focus on LuaTeX and LuaMetaTeX solutions because the second allows different TeX code. The following example shows one of these differences. % LuaTeX \def\mycommand {\ifxxx \expandafter\

Re: [NTG-context] Multiple cases of unexpected behaviour in luametatex

2020-07-04 Thread Hans Hagen
On 7/4/2020 7:22 AM, Marcel Fabian Krüger wrote: Anyway, tehre is another thing I am wondering about: In the latest luametatex versions, error help strings do not seem to work like they used to. Especially after \errhelp{some help}\errmessage{error} or tex.error('fdfd', {'some

[NTG-context] Converting a CSV file to a Lua table and Lua file

2020-07-04 Thread Otared Kavian
Hi all, I have a bash script which converts a CSV file into a Lua table, which is then used in ConTeXt. It works fine, but I wonder whether there is a code within LuaMetaTeX for doing this directly there (writing a new file which contains the Lua table). This would be more efficient and neater

Re: [NTG-context] Multiple cases of unexpected behaviour in luametatex

2020-07-03 Thread Marcel Fabian Krüger
On Fri, Jul 03, 2020 at 09:56:28PM +0200, Hans Hagen wrote: > On 7/3/2020 2:55 PM, Marcel Fabian Krüger wrote: > > Hi, > > > > I recently noticed some cases where luametatex behaved in unexpected > > ways: > > > >- The "Extra \fi&q

Re: [NTG-context] Multiple cases of unexpected behaviour in luametatex

2020-07-03 Thread Hans Hagen
On 7/3/2020 2:55 PM, Marcel Fabian Krüger wrote: Hi, I recently noticed some cases where luametatex behaved in unexpected ways: - The "Extra \fi" error isn't triggered, instead an extra `\fi` freezes luametatex. (Can be reproduced by compiling a document which onl

[NTG-context] Multiple cases of unexpected behaviour in luametatex

2020-07-03 Thread Marcel Fabian Krüger
Hi, I recently noticed some cases where luametatex behaved in unexpected ways: - The "Extra \fi" error isn't triggered, instead an extra `\fi` freezes luametatex. (Can be reproduced by compiling a document which only consists of a single \fi) - token.new can only cr

Re: [NTG-context] Commands with arguments before in ConTeXt

2020-06-29 Thread Jairo A. del Rio
is not possible in TeX > > > > > > \def#1\macro{blabla#1} > > > > > > where arguments come before. The only partial exceptions are commands > > > like \atop or \over, which are in fact primitives. Is there a way to > do > > > this in ConTeXt? &g

Re: [NTG-context] Commands with arguments before in ConTeXt

2020-06-29 Thread Taco Hoekwater
; > > where arguments come before. The only partial exceptions are commands > > like \atop or \over, which are in fact primitives. Is there a way to do > > this in ConTeXt? > > > > Could it be a feature request for LuaMetaTeX? I've seen Hans > > experimenting

Re: [NTG-context] Commands with arguments before in ConTeXt

2020-06-29 Thread Jairo A. del Rio
ad the following is not possible in TeX > > > > \def#1\macro{blabla#1} > > > > where arguments come before. The only partial exceptions are commands > > like \atop or \over, which are in fact primitives. Is there a way to do > > this in ConTeXt? > > > > Co

Re: [NTG-context] Commands with arguments before in ConTeXt

2020-06-29 Thread Hans Hagen
be a feature request for LuaMetaTeX? I've seen Hans experimenting a lot with new primitives and new possibilities for arguments, like #0 and co., so I ask in case it's not too nonsensical to propose it. Regards Every \foo will be looked up, so by the time \macro in: bla bla {\bf

[NTG-context] Commands with arguments before in ConTeXt

2020-06-28 Thread Jairo A. del Rio
I've read the following is not possible in TeX \def#1\macro{blabla#1} where arguments come before. The only partial exceptions are commands like \atop or \over, which are in fact primitives. Is there a way to do this in ConTeXt? Could it be a feature request for LuaMetaTeX? I've

Re: [NTG-context] error running wiki example with labels

2020-06-26 Thread Jan-Erik Hägglöf
d nodes: 62 nodes, 12 lists of 443 mkiv lua stats > node memory usage: 64 attribute, 30 attribute_list, 1 glue, 51 glue_spec, 3 kern, 2 penalty, 2 temp, 2 whatsit mkiv lua stats > node list callback tasks: 8 unique task lists, 7 instances (re)created, 464 calls mkiv lua stats > used

[NTG-context] lmtx

2020-06-19 Thread Hans Hagen
not much (measurable) to gain at the macro level wrt speed. Most bottlenecks are at the Lua end anyway. (1) macro arguments: In tex a macro argument is defined with numbers, so \def\foo#1#2{... #2 ... #2 ...} in luametatex we can have some variants #0 : the argument is picked up but not s

Re: [NTG-context] Yet another cornercase of ^^ handling in LuaMetaTeX

2020-06-17 Thread Hans Hagen
On 6/17/2020 4:24 PM, Marcel Fabian Krüger wrote: How does this work with mark nodes? Their mark field has a table containing triples of command, character and "cs" value. How can the actual csname of a controlsequence be extracted from this in LuaMetaTeX? at the token ends marks are

Re: [NTG-context] Yet another cornercase of ^^ handling in LuaMetaTeX

2020-06-17 Thread Marcel Fabian Krüger
gt; > > again > > > > > > > Beside that, I noticed a smaller weird thing when using LuaMetaTeX in > > > > ini > > > > mode without Context: The default mathcodes for digits and letters have > > > > their class and family values switched.

Re: [NTG-context] Yet another cornercase of ^^ handling in LuaMetaTeX

2020-06-17 Thread Hans Hagen
On 6/17/2020 12:10 PM, Marcel Fabian Krüger wrote: On Mon, Jun 15, 2020 at 04:16:06PM +0200, Hans Hagen wrote: ah, i removed some doee that i though was never seen; i'll add that bit again Beside that, I noticed a smaller weird thing when using LuaMetaTeX in ini mode without Context

Re: [NTG-context] wrong page for annotation and \pagenumber

2020-06-15 Thread Rudolf Bahr
ue? > > Many thanks for your help, > > Pablo Hi Pablo, I fear I don't understand what issue you mean, therefore I append my output here. I'm using: LuaMetaTeX, Version 2.04.02 ConTeXt ver: 2020.02.17 19:36 MKIV beta fmt: 2020.2.23 Best wis

[NTG-context] \the\font in luametatex

2020-06-13 Thread Marcel Fabian Krüger
Hi, in the latest luametatex version, \the\font does ... something weird: E.g. with a current, fully updated lmtx, I get for \starttext \showthe\font \stoptext the output > }\ifempty \currentstyleparameter \else \dousecurrentstyleparameter \fi instead of the expected > \3>modern-d

Re: [NTG-context] Changed behavior of ^^ in csname

2020-06-11 Thread Hans Hagen
On 6/11/2020 10:47 PM, Marcel Fabian Krüger wrote: The following document: \starttext \def\mymacro#1 bc{} {\mymacro a b bc} \stoptext used to work and lead to no output. But in the new luametatex version, it complains about "! Argument of \mymacro has an extra }" as if it doesn'

Re: [NTG-context] Changed behavior of ^^ in csname

2020-06-11 Thread Marcel Fabian Krüger
ors and ^^ is the only way to get that without introducing actual changes to behavior. I had another issue with the latest luametatex: The following document: \starttext \def\mymacro#1 bc{} {\mymacro a b bc} \stoptext used to work and lead to no output. But in the new luametatex version, it complain

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Lutz Haseloff
I run the "Userland" App from Playstore. That App integrates well with Android. I can edit with vim in the kali linux terminal or with any other Editor for Android like Jota+. I can try to compile the luametatex manual and send you the results. Greetings Lutz Am 10. Juni 2020 19:

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Hans Hagen
, but how about the disk. How do you edit on such a device? (Over the time lmtx became more efficient in terms on memory (access) and such. Compiling the luametatex manual on the RPI 4 (somewhat overclocked) takes 3 times when my laptop does which I consider okay, although the aim of course is

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread mf
LuaMetaTeX, Version 2.06.07 system  > ConTeXt  ver: 2020.06.10 Seems OK to me. I get the same result with LuaTeX+MkIV 2020-05-08 and LMTX 2020-06-10, even commenting out \dontleavehmode. The only difference is the figure color: blue for LMTX, yellow for MkIV. Ma

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread Wolfgang Schuster
LuaMetaTeX, Version 2.06.07 system  > ConTeXt  ver: 2020.06.10 No problem here (but the version from May a problem). mtx-context | current version: 2020.06.10 12:26 Wolfgang ___ If your question is

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread Hans Hagen
figure-framedtext.tex In the above example the fix is to add \dontleavehmode between the figue and the framedtext. If one comments out that line then the issue can be seen. Thanks in advance for any help: Otared K. can others confirm this This is LuaMetaTeX, Version 2.06.07 system

Re: [NTG-context] new version

2020-06-10 Thread Alan Bowen
that we get a more meaningful > and robust subsystem (basically getting rid of funny numbers) ... this > also will be discussed in an evenmore chapter .. not that users need it > (i think) > > - as a side effect (or necessity) some low level recoding (and > abstraction) had to hap

[NTG-context] new version

2020-06-10 Thread Hans Hagen
broken) .. in the end it was all doable because most of the preparation was already done over the last years - in the process we got rid of a traditional tex data structure that was left over from the 32 bit times but no longer needed in our 64 bit luatex/luametatex universe (i might backport th

Re: [NTG-context] About vertical typesetting in ConTeXt

2020-06-10 Thread Hans Hagen
On 6/10/2020 7:49 AM, Jairo A. del Rio wrote: Hi list! I'm curious about vertical typesetting in ConTeXt. As far as I know, LuaTeX supports four text directions, but LTL is broken for Manchu script (letters are displayed unjoined in LTL mode) and LuaMetaTeX does not support vertical direc

[NTG-context] About vertical typesetting in ConTeXt

2020-06-09 Thread Jairo A. del Rio
Hi list! I'm curious about vertical typesetting in ConTeXt. As far as I know, LuaTeX supports four text directions, but LTL is broken for Manchu script (letters are displayed unjoined in LTL mode) and LuaMetaTeX does not support vertical directions anymore, at least as primitives. I foun

Re: [NTG-context] Updating lmtx

2020-06-07 Thread Otared Kavian
11:34 AM, Otared Kavian wrote: >> Hi all, >> When I run >> sh install.sh >> in order to update my installation of LuaMetaTeX, I keep getting version >> 2020.05.25 23:39. >> Is this the latest version, or have I an issue with the install script? > There hav

Re: [NTG-context] Updating lmtx

2020-06-07 Thread Hans Hagen
On 6/7/2020 11:34 AM, Otared Kavian wrote: Hi all, When I run sh install.sh in order to update my installation of LuaMetaTeX, I keep getting version 2020.05.25 23:39. Is this the latest version, or have I an issue with the install script? There have been no updates last week ... there

[NTG-context] Updating lmtx

2020-06-07 Thread Otared Kavian
Hi all, When I run sh install.sh in order to update my installation of LuaMetaTeX, I keep getting version 2020.05.25 23:39. Is this the latest version, or have I an issue with the install script? Thanks in advance for any help: Otared K

[NTG-context] \frac and vertical spacing issue in mathfractions

2020-06-06 Thread Alan Bowen
In the current beta ( LuaMetaTeX, Version 2.06.05), \m{\frac{28}{8\times29}} puts the numerator and denominator too close to the dividing line. Similarly for the variants of \frac and \over. \m{{28}\over{8\times29}} Alan

[NTG-context] Pre-registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-06-02 Thread Jano Kula
nd development of LuaMetaTeX, ConTeXt, and everything related. Each meeting is source of inspiration for everybody, from beginner to expert. Friendly company is always looking for meeting new participants, users of LuaTeX, LuaMetaTeX, ConTeXt, Metapost, etc. There is a special discount for those, who a

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-30 Thread Hans Hagen
t; with an ASCII character. Could this be fixed or is it really a limiatation of Windows? It depends on the version and engine. [...] In luametatex things are different. There all windows specific operations have wide-character support, that is, the utf8 goes via utf16 and codepages and such:

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-30 Thread Pablo Rodriguez
; with an ASCII character. >> >> Could this be fixed or is it really a limiatation of Windows? > It depends on the version and engine. [...] > In luametatex things are different. There all windows specific > operations have wide-character support, that is, the utf8 goes via

Re: [NTG-context] Unicode chars and \insertpages (Win7)

2020-05-29 Thread Hans Hagen
utf names here) but I trust his (always done) testing of context. That will trickle into future binaries (which is somewhat tricky as we have experimental as well as current). In luametatex things are different. There all windows specific operations have wide-character support, that is, th

Re: [NTG-context] \Umathcodenum and get...dir in lmtx

2020-05-28 Thread Hans Hagen
On 5/28/2020 4:03 PM, Marcel Fabian Krüger wrote: Hi, I had two issues with luametatex: The manual documents getters and setters for the directions: The direction states can be queried and set with: tex.gettextdir() tex.getpardir() tex.setmathdir() tex.getlinedir() tex.settextdir

[NTG-context] \Umathcodenum and get...dir in lmtx

2020-05-28 Thread Marcel Fabian Krüger
Hi, I had two issues with luametatex: The manual documents getters and setters for the directions: The direction states can be queried and set with: tex.gettextdir() tex.getpardir() tex.setmathdir() tex.getlinedir() tex.settextdir() tex.setpardir() tex.getmathdir() tex.setlinedir

[NTG-context] LMTX: different output if dots are used in the file name

2020-05-28 Thread Marco Patzer
Hi! LMTX and MkIV behave differently if dots are used in the file name. Example: printf '%s\n' '\starttext\null\stoptext' > foo.10.tex && context foo.10.tex MkIV: → foo.10.pdf LMTX: → foo.pdf Is this intentional? This is LuaMetaTeX, Version 2.06.05 current v

[NTG-context] LMTX: natural table error namespace 'naturaltablelocal', key ', '

2020-05-28 Thread Marco Patzer
omething changed or is it a bug? \starttext \bTABLE \bTR \bTD \samplefile{knuth} \eTD \bTD \samplefile{knuth} \eTD \eTR \eTABLE \stoptext This is LuaMetaTeX, Version 2.06.05 current version: 2020.05.25 23:39 Marco _

Re: [NTG-context] output file name query

2020-05-23 Thread Henning Hraban Ramm
addition is easy because already reads the first line of the document > for special setting (e.g. the engine) but anything which is set in the > document requires more work because you don't know the new name *before* > LuaTeX or LuaMetaTeX create the PDF. You don

Re: [NTG-context] output file name query

2020-05-23 Thread Gerben Wierda
;> That contradicts the mode approach. It would be nice if we could set (or can >> we?) the result from within the product, depending on a mode – since the >> product is renamed only later anyway, that could be viable. > This addition is easy because already reads the first line of th

Re: [NTG-context] output file name query

2020-05-23 Thread Wolfgang Schuster
be viable. This addition is easy because already reads the first line of the document for special setting (e.g. the engine) but anything which is set in the document requires more work because you don't know

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
uaTeX, Version 1.13.0 (TeX Live 2021/dev) > For ConTeXt (LMTX): This is LuaMetaTeX, Version 2.06.03 > > El mié., 20 de may. de 2020 a la(s) 16:25, Hans Hagen (j.ha...@xs4all.nl) > escribió: > >> On 5/20/2020 10:26 PM, Jairo A. del Rio wrote: >> > I did. It turns out that i

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
Info from \luatexbanner For ConTeXt (LuaTeX): This is LuaTeX, Version 1.13.0 (TeX Live 2021/dev) For ConTeXt (LMTX): This is LuaMetaTeX, Version 2.06.03 El mié., 20 de may. de 2020 a la(s) 16:25, Hans Hagen (j.ha...@xs4all.nl) escribió: > On 5/20/2020 10:26 PM, Jairo A. del Rio wrote: > &

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
ect is not working at all. I get this error: >> >> mtx-context | processing extra: mtx-context-select.tex >> mtx-context | redirect luametatex -> luatex: luatex --luaonly >> "/opt/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua" --script mtx-context

<    4   5   6   7   8   9   10   11   12   >