[NTG-context] Re: saving and loading lua tables

2025-08-10 Thread Henning Hraban Ramm
while the library is called "lfs". i probably need to update that document ... some day ... but making a list of what is missing is quite some work originally we used the lfs library but it got adapted ... in luametatex the name sort of sticks but it's a different implementation

[NTG-context] Re: saving and loading lua tables

2025-08-10 Thread Hans Hagen via ntg-context
d "lfs". i probably need to update that document ... some day ... but making a list of what is missing is quite some work originally we used the lfs library but it got adapted ... in luametatex the name sort of sticks but it's a different implementation (for various reasons)

[NTG-context] Re: Redefined ~ conserves \protected status although \show~ does not say so

2025-08-09 Thread Hans Hagen via ntg-context
On 8/8/2025 9:21 PM, user691586 via ntg-context wrote: I meant of course "natively active in Plain TeX". I was referring to the format, and applies to the pdftex, xetex, luatex engines too. it is unrelated to engines: any can define any character active what luametatex adds is mor

[NTG-context] Re: Redefined ~ conserves \protected status although \show~ does not say so

2025-08-09 Thread Hans Hagen via ntg-context
(or luatex or ...) but are real commands, so no magic macro body prefixing (idem for \tolerant and some combinations) from the various documentation you can deduce that luametatex has a more extensive and granular way of dealing with these matters (some come at a cost in performance but that is

[NTG-context] Re: Redefined ~ conserves \protected status although \show~ does not say so

2025-08-08 Thread user691586 via ntg-context
eature of context. > > and indeed, unprotected control sequences are not implemented as in etex > (or luatex or ...) but are real commands, so no magic macro body > prefixing (idem for \tolerant and some combinations) > > from the various documentation you can deduce

[NTG-context] Re: Redefined ~ conserves \protected status although \show~ does not say so

2025-08-08 Thread Hans Hagen via ntg-context
which makes it possible to roundtrip in cases where it otherwise would be hard ... active characters are treated kind of special in tex engines (which is also why we have these weird hacks using them to define stuff) it's why we introduced amcodes in luametatex concerning your second coment: ~ as

[NTG-context] Re: Pre-loading libraries by making custom format

2025-07-29 Thread Max Chernoff via ntg-context
Hi Andrei, Hans, Hraban, On Sun, 2025-07-27 at 17:59 +0300, and...@borisov.dev wrote: > We’ve been working on adding LuaMetaTeX and ConTeXt standalone support > for the Markdown package (https://github.com/Witiko/markdown/pull/557) > and encountered an interesting issue. > > Th

[NTG-context] Re: Pre-loading libraries by making custom format

2025-07-28 Thread Henning Hraban Ramm
LaTeX people using more Lua), but mostly shrinks (LuaMetaTeX evolving). Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.n

[NTG-context] Re: Pre-loading libraries by making custom format

2025-07-27 Thread Hans Hagen via ntg-context
and mindset but that is of course personal the lua-tex-metapost combination in context is more 3rd gen but then also more fun esp after some more programming related primitives showed up in luametatex (and it works great with syntax highlighting as defined in context/scite mode); of course

[NTG-context] Re: Pre-loading libraries by making custom format

2025-07-27 Thread Hans Hagen via ntg-context
On 7/27/2025 4:59 PM, and...@borisov.dev wrote: Hi! We’ve been working on adding LuaMetaTeX and ConTeXt standalone support for the Markdown package (https://github.com/Witiko/markdown/pull/557 <https://github.com/Witiko/markdown/pull/557>) and encountered an interesting issue. The p

[NTG-context] Pre-loading libraries by making custom format

2025-07-27 Thread andrei
Hi! We’ve been working on adding LuaMetaTeX and ConTeXt standalone support for the Markdown package (https://github.com/Witiko/markdown/pull/557) and encountered an interesting issue. The package loads quite a huge library — `expl3-code.tex` from `l3kernel` package which eats a lot of time

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-15 Thread Pablo Rodriguez via ntg-context
y 16` to `c:\old\` to make it easier to fit and clearer to understand. Sorry for the painful verbose explanation, but I hope it is clear now. Attached is the output from MSYS2 terminal (https://www.msys2.org/docs/terminals/#mintty) after I successfully ran both `context --version` and `luame

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-15 Thread Pablo Rodriguez via ntg-context
On 7/14/25 18:02, Hans Hagen via ntg-context wrote: > On 7/14/2025 3:39 PM, Pablo Rodriguez via ntg-context wrote: > >> Good to know, but MSYS2 is fine for me. > > i can actually compile luametatex under msys rt (or cygwin but that one > i'll remove when i have time) b

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-14 Thread Hans Hagen via ntg-context
On 7/14/2025 3:39 PM, Pablo Rodriguez via ntg-context wrote: Good to know, but MSYS2 is fine for me. i can actually compile luametatex under msys rt (or cygwin but that one i'll remove when i have time) but prefer to use the linux subsystem so actually at the windows end we have n

[NTG-context] Re: testing tagging for UA-2

2025-07-12 Thread Hans Hagen via ntg-context
of ancient code and might see some ways to improve things (also performance wise) by using some more luametatex features. Also, we never had any real usage and examples. I'm not going to tag and check out of hobby. The basics were implemented long ago (see tugboat article) and the logic is

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-09 Thread Bruce Horrocks
> On 9 Jul 2025, at 15:18, Pablo Rodriguez via ntg-context > wrote: > > Dear list, > > I‘m afraid that after updating to current latest (2025.07.08 17:48) at > work in Win10, the win64 binaries didn’t work at all. > > Both `context --version` and `luametatex --

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-09 Thread Hans Hagen via ntg-context
On 7/9/2025 4:18 PM, Pablo Rodriguez via ntg-context wrote: Dear list, I‘m afraid that after updating to current latest (2025.07.08 17:48) at work in Win10, the win64 binaries didn’t work at all. Both `context --version` and `luametatex --version` gave the following message (and no more than

[NTG-context] weird issue with latest win64 binaries

2025-07-09 Thread Pablo Rodriguez via ntg-context
Dear list, I‘m afraid that after updating to current latest (2025.07.08 17:48) at work in Win10, the win64 binaries didn’t work at all. Both `context --version` and `luametatex --version` gave the following message (and no more than that): Access denied Since I make a backup before updating

[NTG-context] Error on recent update

2025-07-05 Thread Keith McKay
ll | linked   : mtxrun mtx-install | linked   : context mtx-install | xbit set : /Users/pothole/data/contextmacosarm64/tex/texmf-osx-arm64/bin/luametatex mtx-install | xbit set : /Users/pothole/data/contextmacosarm64/tex/texmf-osx-arm64/bin/luatex mtx-install | xbit set : /Use

[NTG-context] Re: End-page hyphenation

2025-07-05 Thread John Was
added things > like that when we enhanced the par and page builders and exploring > possibilities. There are all kind of goodies like that and you can set > up these panalties any way you like but it's not always easy to come up > with values that work well together. They are

[NTG-context] Re: success and a query

2025-07-05 Thread Hans Hagen via ntg-context
ies so I have to check it; not something one does on a daily basis but you can imagine that the initial check took quite some time and editing (adding prefixes). A similar mechanism is available in metapost (starts at page 468 in that file). It fits in the luametatex / context approach of on t

[NTG-context] reading YAML with Lua

2025-07-03 Thread Henning Hraban Ramm
Hi, is there already something to read a YAML file as a lua table in LuaMetaTeX? I didn’t find anything. My requirements are low, I just need to read some author data like: """ AstridLindgren: birth_year: '1907' death_year: '2002' name: Astrid Li

[NTG-context] Re: Problem with the second \HL in the matrix

2025-07-03 Thread Ursula Hermann
Administrator\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv > > > resolvers | formats | executing runner 'run luametatex format': > luametatex --jobname="./context-test.tex" --socket --shell-escape > --fmt=C:/texlive/2025/texmf-var/luam

[NTG-context] Re: Problem with the second \HL in the matrix

2025-07-02 Thread Bruce Horrocks
\context-win64\tex\texmf-context\tex\context\test\mkiv > > > resolvers | formats | executing runner 'run luametatex format': > luametatex --jobname="./context-test.tex" --socket --shell-escape > --fmt=C:/texlive/2025/texmf-var/luametatex-cache/context/a86c089b384

[NTG-context] Re: Problem with the second \HL in the matrix

2025-07-02 Thread Ursula Hermann
context.test today , I got: Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Administrator\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv resolvers | formats | executing runner 'run luametatex format': luametatex

[NTG-context] To Any Software Users: Collective Identity and Software-Based Creative Practitioners

2025-06-24 Thread Riviera Taylor via ntg-context
al error in the logs. The document is read by luametatex from top to bottom and utilises buffers in a reflexive, performance-oriented way. That is, the main.tex file passed to the luametatex programme gets overwritten during the runs; the buffers are saved to files and the computational medium is th

[NTG-context] Re: Processing time

2025-06-22 Thread John Was
> administrator, and that's just about tolerable for now while I'm > > experimenting. I may set up on a more modern machine in the fullness of > > time! > > it should not regenerate the font database every time; maybe only when a > font is not found by name > &g

[NTG-context] Re: Processing time

2025-06-22 Thread Hans Hagen
un is down to 20 seconds if I log on as administrator, and that's just about tolerable for now while I'm experimenting.  I may set up on a more modern machine in the fullness of time! it should not regenerate the font database every time; maybe only when a font is not found by name l

[NTG-context] Re: issue of columnset

2025-06-17 Thread Mikael Sundqvist
wangzhongtian wrote: > > The below snippet from manual about columnset do not work as expected in > luametatex version 2025-02-07, but works in luatex. In luametatex, all the > figures gathered at the last few pages. > > > > \usemodule[visual] > \dontcomplain > \useMPl

[NTG-context] issue of columnset

2025-06-17 Thread wangzhongtian
The below snippet from manual about columnset do not work as expected in luametatex version 2025-02-07, but works in luatex. In luametatex, all the figures gathered at the last few pages.\usemodule[visual] \dontcomplain\useMPlibrary[dum]\definecolumnset[example][n=4]\starttext\startcolumnset

[NTG-context] Re: New user here!

2025-06-14 Thread John Was
gt; > > > welcome to the mailing list. > > > >> [...] > > > > As for pstricks (never used it), I have just found that there is a > > module `m-pstrick', but it doesn’t work with LuaMetaTeX. > > > > I couldn’t make it work with LuaTeX either (s

[NTG-context] Re: New user here!

2025-06-14 Thread John Was
e documentation: I've not managed to load pstricks > > or edmac, > > As for pstricks (never used it), I have just found that there is a > module `m-pstrick', but it doesn’t work with LuaMetaTeX. > > I couldn’t make it work with LuaTeX either (sample from > > https://mai

[NTG-context] Re: New user here!

2025-06-14 Thread Wolfgang Schuster
Am 14.06.2025 um 15:40 schrieb Pablo Rodriguez via ntg-context: On 6/14/25 12:37, John Was wrote: Good day, Contexters Hi John, welcome to the mailing list. [...] As for pstricks (never used it), I have just found that there is a module `m-pstrick', but it doesn’t work with LuaMe

[NTG-context] Re: New user here!

2025-06-14 Thread Pablo Rodriguez via ntg-context
found that there is a module `m-pstrick', but it doesn’t work with LuaMetaTeX. I couldn’t make it work with LuaTeX either (sample from https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/message/RJR7MRTPR7S35OH4KWAWIOAMY3CRF5UB/). edmac is almost three decades old. If you want https://raw

[NTG-context] Re: upload

2025-06-14 Thread Hans Hagen
) Or if you need to downgrade to an even earlier version, it's only slightly more involved: $ rm /usr/local/texlive/2025/bin/x86_64-linux/{mtxrun,mtxrun.lua,context,context.lua,luametatex} $ tlmgr install --reinstall --file \ https://texlive.info/tlnet-archive/2025/06/12/tln

[NTG-context] Re: upload

2025-06-14 Thread Max Chernoff via ntg-context
volved: $ rm /usr/local/texlive/2025/bin/x86_64-linux/{mtxrun,mtxrun.lua,context,context.lua,luametatex} $ tlmgr install --reinstall --file \ https://texlive.info/tlnet-archive/2025/06/12/tlnet/archive/context.tar.xz \ https://texlive.info/tlnet-archive/2

[NTG-context] Re: ConTeXt in TeX Live

2025-06-09 Thread Hans Hagen via ntg-context
forms https://build.contextgarden.net/dl/luametatex/work/armhf-linux/ that machine is fragile (was a rpi 32) https://build.contextgarden.net/dl/luametatex/work/i386-freebsd/ idem, hard to update etc (somehow goes off line randomly https://build.contextgarden.net/dl/luametatex

[NTG-context] Re: ConTeXt in TeX Live

2025-06-09 Thread Max Chernoff via ntg-context
o builds binaries for the following platforms https://build.contextgarden.net/dl/luametatex/work/armhf-linux/ https://build.contextgarden.net/dl/luametatex/work/i386-freebsd/ https://build.contextgarden.net/dl/luametatex/work/i386-solaris/ https://build.contextgarden.net/dl/luametatex/work/x86_64-s

[NTG-context] Re: ConTeXt in TeX Live

2025-06-08 Thread Hans Hagen
den.net/dl/luametatex/main/ and "work", which is updated daily-ish (and therefore often too new to work with the stable ConTeXt versions) https://build.contextgarden.net/dl/luametatex/work/ However, since my build/upload script runs daily, it's pretty unlikely that

[NTG-context] Re: ConTeXt in TeX Live

2025-06-08 Thread Mojca Miklavec
On Mon, 9 Jun 2025, 00:27 Max Chernoff wrote: > The problem > is that there are only 2 branches---"main", which was last updated in > February (and therefore too old to work with an updated ConTeXt) > > https://build.contextgarden.net/dl/luametatex/main/ > > and

[NTG-context] Re: ConTeXt in TeX Live

2025-06-08 Thread Max Chernoff via ntg-context
universal-darwin should probably be signed and notarised in > order to be committed to TeX Live. The build farm does not produce signed > binaries yet. Karl and I checked with Richard Koch before starting this, and Richard thought that distributing an unsigned LuaMetaTeX binary in TeX Live shoul

[NTG-context] Re: ConTeXt in TeX Live

2025-06-08 Thread Max Chernoff via ntg-context
Hi Mojca On Sun, 2025-06-08 at 17:44 +0200, Mojca Miklavec wrote: > On Sun, 8 Jun 2025 at 02:10, Max Chernoff via tex-live wrote: > > I've taken over packaging ConTeXt for CTAN and TeX Live. > > Thanks a lot for this, but I have one question: what's the plan with > lu

[NTG-context] Re: ConTeXt in TeX Live

2025-06-08 Thread Mojca Miklavec
Dear Max, On Sun, 8 Jun 2025 at 02:10, Max Chernoff via tex-live wrote: > > I've taken over packaging ConTeXt for CTAN and TeX Live. Thanks a lot for this, but I have one question: what's the plan with luametatex binaries? Would the binaries then be updated multiple times per

[NTG-context] Re: footnotes and rule=paragraph

2025-04-30 Thread Pablo Rodriguez via ntg-context
laces the rule on the right and LMTX (LuaMetaTeX 2.11.07 20250427 + ConTeXt LMTX 2025.04.28 14:29) places the rule on the left. I think it may be a bug (or it looks very suspicious). BTW, Hans is on BachoTeX (April 30 – May 4, 2025), so you have to be patient. I hope it m

[NTG-context] cannot find fonts in a manual install; what did I miss

2025-04-30 Thread Damien Thiriet via ntg-context
Hello! Since OpenBSD has upgraded to 7.7, I performed a manual installation of LMTX standalone after upgrading to my new OS version. What I did: download cont-lmt.zip into /usr/local/context/tex/texmf-context/ mv /home/dthiriet/cont-lmt.zip . unzip cont-lmt.zip cd source/luametatex

[NTG-context] Re: Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Wolfgang Schuster
Am 30.04.2025 um 00:50 schrieb Ulrike Fischer: Am Tue, 29 Apr 2025 13:13:39 -0400 schrieb Matthias Weber: Dear All, I am starting a new thread as requested. I can confirm that the following should work with current latest (from yesterday, LuaMetaTeX 2.11.07 20250427 + ConTeXt LMTX

[NTG-context] Re: Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Ulrike Fischer
Am Tue, 29 Apr 2025 13:13:39 -0400 schrieb Matthias Weber: > Dear All, > > I am starting a new thread as requested. > > I can confirm that > > >> >> the following should work with current latest (from yesterday, >> LuaMetaTeX 2.11.07 2

[NTG-context] Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Matthias Weber
Dear All, I am starting a new thread as requested. I can confirm that > > the following should work with current latest (from yesterday, > LuaMetaTeX 2.11.07 20250427 + ConTeXt LMTX 2025.04.28 14:29): > > \enabledirectives [backend.usetags=testing] > \setupt

[NTG-context] Re: upload

2025-04-29 Thread Pablo Rodriguez via ntg-context
in german) that is the background for this > announcement: https://bfsg-gesetz.de/ <https://bfsg-gesetz.de/> Hi Steffen, the following should work with current latest (from yesterday, LuaMetaTeX 2.11.07 20250427 + ConTeXt LMTX 2025.04.28 14:29): \enabledirectives [backend.usetags=tes

[NTG-context] curl missing from Docker image -> install-modules does not work

2025-04-10 Thread Marco Riggirello
ua' mtx-install-modules | sh: 1: curl: not found mtx-install-modules | unknown 'https://modules.contextgarden.net/dl/t-filter.zip' mtx-install-modules | mtx-install-modules | renewing file database mtx-install-modules | system      | lua | compiling '/context/tex/texmf-

[NTG-context] How to typeset interactive, hyphenated URLs in a bibliography?

2025-04-06 Thread Riviera Taylor
Hello, I'd like the URL to link to the webpage rather than what it currently links to: `hyphenatedurl#https://example.com/this-is-a-really-long-slug/for-example-purposes-only/` Kind regards, Riviera Running LuaMetaTeX, Version 2.11.07 (Functionality : level 20250226) MWE: \startb

[NTG-context] Re: footnotes with separate lines

2025-03-26 Thread jbf
\stopbuffer \footnote{\getbuffer} \stoptext \starttext I’m on Linux64 and ConTeXt data requested above read (with Both LMTX and LuaTeX): 2025.02.28 18:16 luametatex 211.7 202502261 2025.02.28 18:16 luatex 1.21 76671 2 Could you check if the previou

[NTG-context] Re: footnotes with separate lines

2025-03-26 Thread Pablo Rodriguez via ntg-context
ion 1824 – the war of extermination 1901 – the Constitution \stoplines \stopbuffer \footnote{\getbuffer} \stoptext \starttext I’m on Linux64 and ConTeXt data requested above read (with Both LMTX and LuaTeX): 2025.02.28 18:16 luametatex 211.7 202502261

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Bruce Horrocks
50228 >> ]] > > Metadata actually show (just after reinstalling the binaries): > > LuaMetaTeX 2.11.07 20250226 + ConTeXt LMTX 2025.02.28 18:16 > > ConTeXt is from 2025.02.28, but LMTX seems to be from two days before > (20250226). > > Just in case it might help

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Jim
x distributions. I did notice that 'ldd .../luametatex' showed no apparently-relevant .so libraries. However, I did wonder whether building it on my system pulled in any .a libraries, which ldd wouldn't show. > A difference between GUIs or window managers is really improbable, as

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Pablo Rodriguez via ntg-context
On 3/23/25 18:51, Jim wrote: > [...] > (PR) ? Fedora works >[[I assume when Pablo says "LuaTeX 2.11.07 20250226" he means ...20250228 > ]] Metadata actually show (just after reinstalling the binaries): LuaMetaTeX 2.11.07 2

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Jim
led: same grey box that Jim reported. Was that Slackware64? And I tried my already-existing VM (just in case there was something weird on my bare-iron system), installed ConTeXt stand-alone, and also got the same "grey box" for the JP2 image. > I then tried compiling the luametatex

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Bruce Horrocks
> On 23 Mar 2025, at 07:43, Lutz Haseloff wrote: > > it works here with your cow-jp2.jp2 without problems with: I installed a fresh Slackware 15 into a VM and tried to build the sample file and it failed: same grey box that Jim reported. I then tried compiling the luametatex binar

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Pablo Rodriguez via ntg-context
On 3/23/25 10:07, Pablo Rodriguez wrote: > with both ConTeXt 2025.02.28 18:16 and either LuaTeX 1.21 7667 or > 2.11.07 20250226 gets the right image displayed on the page. Well, LuaTeX 2.11.07 20250226 is actually LuaMetaTeX 2.11.07 20250226. Just in case it had lead to confussion,

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-20 Thread Pablo Rodriguez via ntg-context
On 3/20/25 00:57, Max Chernoff via ntg-context wrote: > On Wed, 2025-03-19 at 18:00 +0100, Pablo Rodriguez via ntg-context > wrote: >> Weird, I use LuaMetaTeX 2.11.07 20250226 Hi Max, sorry, wrong testing here. I do get your error as long as I don’t put the font feature defi

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-19 Thread Max Chernoff via ntg-context
Hi Pablo, On Wed, 2025-03-19 at 18:00 +0100, Pablo Rodriguez via ntg-context wrote: > Weird, I use LuaMetaTeX 2.11.07 20250226 Ah, my binaries must have not updated properly since I still had 2.11.06. I deleted the binaries and reran the updater, so I now have 2.11.07. I also deleted the sys

[NTG-context] Re: Negative font slant broken with compact fonts

2025-03-19 Thread Pablo Rodriguez via ntg-context
get no slanted fonts with "--nocompactfonts". Weird, I use LuaMetaTeX 2.11.07 20250226 and I have to enable compact fonts in Linux-64 with that version. I also have been experiencing an issue already reported before (https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/thread/GWDVD3C

[NTG-context] Re: Color in a Columntext, how does it work?, Here is my example, that works great now, but some questions, after new work.

2025-03-14 Thread Ursula Hermann
compiling it, I get: Command Line: context.exe --synctex=-1 "column.tex" Startup Folder: C:\Users\Administrator\Downloads\Neuer Ordner resolvers | formats | executing runner 'run luametatex format': luametatex --jobname="./column.tex" --socket --shell-escap

[NTG-context] Re: Color in a Columntext, how does it work?, Here is my example, that works great now, but some questions, after new work.

2025-03-13 Thread Ursula Hermann
Folder: C:\Users\Administrator\Downloads\Neuer Ordner resolvers | formats | executing runner 'run luametatex format': luametatex --jobname="./column.tex" --socket --shell-escape --fmt=C:/texlive/2024/texmf-var/luametatex-cache/context/a86c089b384a3076dc514ba966a1fac9/

[NTG-context] Re: Color in a Columntext, how does it work?, Here is my example, that works great now!

2025-03-12 Thread Ursula Hermann
Line: context.exe --synctex=-1 "column.tex" Startup Folder: C:\Users\Administrator\Downloads\Neuer Ordner resolvers | formats | executing runner 'run luametatex format': luametatex --jobname="./column.tex" --socket --shell-escape --fmt=C:/texlive/2024/texm

[NTG-context] Re: Color in a Columntext, how does it work?

2025-03-07 Thread Ursula Hermann
| formats | executing runner 'run luametatex format': luametatex --jobname="./column.tex" --socket --shell-escape --fmt=C:/texlive/2024/texmf-var/luametatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luametatex/cont-en.fmt --lua=C:/texlive/2024/texm

[NTG-context] Re: Fwd: Re: [tlbuild] TL25 rebuild please

2025-03-06 Thread Hans Hagen via ntg-context
On 3/6/2025 9:40 AM, Max Chernoff via ntg-context wrote: Hi Hans, Someone posted on the tlbuild mailing list that LuaMetaTeX segfaults whenever making the ConTeXt format on OpenBSD. I'm all out of ideas for how to fix this, so hopefully you have some suggestions? The original thread start

[NTG-context] Fwd: Re: [tlbuild] TL25 rebuild please

2025-03-06 Thread Max Chernoff via ntg-context
Hi Hans, Someone posted on the tlbuild mailing list that LuaMetaTeX segfaults whenever making the ConTeXt format on OpenBSD. I'm all out of ideas for how to fix this, so hopefully you have some suggestions? The original thread started at https://tug.org/pipermail/tlbuild/2025q1/005651

[NTG-context] Re: calculate ...

2025-03-03 Thread Hans Hagen
t for \dimexpr. Hans added this feature at the begin of the year to Luametatex. \starttext \the\dimexpr{2pt+3pt} \stoptext best use \dimexpression which is also a bit more flexible Hans -

[NTG-context] Re: calculate ...

2025-03-03 Thread Wolfgang Schuster
begin of the year to Luametatex. \starttext \the\dimexpr{2pt+3pt} \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Linux PDF

2025-02-10 Thread Mojca Miklavec
For some fun, here's a PDF document running linux: https://github.com/ading2210/linuxpdf https://linux.doompdf.dev/linux.pdf (I guess we now only need to make sure that luametatex can run inside the PDF viewer.)

[NTG-context] Re: fatal error \placelist

2025-02-09 Thread Steffen Wolfrum
I wiped the cache, deleted the trash, then ran cd ~/context-osx-arm64/ sh install.sh context --make and still got a fatal error: resolvers | formats | executing runner 'run luametatex format': /Users/wolfrum/context-osx-arm64/tex/texmf-osx-arm64/bin/luametatex

[NTG-context] Re: fatal error \placelist

2025-02-09 Thread Steffen Wolfrum
On macOS (at least mine) it doesn't work. Here is the full output, maybe someone has an idea why: resolvers | formats | executing runner 'run luametatex format': /Users/wolfrum/context-osx-arm64/tex/texmf-osx-arm64/bin/luametatex --jobname="./placelist_test.tex"

[NTG-context] Re: error in metafun of context version 2025.02.04

2025-02-08 Thread Florent Michel
unitsquare xyscaled (\overlaywidth,\overlayheight) withcolor >>> .625darkgray dashed evenly ;]]) >>> >>> context.stopuniqueMPgraphic() >>> >>> >>> >>> >>> >>> failed compilation log: >>> >&

[NTG-context] Re: error in metafun of context version 2025.02.04

2025-02-07 Thread Mikael Sundqvist
ray dashed evenly ;]]) >> >> context.stopuniqueMPgraphic() >> >> >> >> >> >> failed compilation log: >> >> metapost > initializing instance 'metafun:1' using format 'metafun' and >> method 'double'

