Re: [NTG-context] lmtx vs mkiv

2020-04-05 Thread Axel Kielhorn
e > the engine in the usual way with "% engine=luatex" at the top line of the > source file (but no pdftex and xetex in this installer). I updated LMTX on MacOSX 10.13 today. The luatex binary in not executable, thus when I run axel$ context --luatex --version mtx-context

[NTG-context] lmtx vs mkiv

2020-04-03 Thread Hans Hagen
Hi, One problem of mixed usage of mkiv (with luatex) and lmtx (with luametatex) is that in the later we use a different (initial) context runner. Basically all platforms are now handled the same (in mkiv there was a stub and no texlua, in unix something shebang with texlua because

Re: [NTG-context] Ignored spacings are ignored

2020-03-18 Thread Henri Menke
Dear Hans, Thank you for the examples. Usually glue is only set at the end of a list and the last active glue will be used, so the \frozen mechanism is a bit confusing maybe. Anyway, is there an ETA for the release of the luametatex source? I'd really like to see how \frozen is implemented

Re: [NTG-context] Ignored spacings are ignored

2020-03-17 Thread Hans Hagen
question / remark, it is trivial to introduce a parameters, say \mathspacingmode, that obeys these spacing options (apart from possible weird side effects) but they are global. However, in luametatex we can do this: \def\whatevera {\frozen\Umathordrelspacing \textstyle=50mu \frozen

Re: [NTG-context] XML to ConTeXt: converting date attribute from ISO date

2020-03-11 Thread Hans Hagen
On 3/11/2020 4:54 PM, Axel Kielhorn wrote: Hello Hans and mailing list! Thank you so much. With this example and the help I received earlier from Massi, I’ve been able to write my first finalizer today. It is amazing how powerful luatex is. indeed (and luametatex is supposed to be even bit

[NTG-context] update lmtx / luametatex 2.05

2020-03-10 Thread Hans Hagen
Hi, I uploaded an update of lmtx. The current version of luametatex is 2.05 which is kind of the first supposedly stable release because it incorperates most of what was on my agenda for the first phase (functionality level 20200229 which was when it happened). Of course I expect

Re: [NTG-context] Third party modules in LMTX

2020-03-09 Thread Jorge Manuel
install the "t-letter" module for use with LMTX? >> > > #!/bin/sh > > # Install or update texmf-modules > # Requires: awk, rsync > > # Check whether LuaMetaTeX is available > if ! command -v luametatex > /dev/null; then >echo "luametate

Re: [NTG-context] Quick question about dual output pdf and epub

2020-03-03 Thread Hans van der Meer
> > and then run with --mode=epub I am running with: mtxrun --autogenerate --mode=epub --script context "$1" but no epub document is generated, just the same result.pdf I get without that mode. In .bashrc using: # The current version of the ConTeXt luametatex in use: CONTE

Re: [NTG-context] metapost: remapping colors of an SVG picture

2020-02-20 Thread Hans Hagen
e.svg" ] ; \stopMPcode I get this error. ! Not implemented: (unknown numeric)=(string). ] <*> ... ; p := lmt_svg [ filename = "sample.svg" ] That's because it's LMTX only (the "lmt" prefix of "lmt_svg" should stand for "luametatex"). Yes, with l

Re: [NTG-context] metapost: remapping colors of an SVG picture

2020-02-20 Thread Jan U. Hasecke
aw lmt_svg [ filename = "sample.svg" ] ; >>>> \stopMPcode >>> I get this error. >>> >>> ! Not implemented: (unknown numeric)=(string). >>> >>> ] >>> <*> ... ; p := lmt_svg [ filename = "sample.svg"

Re: [NTG-context] metapost: remapping colors of an SVG picture

2020-02-18 Thread Jan U. Hasecke
MPcode >> I get this error. >> >> ! Not implemented: (unknown numeric)=(string). >> >> ] >> <*> ... ; p := lmt_svg [ filename = "sample.svg" ] >> > That's because it's LMTX only (the "lmt&qu

Re: [NTG-context] metapost: remapping colors of an SVG picture

2020-02-18 Thread mf
t_svg [ filename = "sample.svg" ] That's because it's LMTX only (the "lmt" prefix of "lmt_svg" should stand for "luametatex"). You find documentation about that in LMTX docs, luametafun.pdf, chapter "SVG". Best wishes, Massi _

Re: [NTG-context] font expansion MkXL vs. MkIV

2020-02-17 Thread Hans Hagen
is that characters are misplaced in MkXL with hz enabled. I think this might be a bug. hm, i uploaded a maybe better variant Many thanks for the new version, Hans. It works much better now. Dos the improvement come from the new LuaMetaTeX binary? not this time. its from usage Hans

Re: [NTG-context] font expansion MkXL vs. MkIV

2020-02-17 Thread Pablo Rodriguez
e misplaced in MkXL with hz enabled. I >> think this might be a bug. > > hm, i uploaded a maybe better variant Many thanks for the new version, Hans. It works much better now. Dos the improvement come from the new LuaMetaTeX binary? Many than

Re: [NTG-context] zip downloads / mirror

2020-02-16 Thread Philipp Gesang
fying. I’ve set up the mirror so the “beta” branch will be continued from “latest”. > > PS: I’m out of the loop; is the mirror actually still needed or > > is there an official repo now? > Mojca is working on a repository setup for sources (what we have now but > also includi

Re: [NTG-context] mtxrun

2020-02-15 Thread Aditya Mahajan
/luametatex b95ca64fabcb3f09edd861c4b87671cc bin/mtxrun b95ca64fabcb3f09edd861c4b87671cc tex/texmf-linux-64/bin/luametatex $ md5sum bin/mtxrun.lua tex/texmf-linux-64/bin/mtxrun.lua 4d73c3608cc2463e80c59942b3db7158 bin/mtxrun.lua 4d73c3608cc2463e80c59942b3db7158 tex/texmf-linux-64/bin/mtxrun.lua

Re: [NTG-context] mtxrun

2020-02-15 Thread Floris van Manen
On 15-02-2020 06:40, Rudolf Bahr wrote: > I hope this helps you! At least in the case you're using linux. it appears as that many of the files in the two path are sort of identical: ~/data/context $ md5sum bin/mtxrun tex/texmf-linux-64/bin/luametatex b95ca64fabcb3f09edd861c4b87671cc

Re: [NTG-context] Third party modules in LMTX

2020-02-13 Thread Henri Menke
t-letter module, you can use > > first-setup.sh --modules="t-letter" > > > BUT, the LMTX standalone does not have any "first-setup.sh" shell script. > > Is there another way to install the "t-letter" module for use with LMTX? > #!/bin/sh #

Re: [NTG-context] attachments working again (issue with /EmbeddedFiles)

2020-02-12 Thread Rik Kabel
This document was produced using version \contextversion\ of \ConTeXt\ \doifelse{\texenginename}{luametatex}{LMTX}{\contextmark} with the version \texengineversion\ of \texenginename. \attachment[file=./\jobname.tex, method={\doifmodeelse{hi

Re: [NTG-context] mtxrun

2020-02-12 Thread Rudolf Bahr
t; > The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is > > big, > > so I append it here by the file "Aditya-I". > > It's made by > > LuaMetaTeX, Version 2.03.15 > > ConTeXt ver: 2020.02.11 16:41 MKIV beta fmt: 2020.2.11 > > That

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
whereis mtxrun" gives: > > > > ~/context-lmtx/bin/mtxrun.lua > > > > ~/context-lmtx/bin/mtxrun > > > > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun.lua > > > > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun > > > i assume th

Re: [NTG-context] mtxrun

2020-02-11 Thread Aditya Mahajan
correctly). Hi Aditya! Thank you for your answer! The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is big, so I append it here by the file "Aditya-I". It's made by LuaMetaTeX, Version 2.03.15 ConTeXt ver: 2020.02.11 16:41 MKIV beta fmt: 2020.2.11

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
Aditya! Thank you for your answer! The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is big, so I append it here by the file "Aditya-I". It's made by LuaMetaTeX, Version 2.03.15 ConTeXt ver: 2020.02.11 16:41 MKIV beta fmt: 2020.2.11 Just for fun (but perhaps i

[NTG-context] [Fwd: Re: upload]

2020-02-11 Thread Richard Mahoney | Indica et Buddhica
ource path '/home/rbm49/lmtx/tex/texmf-context/tex/context/base/mkiv' resolvers | formats | changing to format path '/home/rbm49/lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex' resolvers | formats | executing runner 'make luametatex format': /home/r

Re: [NTG-context] upload

2020-02-11 Thread Richard Mahoney | Indica et Buddhica
| formats | changing to format path '/home/rbm49/lmtx/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex' resolvers | formats | executing runner 'make luametatex format': /home/rbm49/lmtx/tex/texmf-linux-64/bin/luametatex --ini --lua=/home/rbm49/lmtx/t

Re: [NTG-context] mtxrun

2020-02-11 Thread Aditya Mahajan
inux-64/bin/mtxrun.lua > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun i assume that you run the last one in this list, which is a copy of or link to the luametatex binary in the texmf-linux-64/bin path Hans, thank you for your answer! So I run explicitly the second one: ~/context-lmtx/bi

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
run.lua > > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun > i assume that you run the last one in this list, which is a copy of or link > to the luametatex binary in the texmf-linux-64/bin path Hans, thank you for your answer! So I run explicitly the second one: ~/context-lmtx/bi

Re: [NTG-context] mtxrun

2020-02-11 Thread Aditya Mahajan
On Tue, 11 Feb 2020, Rudolf Bahr wrote: On Tue, Feb 11, 2020 at 04:57:15PM +0100, Pablo Rodriguez wrote: On 2/11/20 4:23 PM, Rudolf Bahr wrote: > > How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15" > and "ConTeXt 2020.02.10 MKIV bet

Re: [NTG-context] mtxrun

2020-02-11 Thread Hans Hagen
is a copy of or link to the luametatex binary in the texmf-linux-64/bin path Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel:

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
On Tue, Feb 11, 2020 at 04:57:15PM +0100, Pablo Rodriguez wrote: > On 2/11/20 4:23 PM, Rudolf Bahr wrote: > > > > How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX > > 2.03.15" > > and "ConTeXt 2020.02.10 MKIV beta" in my

Re: [NTG-context] mtxrun

2020-02-11 Thread Pablo Rodriguez
On 2/11/20 4:23 PM, Rudolf Bahr wrote: > > How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX > 2.03.15" > and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", > correct > the PATH variable after in

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
On Tue, Feb 11, 2020 at 01:07:23PM +0100, Hans Hagen wrote: > On 2/11/2020 11:56 AM, Rudolf Bahr wrote: > > On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote: > > > On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote: > > > > > > > > Hel

Re: [NTG-context] mtxrun

2020-02-11 Thread Hans Hagen
On 2/11/2020 11:56 AM, Rudolf Bahr wrote: On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote: On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote: Hello ConTeXters! LuaMetaTeX, Version 2.03.15 ConTeXt ver: 2020.02.07 18:36 MKIV beta fmt: 2020.2.10 works well doing my usual

Re: [NTG-context] mtxrun

2020-02-11 Thread Rudolf Bahr
On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote: > On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote: > > > > Hello ConTeXters! > > > > LuaMetaTeX, Version 2.03.15 > > ConTeXt ver: 2020.02.07 18:36 MKIV beta fmt: 2020.2.10 > > works

Re: [NTG-context] mtxrun

2020-02-10 Thread Rudolf Bahr
On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote: > > Hello ConTeXters! > > LuaMetaTeX, Version 2.03.15 > ConTeXt ver: 2020.02.07 18:36 MKIV beta fmt: 2020.2.10 > works well doing my usual tasks. > > Now, I put an .otf-font into ".../tex/texmf-

[NTG-context] mtxrun

2020-02-10 Thread Rudolf Bahr
Hello ConTeXters! LuaMetaTeX, Version 2.03.15 ConTeXt ver: 2020.02.07 18:36 MKIV beta fmt: 2020.2.10 works well doing my usual tasks. Now, I put an .otf-font into ".../tex/texmf-local/", and made mtxrun --generate mtxrun --script fonts --reload mtxrun --script fonts --

Re: [NTG-context] zip downloads / mirror

2020-02-09 Thread Hans Hagen
? Mojca is working on a repository setup for sources (what we have now but also including luametatex sources), installation (including binaries taken from the compile farm), extras (like modules taken from the garden repository) so at some point we can make those official. Till then it's nice

Re: [NTG-context] 14th ConTeXt Meeting (2020), Sibřina, Czech Republic

2020-02-05 Thread Hans Hagen
, LuaMetaTeX, ConTeXt and their practical usage. Talks are not compulsory neither to give nor to attend. Still everyone is welcome to even few minutes presentation on her/his experiences or troubles and challenges. Registration will begin on May 1. There will be cheaper early-bird period May–June

Re: [NTG-context] Official file ending?

2020-02-05 Thread Hans Hagen
w to apply primitives. Maybe not PlainTeX, but plain TeX. E.g. we usually use TeX primitives like \def (even if we have \define), while with LaTeX you use \newcommand, similar with \vbox and others. I understood LuaMetaTeX, as a stripped-down typesetting engine, would be closer to the spirit of K

Re: [NTG-context] Official file ending?

2020-02-05 Thread Henning Hraban Ramm
f how to apply primitives. Maybe not PlainTeX, but plain TeX. E.g. we usually use TeX primitives like \def (even if we have \define), while with LaTeX you use \newcommand, similar with \vbox and others. I understood LuaMetaTeX, as a stripped-down typesetting engine, would be closer to the spir

Re: [NTG-context] Official file ending?

2020-02-04 Thread Pablo Rodriguez
On 2/4/20 4:15 PM, Philipp A. wrote: > Thank you all! What is lmtx? Is there any link with infos? Dear Philipp, LuaMetaTeX is LuaTeX developed only for ConTeXt. More infos: https://mailman.ntg.nl/pipermail/ntg-context/2019/094476.html https://mailman.ntg.nl/pipermail/ntg-context/2

[NTG-context] 14th ConTeXt Meeting (2020), Sibřina, Czech Republic

2020-01-31 Thread Jano Kula
Dear all, as you may have noticed: the 14th ConTeXt Meeting will be held in Sibřina, Czech Republic on *September 6–12 (Sun–Sat), 2020* Meeting people you know from the list is always a great pleasure and fun as are discussed topics on LuaTeX, LuaMetaTeX, ConTeXt and their practical usage

Re: [NTG-context] beta vs current

2020-01-30 Thread Hans Hagen
(probaly not used that much any longer) luatex|luajittex : mkiv (also the test for luatex dev) luametatex : lmtx (the (upcoming) real deal) Mojca and I are diuscussing / working on an upgrade of the context garden installations and repositories but more about that later, Will lmtx be available

Re: [NTG-context] beta vs current

2020-01-30 Thread Henri Menke
). > > I like this change. > >> A more fundamental distinction is between the versions: >> >> pdftex|xetex : mkii (probaly not used that much any longer) >> luatex|luajittex : mkiv (also the test for luatex dev) >> luametatex : lmtx (the (upcoming)

Re: [NTG-context] beta vs current

2020-01-30 Thread Aditya Mahajan
for luatex dev) luametatex : lmtx (the (upcoming) real deal) Mojca and I are diuscussing / working on an upgrade of the context garden installations and repositories but more about that later, Will lmtx be available on the next texlive? Aditya

[NTG-context] beta vs current

2020-01-30 Thread Hans Hagen
the fact that we no longer use the labels (and distinction on the website). A more fundamental distinction is between the versions: pdftex|xetex : mkii (probaly not used that much any longer) luatex|luajittex : mkiv (also the test for luatex dev) luametatex : lmtx (the (upcoming) real deal

Re: [NTG-context] line numbering within frame

2020-01-26 Thread Thomas A. Schmitz
incompetent now because linenumbering behaves in unexpected ways: you can set some values (like the starting number) with the simple \startlinenumbering command but not all values. And there's this strange difference between luatex and luametatex... Without this mailing list, I'd be really lost. So

Re: [NTG-context] line numbering within frame

2020-01-24 Thread Wolfgang Schuster
On Fri, 24 Jan 2020 18:57:50 +0100 Tomas Hala wrote: > > Hi Thomas, > > I compiled (TL2019) it with as well as without \setbreakpoints[compound] and > I got the same result -- in both case I see both colours. The output with LuaTeX is correct but when you use LuaMetaTeX t

Re: [NTG-context] luametatex segmentation fault

2020-01-12 Thread Hans Hagen
On 1/12/2020 1:23 PM, Ramón Casares wrote: On Sun, 12 Jan 2020 12:00:55 +0100 Hans Hagen wrote: On 1/12/2020 8:22 AM, Ramón Casares wrote: ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex so what is that call? luametatex --ini lmtx.tex what in that tex file? $ cat

Re: [NTG-context] luametatex segmentation fault

2020-01-12 Thread Ramón Casares
On Sun, 12 Jan 2020 12:42:50 +0100 Hans Hagen wrote: > On 1/12/2020 8:22 AM, Ramón Casares wrote: > > ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex > > next version will say: > > >luametatex --ini whatever.tex > This is LuaMetaTeX, Version 2.03.

Re: [NTG-context] luametatex segmentation fault

2020-01-12 Thread Ramón Casares
On Sun, 12 Jan 2020 12:00:55 +0100 Hans Hagen wrote: > On 1/12/2020 8:22 AM, Ramón Casares wrote: > > ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex > > so what is that call? > > luametatex --ini lmtx.tex > > what in that tex file? $ cat $(~/context/te

Re: [NTG-context] luametatex segmentation fault

2020-01-12 Thread Hans Hagen
On 1/12/2020 8:22 AM, Ramón Casares wrote: ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex next version will say: >luametatex --ini whatever.tex This is LuaMetaTeX, Version 2.03.9 (INITEX) startup error : missing find_data_file callb

Re: [NTG-context] luametatex segmentation fault

2020-01-12 Thread Hans Hagen
On 1/12/2020 8:22 AM, Ramón Casares wrote: ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex so what is that call? luametatex --ini lmtx.tex what in that tex file? Hans

Re: [NTG-context] luametatex segmentation fault

2020-01-11 Thread Ramón Casares
> > > > > $ cd ~/context/ > > $ ./install.sh > > $ ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex > > does > > mtxrun --generate > context --make > > crash too? No, cont-en.fmt was generated, and I can compile ConTeXt documents. >

Re: [NTG-context] luametatex segmentation fault

2020-01-11 Thread Hans Hagen
case, this is how I got a segmentation fault when I was trying to make the plain format for LMTX in my Debian 10 Buster OS on linux-64 PC. $ cd ~/context/ $ ./install.sh $ ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex does mtxrun --generate context --make crash too

[NTG-context] luametatex segmentation fault

2020-01-11 Thread Ramón Casares
when I was trying to make the plain format for LMTX in my Debian 10 Buster OS on linux-64 PC. $ cd ~/context/ $ ./install.sh $ ~/context/tex/texmf-linux-64/bin/luametatex --ini lmtx.tex This is LuaMetaTeX, Version 2.03.7 (INITEX) Segmentation fault $ cd ~/context/tex/texmf-cache $ rm -R * $ cd

Re: [NTG-context] Quotation dash issues with semantic markup

2019-12-30 Thread Hans Hagen
tandard font(s): [\char"2015]. \stopsection \stoptext I bet that Wolfgang has the answers to the speech setup so I'll do the font part. Assuming that you use context lmtx (the luametatex branch), you can use some of the new metafun magic. \startMPcalculation{simplefun} vardef Quotatio

Re: [NTG-context] ntg-context Digest, Vol 186, Issue 61

2019-12-27 Thread Hans Hagen
tmap", foreground = "edge", linewidth = 1/2, cache = true, ]; \stopMPcode In the output, the background of text is gray while the background of text in the manual is white. Here are versions of LuaMetaTeX and ConTeXt which I use. %%% This is LuaMetaTeX, Version 2.03.4 open s

Re: [NTG-context] ntg-context Digest, Vol 186, Issue 61

2019-12-26 Thread Jeong Dal
e", linewidth = 1/2, cache = true, ]; \stopMPcode In the output, the background of text is gray while the background of text in the manual is white. Here are versions of LuaMetaTeX and ConTeXt which I use. %%% This is LuaMetaTeX, Version 2.03.4 open source > level 1, order 1, nam

Re: [NTG-context] [LMTX] core dumped

2019-12-26 Thread Floris van Manen
/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/data/names.tmd' stripped Not much of an improvement yet... \starttext \input knuth \stoptext $ context ctx.tex resolvers | formats | executing runner 'run luametatex format': /home/vm/data/conte

[NTG-context] [LMTX] core dumped

2019-12-25 Thread Floris van Manen
the latest version of lmtx does not run, e.g. core dumped... any hints as how to fix this locally? .F This is LuaMetaTeX, Version 2.03.5 open source > level 1, order 1, name 'cont-yes.mkiv' Segmentation fault (core dumped) mtx-context | fatal error: return code: 35584 Exit status

[NTG-context] Problem loading a font

2019-12-23 Thread Mohammad Hossein Bateni
ompresslevel 1 mkiv lua stats > loaded patterns: en::1, load time: 0.000 mkiv lua stats > loaded fonts: 3 files: almfixed.otf, latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.110, afm 1.513, tfm 1.000, 8 instances, 3 shared in backend, 3 common vectors, 0 commo

[NTG-context] How to use together lmt_axis, lmt_grid and lmt_function

2019-12-22 Thread Otared Kavian
Hi, I am experimenting the new LuaMetaTeX features introduced recently, but I can't get the built-in features together. To explain the problem I encounter, I want to draw the graph of a function on a grid in which the x-axis and the y-axis are alos drawn. Now lmtx has the « instances » (if I

[NTG-context] getting modules working on luametatex on Mac Catalina

2019-12-18 Thread Charles Doherty
Thanks to Otared Kavian’s instructions I have luametatex working on my Mac OS 10.15.2 (Catalina). I have a file making use of the annotation module but it fails and the log says that it can’t be found (the texmf-modules folder is empty). What command do I need to download the modules? Thanks

Re: [NTG-context] Very strange behaviour of itemize, \quotation and \dots

2019-12-17 Thread Hans Hagen
) beta (new luametatex bin etc) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] Very strange behaviour of itemize, \quotation and \dots

2019-12-17 Thread Hans Hagen
This item \quotation{\dots is not shown correctly}} \stopitemize \stoptext % end file: bug-itemize-lmtx.tex took me a while to figure out that it is actually an engine issue (obscured in luatex but exposed in luametatex) fixed in next beta Hans

Re: [NTG-context] math align broken

2019-12-16 Thread Jeong Dal
Dear Hans, I reinstall a new beta and test the previous file. (LuaMetaTeX: version 2.03.4, ConTeXt version: 2019.12.16 18:54, format: 2019.12.17) The problem is gone! The space in the aligned display math mode is normal. Thank you so much. Best regards, Dalyoung

Re: [NTG-context] math align broken

2019-12-16 Thread Jeong Dal
Dear Hans, Here is a small example which shows a strange spacing in the aligned display math mode. The same code is OK in both inline mode and just display mode, but it is not good in aligned mode. I hope that it helps your fix . Thank you. Best regards, Dalyoung % running luametatex

Re: [NTG-context] "error not related to input file"

2019-12-16 Thread Rudolf Bahr
On Sat, Dec 14, 2019 at 10:31:20PM +0100, Hans Hagen wrote: > On 12/14/2019 5:43 PM, Rudolf Bahr wrote: > > > > Hello All, > > > > In: > > LuaMetaTeX, Version 2.03.3 > > ConTeXt ver: 2019.12.12 19:35 MKIV beta fmt: 2019.12.12 int: > > english/

Re: [NTG-context] "error not related to input file"

2019-12-14 Thread Hans Hagen
On 12/14/2019 5:43 PM, Rudolf Bahr wrote: Hello All, In: LuaMetaTeX, Version 2.03.3 ConTeXt ver: 2019.12.12 19:35 MKIV beta fmt: 2019.12.12 int: english/english I get the following error message: tex error > error not related to input file: tex error > tex: ! Emergenc

Re: [NTG-context] "error not related to input file"

2019-12-14 Thread Otared Kavian
st regards: OK > On 14 Dec 2019, at 17:57, Rudolf Bahr wrote: > > > On Sat, Dec 14, 2019 at 05:43:45PM +0100, Bahr Rudolf wrote: >> >> Hello All, >> >> In: >> LuaMetaTeX, Version 2.03.3 >> ConTeXt ver: 2019.12.12 19:35 MKIV beta fmt: 2019.12

Re: [NTG-context] "error not related to input file"

2019-12-14 Thread Rudolf Bahr
On Sat, Dec 14, 2019 at 05:43:45PM +0100, Bahr Rudolf wrote: > > Hello All, > > In: > LuaMetaTeX, Version 2.03.3 > ConTeXt ver: 2019.12.12 19:35 MKIV beta fmt: 2019.12.12 int: > english/english > I get the following error message: > > tex error >

[NTG-context] "error not related to input file"

2019-12-14 Thread Rudolf Bahr
Hello All, In: LuaMetaTeX, Version 2.03.3 ConTeXt ver: 2019.12.12 19:35 MKIV beta fmt: 2019.12.12 int: english/english I get the following error message: tex error > error not related to input file: tex error > tex: ! Emergency stop tex error > lua: ?

Re: [NTG-context] lmtx

2019-12-13 Thread Jeong Dal
Dear Otared, > I updated the wiki page for installing LuaMetaTeX on MacOS: > > https://wiki.contextgarden.net/installing_luametatex Thank you for the wiki. It explains the complicate processes well. As I wrote in the last mail, I don’t have a problem of installation

Re: [NTG-context] lmtx

2019-12-13 Thread Otared Kavian
Hi Dalyoung, I updated the wiki page for installing LuaMetaTeX on MacOS: https://wiki.contextgarden.net/installing_luametatex It would be useful if someone using Linux or Windows could add analogous instructions on that page. Best regards: OK > On 13 Dec 2019, at 00:48, Jeong

Re: [NTG-context] lmtx

2019-12-12 Thread Jeong Dal
ile containing a new graphic feature of LMTX and I got a nice output. Thanks!!! Best regards, Dalyoung P.S. Here is a beginning part of log file. I installed new beta in the folder /Users/graph/ConTeXtC/ %%% resolvers | formats | executing runner 'run luametatex format': /Us

Re: [NTG-context] lmtx

2019-12-11 Thread Richard Mahoney | Indica et Buddhica
). It installs okay on wsl so probably also on other linuxes. This version (luametatex 2.03.3) has (again) a little smaller mem footprint as I still want it all to perforem ok on relative small devices or vm's and as side effect a bit smaller format file, not that that matters much (compared to general mem

Re: [NTG-context] lmtx

2019-12-11 Thread Otared Kavian
uses it). Anyway, I made new zips so maybe >> one needs to reinstall (using the installer zip). It installs okay on wsl so >> probably also on other linuxes. >> >> This version (luametatex 2.03.3) has (again) a little smaller mem footprint >> as I still

Re: [NTG-context] lmtx

2019-12-11 Thread Otared Kavian
r zip). It installs okay on wsl so > probably also on other linuxes. > > This version (luametatex 2.03.3) has (again) a little smaller mem footprint > as I still want it all to perforem ok on relative small devices or vm's and > as side effect a bit smaller format file, not that th

[NTG-context] lmtx

2019-12-11 Thread Hans Hagen
okay on wsl so probably also on other linuxes. This version (luametatex 2.03.3) has (again) a little smaller mem footprint as I still want it all to perforem ok on relative small devices or vm's and as side effect a bit smaller format file, not that that matters much (compared to general mem

Re: [NTG-context] problem with a new installation of LMTX: Solved!

2019-12-09 Thread Otared Kavian
Dear Dalyoung, Thank you for the good news! Now I will add to the wiki the procedure I described, which you followed, but we have to find a way for people to get a zip file containing a complete tree of LuaMetaTeX which can be installed « by hand » under MacOS 10.15 Catalina. Maybe Hans

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
Dear Otared, Thank you for the zip file. I downloaded it and copied it in a folder. (There is no context-cache folder in the zip file) In the terminal, I run “mtxrun —generate” and “context —make”. But system doesn’t allow the execution of “luametatex”. So I open the system preference:security

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Mojca Miklavec
On Sun, 8 Dec 2019 at 00:35, Hans Hagen wrote: > On 12/8/2019 12:20 AM, Jeong Dal wrote: > > Dear Hans, Otared, > > > > Thank you for your concern. > > > > The version of luametatex is 20191206. > > I followed what Otared said, but texmf-cache is not creat

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
For test, I installed again after removing ConTeXtLMTX folder. But it is same as before. I looked files in “/tex/texmf-osx-64/bin”. There are 5 files: context, context.lua, luametatex, mtxrun, mtxrun.lua. context and mtxrun are symbolic linked to luametatex. But luametatex is not executable, so

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Otared Kavian
Dear Dalyoung, I looked again at what is happening when installing LuaMetaTeX under MacOS 10.15. In fact, even after completely disabling Gatekeeper and SIP (System Integrity Protection), when running sh install.sh if the three files sitting in ~/context-os-64/bin/ mtx

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Richard Mahoney | Indica et Buddhica
o: mailing list for ConTeXt users Subject: Re: [NTG-context] problem with a new installation of LMTX Date: Sun, 8 Dec 2019 08:08:11 +0100 Mailer: Apple Mail (2.3445.104.11) Hi Dalyoung, I installed MacOS 10.15 Catalina on a partition of my Mac and tried to install LuaMetaTeX there. I did n

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Otared Kavian
Hi Dalyoung, I installed MacOS 10.15 Catalina on a partition of my Mac and tried to install LuaMetaTeX there. I did not succeed … Indeed I had to disable completely the Gatekeeper from the Terminal by issuing the command sudo spctl --master-disable (which, one can re-enable again

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Hans Hagen
On 12/8/2019 12:20 AM, Jeong Dal wrote: Dear Hans, Otared, Thank you for your concern. The version of luametatex is 20191206. I followed what Otared said, but texmf-cache is not created after mtxrun. "context —make" is running, but no format. I checked folders after the in

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Jeong Dal
Dear Hans, Otared, Thank you for your concern. The version of luametatex is 20191206. I followed what Otared said, but texmf-cache is not created after mtxrun. "context —make" is running, but no format. I checked folders after the installation. Folders, texmf-cache, texmf-fonts, t

Re: [NTG-context] issue with beta from 2019.11.29 21:47 in Windows

2019-12-07 Thread Pablo Rodriguez
it drives me crazy). > (And, yes I consider myself a happy tex user, but I also admit that I > don't have to write much. And yes, it's a specific kind of user and usage.) Well, Hans, this specific kind of user and usage is called LuaTeX, LuaMetaTeX and ConTeXt development. >> I

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Hans Hagen
Hi Otared, Hi Dalyoung, May be you could do the following steps (I recently had some issues too with installing the new beta, and these are what I did): Can you add this to the wiki someplace? • In Terminal type: which luametatex in order to see whether /context

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Otared Kavian
Hi Dalyoung, May be you could do the following steps (I recently had some issues too with installing the new beta, and these are what I did): • In Terminal type: which luametatex in order to see whether /context-osx-64/tex/texmf-osx-64/bin/luametatex is present

[NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Jeong Dal
/luametatex mtx-install | skipping tex/texmf-osx-64/bin/mtxrun mtx-install | new : 100 % : 696620 : tex/texmf-osx-64/bin/mtxrun.lua mtx-install | current : %S mtx-install | target : true mtx-install | removing : mtxrun mtx-install | removing : context mtx-install

Re: [NTG-context] new beta

2019-12-06 Thread Otared Kavian
Hi Hans, Thanks a lot for the new beta and for having fixed the issue with luametatex binaries. Everything works great with version 2019.12.06 21:40. Best regards: OK > On 6 Dec 2019, at 15:05, Hans Hagen wrote: > > On 12/6/2019 1:34 PM, Otared Kavian wrote: > >&g

Re: [NTG-context] new beta

2019-12-06 Thread Otared Kavian
Hi again, I just installed anew lmtx from Pragma website http://lmtx.pragma-ade.nl/install-lmtx/context-osx-64.zip and I have the same problem: the format cannot be made. Looking at luametatex in a Terminal window, I get -rwxr--r-- 1 kavian staff 2.7M Dec 6 13:15 /context-osx

Re: [NTG-context] new beta

2019-12-05 Thread Wolfgang Schuster
again the format) You Luametatex binary is too old which missed the new \adjustspacingstep command shown in the error message from your previous mail. Wolfgang ___ If your question is of interest to others as well

Re: [NTG-context] new beta

2019-12-05 Thread Otared Kavian
/texmf-osx-64/bin > resolvers | formats | format path : > /context-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex > resolvers | formats | luatex engine: luametatex > resolvers | formats | lua startup f

Re: [NTG-context] new beta

2019-12-05 Thread Otared Kavian
ned. resolvers | formats | resolvers | formats | binary path : /context-osx-64/tex/texmf-osx-64/bin resolvers | formats | format path : /context-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex resolvers | formats | lua

[NTG-context] new beta

2019-12-05 Thread Hans Hagen
Hi, I uploaded a new lmtx beta. Hopefully the installer works ok as I redid some of the "zip" related code (simpler, smaller binary too). FWIW, the luametatex codebase is now pretty close to okay, but of course there can be bugs, but nothing thay can't be solved fast. Given so

Re: [NTG-context] issue with beta from 2019.11.29 21:47 in Windows

2019-12-02 Thread Hans Hagen
On 12/2/2019 6:51 PM, Pablo Rodriguez wrote: On 12/2/19 6:05 PM, Hans Hagen wrote: [...] anyway, in luametatex with lmtx we're (hopefully) code page neutral (as far as i could test; all utf8 and windows utf16) and we're not going to touch the default luatex internals like that Many thanks

<    5   6   7   8   9   10   11   12   >