[NTG-context] Re: error in metafun of context version 2025.02.04

2025-02-07 Thread Florent Michel
> '/media/wanhe/sfts/tools/scr/context/tex-2025-02-04/texmf-context/metapost/context/base/mpxl/metafun.mpxl' > using method 'double' > > metapost > initializing number mode 'double' > > metapost > trace > This is MPLIB for LuaMetaTeX, version

[NTG-context] error in metafun of context version 2025.02.04

2025-02-06 Thread wangzhongtian
#x27; and method 'double'metapost> loading 'metafun' as '/media/wanhe/sfts/tools/scr/context/tex-2025-02-04/texmf-context/metapost/context/base/mpxl/metafun.mpxl' using method 'double'metapost> initializing number mode 'double'metapost

[NTG-context] new upload

2025-02-04 Thread Hans Hagen
Hi, NOTA BENE: The next upload is kind of special so best save the old tex tree if you update. For quite a while we have an extended expression scanner on board (in luametatex) and after recently testing it a bit more I decided to start using it. A side effect is that we can also use more

[NTG-context] Re: Kerning ignored on some macOS TTC fonts

2025-02-03 Thread Henning Hraban Ramm
' in cache system | lua | compiling '/Users/benutzer/.local/share/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/fonts/otl/optima.tma' into '/Users/benutzer/.local/share/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f3

[NTG-context] Kerning ignored on some macOS TTC fonts

2025-02-03 Thread Paul Schalck via ntg-context
onts/Optima.ttc', hash 'optima' otf reader | ignoring empty kern table of feature 'kern' fonts | otf loading | loading done fonts | otf loading | saving '/System/Library/Fonts/Optima.ttc' in cache system | lua | compiling '

[NTG-context] Re: Another example of itemize

2025-01-31 Thread Mikael Sundqvist
> > Startup Folder: > C:\Users\Hermann\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv > > > > > > resolvers | formats | executing runner 'run luametatex format': > luametatex --jobname="./item.tex" --socket --shell-escape > -

[NTG-context] Re: Another example of itemize

2025-01-31 Thread Ursula Hermann
: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-mswin\bin\context.exe --synctex=-1 "item" Startup Folder: C:\Users\Hermann\Downloads\context-win64\tex\texmf-context\tex\context\test\mkiv resolvers | formats | executing runner 'run luametatex format': luametatex -

[NTG-context] Re: How to load external lua library

2025-01-23 Thread Hans Hagen
27;s always the alternative of trying to use other programs to get the data, but I was wondering if I could leverage ConTeXt to do that directly. Thank you for any guidance on this, and I hope this message is not too long ... On my machine I have: Directory of e:\tex-context\tex\texmf-win

[NTG-context] Re: Install problem on aarch64

2025-01-23 Thread Christian Prim via ntg-context
e top line of your error message > > was never > > \def'ed. You can just continue as I'll forget about whatever was > undefined. > > resolvers | formats | > > resolvers | formats | binary path : /home/christian/context/ > > tex/texmf-linux-

[NTG-context] Re: Install problem on aarch64

2025-01-23 Thread Hans Hagen via ntg-context
rmat path      : /home/christian/context/ tex/texmf-cache/luametatex-cache/ context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex resolvers       | formats | luatex engine    : luametatex resolvers       | formats | lua startup file : /home/christian/context/ tex/texmf-context/tex/context/

[NTG-context] Install problem on aarch64

2025-01-22 Thread Christian Prim via ntg-context
u can just continue as I'll forget about whatever was undefined. resolvers | formats | resolvers | formats | binary path : /home/christian/context/tex/texmf-linux-aarch64/bin resolvers | formats | format path : /home/christian/context/tex/texm

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread a . kumar
Thank you for this. Sadly, I still get this: resolvers | formats | executing runner 'run luametatex format': /usr/bin/luametatex --jobname="./slide.tex" --socket --shell-escape --fmt=/home/kumar/.texlive2024/texmf-var/luametatex-cache/context/f919750633122078d706

[NTG-context] The newest ConTeXt but with Lua 5.4?

2025-01-06 Thread LPr Pontex
5 which is under developpement) - 32b platform, Windows. I need this due to some 3rd party library dependencies. I also downloaded the whole ConTeXt (and LuaMetaTeX and so) sources from the desired date but I'm not able to build them... You can write me to the (private) lpr.pon...@gmail

[NTG-context] Re: Luametatex: nesting alignments in display math formulas

2024-11-10 Thread ntg-contextmailingli.expedited080--- via ntg-context
Hi, > > On Sun, Nov 10, 2024 at 2:45 AM ntg-contextmailingli.expedited080--- > via ntg-context ntg-context@ntg.nl wrote: > > > I'm test driving luametatex. My needs usually extend to expressing formulas > > in TLA+ using nested display math formulas. Although I have s

[NTG-context] Re: Luametatex: nesting alignments in display math formulas

2024-11-10 Thread Mikael Sundqvist
Hi, On Sun, Nov 10, 2024 at 2:45 AM ntg-contextmailingli.expedited080--- via ntg-context wrote: > > I'm test driving luametatex. My needs usually extend to expressing formulas > in TLA+ using nested display math formulas. Although I have suitable > templates for doing this in

[NTG-context] Luametatex: nesting alignments in display math formulas

2024-11-09 Thread ntg-contextmailingli.expedited080--- via ntg-context
I'm test driving luametatex. My needs usually extend to expressing formulas in TLA+ using nested display math formulas. Although I have suitable templates for doing this in Mark IV, I can't reproduce these satisfactorily in luametatex. For example, here's a formula from Leslie

[NTG-context] Re: (ConTeXt LMTX) (Beginner) how do i set up vertical CJK?

2024-10-16 Thread 黄复雄
I have an incomplete example that you can use as a basis for your goal: https://github.com/Fusyong/luametatex-callback-playground/blob/master/vtypesetting_box.lmtx In addition, I have made a module, https://github.com/Fusyong/vertical-typesetting that makes the whole page vertical. That is, you

[NTG-context] Re: GB7714-2015 of author-year format

2024-10-15 Thread hf
ature already implemented for LuaMetatex? Or if not, any suggestions on how can I implemented this? Like 1. How to implement the sorting algorithm? 2. Which part of the source code can I rewrite to implement this feature? Thank you all for your time! Best, z

[NTG-context] Re: GB7714-2015 of author-year format

2024-10-14 Thread Wolfgang Schuster
. The sorting algorithm should use PinYin of Chinese characters to compare the order. I am wondering is this feature already implemented for LuaMetatex? Or if not, any suggestions on how can I implemented this? Like 1. How to implement the sorting algorithm? 2. Which part of the source code can I

[NTG-context] GB7714-2015 of author-year format

2024-10-13 Thread wangzhongtian
characters to compare the order. I am wondering is this feature already implemented for LuaMetatex? Or if not, any suggestions on how can I implemented this? Like1. How to implement the sorting algorithm?2. Which part of the source code can I rewrite to implement this feature?Thank you all for your

[NTG-context] Re: Adjusting Font Based Math Parameters

2024-10-12 Thread Hans Hagen via ntg-context
On 10/12/2024 7:27 PM, Julius Ross wrote: Sorry that is not really what I want.  I am looking to adjust (in context) all of the primitives \Umathfractiondenomdown, \Umathfractionnumup etc described on p138 of the LuaMetaTeX reference manual. Ideally it would be nice to be able to do this

[NTG-context] Re: Adjusting Font Based Math Parameters

2024-10-12 Thread Julius Ross
Sorry that is not really what I want. I am looking to adjust (in context) all of the primitives \Umathfractiondenomdown, \Umathfractionnumup etc described on p138 of the LuaMetaTeX reference manual. Ideally it would be nice to be able to do this once from the start. The reason is simply it

[NTG-context] Re: Artifact in flow cell connection

2024-10-12 Thread wangzhongtian
order. I am wondering is this feature already implemented for LuaMetatex? Or if not, any suggestions on how can I implemented this? Like1. How to implement the sorting algorithm?2. Which part of the source code can I rewrite to implement this feature?Thank you all for your time!Best

[NTG-context] Re: Lua <-> TeXShop

2024-10-09 Thread Hans Hagen via ntg-context
and use instead. If you want the samelua feature sas in context, just mtxrun --script foo.lua is the way to go. (To be sure I cheched if i have lua installed at all and it's some version from 2000; i always use mtxrun because after all luametatex is also a regular lua interpreter)

[NTG-context] Re: (ConTeXt LMTX) (Beginner) how do i set up vertical CJK?

2024-10-07 Thread Florent Michel
tioned in followingup-directions.tex > > i removed top to bottom directions from luametatex because it made no > sense; one cannot do vertical typesettign without also looking at the > layout and other things > > instead of directions we do rotation at the glyph level and such w

  1   2   3   4   5   6   7   8   9   10   >