Re: [NTG-context] mkiv

2022-04-02 Thread Hans Hagen via ntg-context
ted (which includes a "luatex-cache" directory inside) When I run "mtxrun --generate", all required files are generated in "$HOME/context/tex/texmf-cache/luametatex-cache". I wonder why "mtrun --generate" doesn’t generate a "luatex-cache" directory i

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-16 Thread Hans Hagen via ntg-context
; binaries that are either copies or symlinks to luametatex in the same path - this is the same on unix and windows in lmtx luametatex is also used as runner for mkiv when installed on unix i normally just install the minimal tree and then either add the bin path to the path or just run mtxrun

Re: [NTG-context] issues with current latest

2022-10-14 Thread Max Chernoff via ntg-context
Hi Alan, On Fri, 2022-10-14 at 16:20 -0600, Alan Braslau wrote: > On Fri, 14 Oct 2022 15:38:52 -0600 > Max Chernoff via ntg-context wrote: > > >$ context --luatex test.tex >mtx-context | redirect luametatex -> luatex: luatex --luaonly > "/opt/c

[NTG-context] Re: Why LuaMetaTex is so slow?

2024-01-18 Thread Gavin via ntg-context
in almost an instant using PDFTeX which is about 450+ > pages but my math book takes around 30 seconds averaging ~40 pages/second. > > Why LuaMetaTeX is so slow? How can I speed it up? > -- > Re

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] 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] 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

[NTG-context] Problem with latest version ?

2023-01-04 Thread Fabrice Couvreur via ntg-context
--autopdf --purgeall complexes_2'' resolvers | formats | executing runner 'run luametatex format': /home/fabrice/LMTX/tex/texmf-linux-64/bin/luametatex --jobname="./complexes_2.tex" --fmt=/home/fabrice/LMTX/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0

Re: [NTG-context] Problem with latest version ?

2023-01-04 Thread Fabrice Couvreur via ntg-context
gt; > > Running `lmtX' on `complexes_2' with > ``/home/fabrice/LMTX/tex/texmf-linux-64/bin/mtxrun --autogenerate --script > context --autopdf --purgeall complexes_2'' > > resolvers | formats | executing runner 'run luametatex format': > /home/f

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-05 Thread Michal Vlasák via ntg-context
On Sun Sep 5, 2021 at 7:37 PM CEST, Hans Hagen wrote: > On 9/5/2021 5:51 PM, Michal Vlasák via ntg-context wrote: > > Hello Hraban, > > > "execute" should be a function defined in LuaMetaTeX, that internally > > calls zint functions. > does > > conte

[NTG-context] transparency stopped working in LMTX

2021-09-07 Thread Henning Hraban Ramm via ntg-context
(Latest LMTX, yesterday’s luametatex binary) The MWE shows no transparency with LMTX, it works with MkIV: ''' \setupexternalfigures[location=default] \definetransparency[light][a=1,t=.05] \definelayer[bg][x=0mm,y=0mm] \setupbackgrounds[text][background={bg},state=sta

Re: [NTG-context] not working "mtxrun --scripts cache --erase"

2022-06-26 Thread Max Chernoff via ntg-context
.lua from if find(filename,"luatex%-cache") then to if find(filename,"luametatex%-cache") then the problem appears to be fixed. -- Max ___ If your question is of interest

[NTG-context] After Compiling the Context test, there was no PDF.

2024-01-16 Thread Ursula Hermann
Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkxl/cont- en.mkxl(context.mkxl(syst-ini.mkxl ! Undefined control sequence. \immutable\defcsname\tocharacter \tabasciicode

[NTG-context] start/stopregister

2024-04-25 Thread Thomas A. Schmitz
Hi all, has \startregister been superseded in luametatex or is it not yet implemented? I tried to read strc-reg.lmt but couldn't figure out what is going on. The following silly minimal test produces the expected result with mkiv but not in mkxl. All best Thomas \setuppapersiz

[NTG-context] Re: Error after latest update

2024-08-06 Thread Wolfgang Schuster
Shiv Shankar Dayal schrieb am 06.08.2024 um 21:17: LuaMetaTeX 2.11.03 20240517 + ConTeXt LMTX 2024.05.17 16:32 I had a copy of this older version and the cell handling was different back then. Still the correct way to add filler symbols in a matrix is the \HF command which has two

[NTG-context] Variable name in lua and lmtx

2019-04-08 Thread Otared Kavian
Hi Hans, While testing the new LuaMetaTeX with an old project, I noticed that lmtx crashed when I had variables named « numéro » and « prénom » as in local n, numéro, email, Nom, prénom When I changed these to local n, numero, email, Nom, prenom the file was typeset

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 ___

[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

Re: [NTG-context] fonts.compact produces compact initials

2022-01-02 Thread Hans Hagen via ntg-context
with LuaMetaTeX, Version 2.09.35 and ConTEXt 2021.12.30 19:03 *T* fixed in next upload (there might be a few more places that need adapting to compact) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] zint module on LMTX

2022-03-17 Thread Pablo Rodriguez via ntg-context
n64/bin/lib/luametatex/zint/libzint.dll', quitting mtx-context | fatal error: return code: 1 So, latest version in Windows breaks compilation on my computer. What am I doing wrong? Many thanks for your help, Pablo ___

[NTG-context] Re: Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-14 Thread Hans Hagen
use luametatex anyway). 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

[NTG-context] Re: issue mixing font features (LMTX & MkIV)

2024-03-05 Thread Pablo Rodriguez via ntg-context
On 3/4/24 11:09, Hans Hagen via ntg-context wrote: > [...] > in luametatex we have a bit more advanced mechanism (also relates to > compact mode) because th eengine is a bit more clever > > just make sure that you don't add up features where one calcels the > other, so

[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-12 Thread Hans Hagen
/dl/luametatex/work/ 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

[NTG-context] luatex doesn't see installed 3rd party module

2024-05-19 Thread andrei
Hello! I’ve installed a 3rd party module by copying its TDS folder structure and invoking `context --generate` as described in https://wiki.contextgarden.net/Modules#ConTeXt_LMTX When I compile my project with `context` (using LuaMetaTeX), it's found and works just fine; however, when

Re: [NTG-context] Welcome to LMTX

2019-04-02 Thread Rudolf Bahr
. Hello All, I run cautiously the full path /home/sam/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate --script context --autopdf ABCD-Helmstedt-Lauf.tex and got: sh: 1: luametatex: not found mtx-context | fatal error: return

Re: [NTG-context] [luamtetex] error reloading fonts

2019-10-06 Thread Pablo Rodriguez
On 10/7/19 12:40 AM, kaddour kardio wrote: > Hi everyone! i am not sue whether this issue was addressed of not, i've > updated  luametatex from the [aur] package arch x86-64 > hen reloading the font cache i got this: >     mtxrun --script fonts --reload >     lua error : ?:-1:

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] 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 &q

[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] Bug: missing Lua API in binaries

2021-04-23 Thread luigi scarso
On Sat, Apr 24, 2021 at 1:33 AM Sylvain Hubert wrote: > You're right, I just checked the symbols of luatex and they contain all > the APIs of lua 5.3. > So I guess the problem is specific to luametatex and the latest context. > > > but in any case you should compile aga

[NTG-context] LuaMetaTEX as LaTeX to XHTML/ePub transpiler?

2021-09-10 Thread Hugh Fisher via ntg-context
es the argument text, then emits . Similarly there would be an implied lookup of \beginParagraph and \endParagraph which would emit and . Plain text just gets copied through unchanged. So (finally) my question: is LuaMetaTEX what I'm looking for? Yes is the answer I'm hoping for. And a

Re: [NTG-context] zint module on LMTX

2022-09-04 Thread Hans Hagen via ntg-context
On 9/4/2022 1:36 AM, Ivan Pešić via ntg-context wrote: Hi Pablo, I'm resurrecting this thread, as I've just managed to get some progress on Windows with zint in LMTX. The thing is that you need 64-bit DLL, because LuaMetaTex is built for 64-bit architecture on Windows. As it is not

Re: [NTG-context] new upload

2022-10-15 Thread Hans Hagen via ntg-context
/luametatex what should be the LMTX source (about 11MB). It zips to 2 MB and totals to less of a picture on a fancy phone ... Many thanks for your reply, Hans. At least on my system, I think every file is downloaded uncompressed. With a low speed connection (here, the service isn’t great all the time

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-16 Thread Henning Hraban Ramm
over new frontiers: NTS, MetaFun, Oriental TeX, LuaTeX, mplib, LuaMetaTeX… They’re also dubbed the incisors (AKA cutting edge) of the dinosaur of Open Source. ConTeXt is aimed at creative users, known for advanced features like extensive font control and direct XML processing, with a deep

Re: [NTG-context] lmtx

2019-04-02 Thread Henri Menke
t smaller. >>> >>> - The current somewhat hybrid codebase of context will stepwise be >>> adapted so that at some point we can start experimenting with some >>> pending ideas. (Which is why i sometimes answer "later this year".) >> >> Wher

Re: [NTG-context] Cannot build plain format

2020-04-19 Thread Hans Hagen
a while ago mojca and i discussed the future repository and installation setup which will use github repositories (1) - context (including luametatex sources) (2) - binaries (for a subset of platforms) (3) - resources (like fonts and such) (4) - modules (stable ones pushed from the main garden rep

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

Re: [NTG-context] new upload

2020-11-25 Thread Giulio Bertellini
Great. Made a clean install from scratch and now metafun manual compiles great at first run: mkiv lua stats > used engine:* luametatex version: 2.0803, functionality level: 20201123*, format id: 547, compiler: gcc mkiv lua stats > tex properties: 740024 hash slots used of 2097152, appro

Re: [NTG-context] Using ConTeXt-LMTX for modern Mathematically-Literate-Programming 2/2

2020-12-03 Thread Stephen Gaito
-functional* requirement to *prove* the code's correctness this is the heart of what I have to write about. There is no getting out of this requirement So, some day it would be very useful to be able to directly embed a Lua wrapped ANSI-C shared library inside the new LuaMetaTex Ho

[NTG-context] issue with link (MkIV & LMTX)

2021-06-05 Thread Pablo Rodriguez
{a.b\\/c.d\letterhash e} \stopitemize \stopTEXpage \stoptext I’m using current latest from 2021.06.04 17:28. LuaTeX generates the link rectangle right. LuaMetaTeX generates a wrong link rectangle. In the attached image, you can see the output I get (MkIV and LMTX). Could anyone confirm the

Re: [NTG-context] xml processing: if elseif else / switch case

2021-12-09 Thread Hans Hagen via ntg-context
On 12/9/2021 5:30 PM, Joey McCollum via ntg-context wrote: Thanks for correcting that, Wolfgang. I must have added the other \fi instances because I was trying to use \orelse in MKIV and couldn't get it to work. Is it only supported in LMTX? yes, it's one of the native luametate

Re: [NTG-context] new upload

2022-01-28 Thread Aditya Mahajan via ntg-context
kIV, before AUR moved to git. Not the AUR link has the latest PKGUILD. > But following Hans kind advice I shall keep a low profile > and wait for a safer version:) The PKGBUILD for luametatex will install the latest _released_ vers

Re: [NTG-context] debugging lmtx and firefox (was: TeXGyre Heros on Firefox)

2022-10-16 Thread Pablo Rodriguez via ntg-context
On 7/25/22 14:00, juh+ntg-context--- via ntg-context wrote: > [...] > They hint to LuaMetaTex as the cause of the problem. You can follow the > discussion here. > > https://bugzilla.mozilla.org/show_bug.cgi?id=1781022 Hi juh, this should have been fixed in current latest. So I

Re: [NTG-context] Spacing problem around decimal point

2023-03-28 Thread Gavin via ntg-context
Hi Hans, Jim, Bruce, et.al. Han’s asked me > can you pick up a binary from: > > https://dl.contextgarden.net/build/luametatex/work/ > > and test it? Maybe. I picked up the binary, but testing it is not quite as easy as it might be due to the MacOS security settings. I’ll se

[NTG-context] update

2023-06-04 Thread Hans Hagen via ntg-context
Hi, This time not a functional update but a (potential) performance one. I have no clue if it matters for average usage and some was already in place anyway. I gain some .2 seconds on the 8.5 seconds for the luametatex manual (of which is < 4 sec for tex so we gain the .2 sec on that p

[NTG-context] issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Pablo Rodriguez
ded {\lang_labels_define_class_indeed {#1}{\ifchknumber #2\or \lastchknumber \else \zerocount \fi }\expandafter \noexpand \csn ... \definelabelclass [head] [0] % titles You injected something that confused the parser, maybe by using some Lua call. LuaMetaTeX is from 20230727 (just in c

[NTG-context] Re: Why overbar is so big

2023-08-12 Thread Wolfgang Schuster
:     AccentTopShiftUp = -60,     FlattenedAccentTopShiftUp    = -60, I assume it has the same lm math font as we use. Do you test with Luatex? The output with Luametatex is correct but Luatex creates a raised bar (and different linebreaking). Wolfgang

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Hans Hagen
On 8/18/2023 8:48 PM, Carlos wrote: And with luatex frozen for better or for worse, I better stick to plain tex not sure what frozen has to do with it ... it will be around and maintained forever but no fundamental new functionality will be added that said: luametatex is of not much use when

[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-12 Thread Rik Kabel
binary from https://build.contextgarden.net/dl/luametatex/work/ Hans Thank you. That works for both of the examples and for the larger project from which they were derived. -- Rik ___ If your question is of interest

[NTG-context] luatex doesn't see installed 3rd party module

2024-05-19 Thread andrei
Hello! I’ve installed a 3rd party module by copying its TDS folder structure and invoking `context --generate` as described in https://wiki.contextgarden.net/Modules#ConTeXt_LMTX When I compile my project with `context` (using LuaMetaTeX), it's found and works just fine; however, when

[NTG-context] Strange behavior in math mode: < and minus sign give leftarrow

2019-04-10 Thread Otared Kavian
Hi Hans, While testing old documents with lmtx, I noticed that with recent versions of mkiv, as well as LuaMetaTeX, there is a strange behavior in math mode: when the characters < and - follow each other one gets \leftarrow… This is embarrassing when one writes inequalities for negat

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 the s

Re: [NTG-context] .so libraries not working with LMTX

2020-05-01 Thread Aditya Mahajan
...xt/tex/texmf-context/tex/context/base/mkiv/l-package.lua:325: error loading module 'mapm' from file './mapm.so': ./mapm.so: undefined symbol: lua_settop I believe that the luametatex binary is stripped, so there any unused s

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'

[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

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] [LMTX] fonts problem (again)

2021-02-23 Thread Pablo Rodriguez
On 2/23/21 6:45 PM, Hans Hagen wrote: > On 2/23/2021 6:15 PM, kaddour kardio wrote: >> Thank you Hans and Pablo, symlinking the font directories to luametatex >> font directory worked as expected. I guess i have to follow the same >> steps after every update.. > no, beca

Re: [NTG-context] Make LMTX load a custom library

2021-03-01 Thread Hans Hagen
\luametatex\wincon\wincon.dll (mtxrun --generate) maybe \enabletrackers[resolvers.libraries] gives you a clue Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The

[NTG-context] Stack size for arguments too small in LMTX

2021-05-25 Thread Henri Menke
Dear list, For some reason pgfplots has a \pgfkeys invocation where the argument has more than 4000 lines. This crashes LuaMetaTeX with the message tex error > tex error on line 4045 in file pgfplots.code.tex: TeX capacity exceeded, sorry [token memory size=100] It doesn't se

Re: [NTG-context] new upload

2021-06-04 Thread Pablo Rodriguez
appens both with MkIV (LuaTeX 1.13 7420 + ConTeXt MkIV 2021.06.04 17:28) and LMTX (LuaMetaTeX 2.09 20210531 + ConTeXt LMTX 2021.06.04 17:28). Contents seem to be irrelevant, but actual contents of "mwe.tex" read: \starttext \input zapf \stoptext I’m afraid that this might be

Re: [NTG-context] Functionnames disappearing (sometimes)

2021-06-19 Thread Hans Hagen
\cup B = X \cap Y$ \startformula A \bigcup B = X \bigcap Y \stopformula \stoptext it's a bug i introduced in the engine .. you can try a newer bin from: https://dl.contextgarden.net/build/luame

Re: [NTG-context] hyphenate nothyphenated

2021-06-29 Thread Hans Hagen
On 6/29/2021 12:06 PM, Steffen Wolfrum wrote: When running this mwe with luatex, the command \- could be used to manually break the line, even though it is set up nothyphenated. When running luametatex the word does not break: \setuppapersize[A10] \showframe \setuphead[chapter][align

[NTG-context] zint module on LMTX

2022-03-16 Thread Pablo Rodriguez via ntg-context
Error message is rather weird on Linux: optional> using library '/home/ousia/context/tex/texmf-linux- 64/bin/lib/luametatex/zint/libzint.so' zint> unknown barcode alternative 'isbnx' zint> zint> va

Re: [NTG-context] missing mails

2022-06-24 Thread Hans Hagen via ntg-context
On 6/24/2022 8:28 AM, Max Chernoff wrote: 2.  The LuaMetaTeX manual says that "pre_linebreak_filter" is called     _after_ the parfillskip glue has been added, but this doesn't seem     to be the case. With LuaLaTeX/Plain LuaTeX/MkIV, this is true, but     the node lis

Re: [NTG-context] not working "mtxrun --scripts cache --erase"

2022-06-27 Thread Pablo Rodriguez via ntg-context
gt; If I change line 81 of >> >>     texmf-context/scripts/context/lua/mtx-cache.lua >> [...] >> to >>     if find(filename,"luametatex%-cache") then >> the problem appears to be fixed. > maybe can you test with > > LUA

Re: [NTG-context] Cambria giving all bold

2022-07-01 Thread Alan via ntg-context
Curious - I just tried on another computer (Mac) using the exact same source and MS .ttf files and I do not get bold regular text. Both use updated lmtx. Something odd going on (that I will try to figure out). Clearing the luametatex cache corrected the problem - sorry all for the noise. Alan

[NTG-context] faltal error: return code: 1

2022-08-25 Thread Pablo Rodriguez via ntg-context
}\egroup} \stoptext I get the following error: mtx-context | fatal error: return code: 1 But when checking the sources, no error is found: $ mtxrun --script check test-file.tex no error Just in case it helps, creators are "LuaMetaTeX 2.10 20220818 + ConTeXt LMTX 2022.08.25 17:43

Re: [NTG-context] zint module on LMTX

2022-09-04 Thread Ivan Pešić via ntg-context
Hi Michal and Hans, My LuaMetaTeX version (and ConTeXt LMTX...) was from 18.04.2022. That was the reason... As soon as I installed the fresh version, it started working properly, even with my library build. So next time before writing to list, I'll do the update and check first ;) That

[NTG-context] Re: hyphenation inside quotation

2023-08-22 Thread Henning Hraban Ramm
w new features to Luametatex to improve the quotation mechanism and the patch results now in the unwanted side effect. I always had \setupdelimitedtext[quotation][method=font] in my environments without really understanding it (remark: enables hanging quotation marks). So both methods (font

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-16 Thread luigi scarso
>> >> >> After Compiling in the Folder: >> >> >> >> This is LuaMetaTeX, Version 2.10.11 initex >> >> (C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkxl/cont- >> en.mkxl(context.mkxl(syst-ini.mkxl >> ! Undefined contr

[NTG-context] Re: Best way to input UTF-8

2024-02-18 Thread 黄复雄
I recommend you to always show missing font markers in PDF documents with \replacemissingcharacters On Mon, Feb 19, 2024 at 12:46 AM Shiv Shankar Dayal wrote: > > Hi all, > > What is the best way to input UTF-8 in LuaMetaTex? If I use the UTF-8 > characters then do not come o

[NTG-context] missing metadata in LMTX

2024-03-03 Thread Pablo Rodriguez via ntg-context
[state=start] \xmlprocessbuffer{main}{demo}{} \stoptext With LuaTeX, I get PDF metadata. With LuaMetaTeX, I cannot get them. For both, I’m using current latest (from 2024.02.27 09:21). Could anyone confirm the issue or explain me what I am missing? Many thanks for your help, Pablo

[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-13 Thread Alain Delmotte
latest binary from https://build.contextgarden.net/dl/luametatex/work/ Hans Thanks, that also solved the problem when I tried to compile "Hello-world.tex" from the distribution ! It was crashing for the lines 39-46. Thanks for ConTe

[NTG-context] Re: luatex doesn't see installed 3rd party module

2024-05-19 Thread andrei
described in > https://wiki.contextgarden.net/Modules#ConTeXt_LMTX > > When I compile my project with `context` (using LuaMetaTeX), it's found and > works just fine; however, when I try to compile with LuaTeX by invoking > `context --latex`, it can’t find the module. > > Do I need to do som

[NTG-context] context / auctex problem?

2024-06-17 Thread Lizardo Reyna via ntg-context
t" "context --purgeall %t"   TeX-run-command t :help "Run context (lmtx)")     ("luametatex" "context --purgeall %t"   TeX-run-command t :help "Run context (lmtx)")   ) TeX-command-list     )   )   ) I hope this helps.

[NTG-context] slanted fallback and compact fonts

2024-08-19 Thread Pablo Rodriguez via ntg-context
:{slanted}}] \setupbodyfont[mainface] \startTEXpage[offset=1em] a \it a \stopTEXpage \stoptext Compact fonts in LuaMetaTeX prevent the slanted in the fallback font, but it causes no problem with the main defined font family. MkIV slants both the fallback and the main font families. I guess

Re: [NTG-context] Variable name in lua and lmtx

2019-04-08 Thread Hans Hagen
On 4/8/2019 2:47 PM, Otared Kavian wrote: Hi Hans, While testing the new LuaMetaTeX with an old project, I noticed that lmtx crashed when I had variables named « numéro » and « prénom » as in local n, numéro, email, Nom, prénom When I changed these to local n

[NTG-context] Strange behavior concerning pdf-output of externalfigures

2019-04-28 Thread Rudolf Bahr
on. I'm experiencing the artefacts with some figures which are all several years old. Until now it never happened in conTeXt programs. Because I installed a new OS (LinuxMint) on my workstation at the same time I tried 3 pdfviewers (okular, evince, xpdf) all with the same result. I'm using

Re: [NTG-context] Strange behavior concerning pdf-output of externalfigures

2019-05-16 Thread Rudolf Bahr
messages like "luatex warning > pdfe: invalid 11 0 R object at offset 223611" can be seen. Please, what do they mean? Rudolf PS.: LinuxMint 64bit This is LuaMetaTeX, Version 2.00.0 open source > level 1, order 1, name 'cont-yes.mkiv' system > s

[NTG-context] context (lmtx) segfaults on x86_64 linux

2019-09-10 Thread Vladimir Lomov
Hello, today I updated lmtx and on simple $ context --version I get segfault (in the same time luametatex --version works fine). Running under gdb shows me that the problem might be in one of 'realloc' calls. The context from Context Suite (mkiv) works fine. P.S. I tested on t

Re: [NTG-context] [LMTX urgent] core keeps getting dumped after 2019.11.28 LMTX update

2019-11-29 Thread Floris van Manen
On 29-11-2019 13:20, Vladimir Lomov wrote: > On other host I have luametatex 2019.11.14 and it works fine on all > investigated examples. and also the standard (non meta) version works well. .F $ context --version mtx-context | ConTeXt Process Management 1.03 mtx-context

[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. Giv

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

[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

[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

[NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Sylvain Hubert
arguments` 2.b or: `mtxrun --script font --list --all` Expected behavior: Nothing surprising should happen. Actual behavior: Firefox suddenly eats 100% of cpu I've noticed that `context` symlinks to `luametatex`, but the latter itself does not trigger the bug, neither do `luatex` or `latex`,

Re: [NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Hans Hagen
On 10/29/2020 3:18 PM, Sylvain Hubert wrote: I would consider it more constructive to admit the existence of the bug and find a way look into the source code of luametatex, since `context --help` is obviously not a terribly complicated routine to investigate. As taco mentioned, it's

Re: [NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Taco Hoekwater
it seems likely that there is something special going on with exactly your computer or your context installation. What binary are you using for luametatex ? The normal linux 64-bit one from the lmtx distribution? Be

Re: [NTG-context] About xdecimal

2020-12-28 Thread Hans Hagen
On 12/28/2020 2:33 PM, Jairo A. del Rio wrote: Hi, list. I've tried using the xdecimal library included with LuaMetaTeX and I have some remarks: 1. Shifts are decimal, not binary: 145 >> 1 gives 14. this is how decnumber defines shift: digits 2. Integer division (//) is not

Re: [NTG-context] Are positional graphics still working?

2021-02-17 Thread Hans Hagen
dating the metafun manual (but first i need to do the periodical update of the luametatex manual - kind of boring an dless fun than metafun) - Hans Hagen | PRAGMA ADE Ridde

Re: [NTG-context] the system not working on Linux 32 with Context-lmtx

2022-07-21 Thread Hans Hagen via ntg-context
d not run/mix lmtx with texlive - we use luametatex as runner for both luametatex and luatex runs - mtxrun.lua and context.lua are both in the bin path (as usual) - mtxrun.exe and context.exe are symlinks to luametatex.exe that is the same for all platforms but in tex live on windows there is

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-15 Thread Max Chernoff via ntg-context
Okay, I'm seeing a few separate issues here. 1. Gentoo expects to compile everything from source. This isn't an option here since LuaMetaTeX doesn't have any source available (yet). So for the time being, you'll need to use the provided binaries. These suppo

Re: [NTG-context] Missing letters and numbers in printout

2022-09-26 Thread Angel M Alganza via ntg-context
1 mtx-pdf | minor version > 7 mtx-pdf | number of pages > 1 mtx-pdf | title > a6 mtx-pdf | creator > LuaMetaTeX 2.09 20220429 + ConTeXt LMTX 2022.05.11 11:36 mtx-pdf | producer > LuaMetaTeX-2.09 mtx-pdf | auth

Re: [NTG-context] how to simulate \hss in luametatex?

2022-11-11 Thread 黄复雄 via ntg-context
g it relative. Best regards Huang Fusyong(黄复雄) Max Chernoff via ntg-context 于2022年11月11日周五 17:55写道: > > Hi, > > > I want to simulate \hss in lua end in ConTeXt/luametatex environment. > > For example, > > > > ```ConTeXt > > a{\raise 1.5ex\hbox to 0pt{\hss b}

Re: [NTG-context] how to simulate \hss in luametatex?

2022-11-11 Thread 黄复雄 via ntg-context
ote: > > Hi, > > > >> I want to simulate \hss in lua end in ConTeXt/luametatex environment. > >> For example, > >> > >> ```ConTeXt > >> a{\raise 1.5ex\hbox to 0pt{\hss b}}c > >> ``` > > > >> And in lua, I do as follows(pa

Re: [NTG-context] Software upgrade for ntg and contextgarden server 6 April

2023-04-15 Thread Hans Hagen via ntg-context
On 4/15/2023 3:23 AM, Carlos via ntg-context wrote: thank you Taco, Hans, and Aditya, Mikael, et Hans, I was just curious about your git strategy and wanted to ask you about something. I have no strategy. I see it as just an offline repository and archive. The luametatex repos sort of

Re: [NTG-context] update

2023-04-27 Thread lynx--- via ntg-context
tly for "reasons" (details to > be made public later). > > - The luametatex binary is allowed to be updated whenever. > > https://tug.org/pipermail/tex-live/2023-March/049058.html > > - I have no idea how ConTeXt is added to TL, but it doesn't appear to > be thr

Re: [NTG-context] odd processing error with latest standalone

2019-09-18 Thread Otared Kavian
o problem using > LuaMetaTeX, Version 2.00.0, 2019.07.31 > > But with LuaMetaTeX, Version 2.00.0, ConTeXt ver: 2019.09.10, > the process stops in a specific chapter and quits with a fatal error: > > tex error > tex error on line 26 in file c_12-01_Greenbaum.tex: !

Re: [NTG-context] Negative width vrule ignored in LuaMETATeX

2020-04-24 Thread Hans Hagen
e .. could be an interesting new (luametatex) option as it saves kerns in some cases) My use cases of negative vrule is a little tricky. I'm trying to comply with W3C's [Requirements for Japanese Text Layout](https://www.w3.org/TR/jlreq/). It states that In principle, closing brackets

Re: [NTG-context] Bug: context/mtxrun makes Firefox eat up cpu

2020-10-29 Thread Sylvain Hubert
PT Wed Sep 23 14:20:18 UTC > 2020 x86_64 GNU/Linux > > $firefox --version > Mozilla Firefox 81.0 > > $context --version > mtx-context | ConTeXt Process Management 1.03 > mtx-context | > mtx-context | main context file: > /opt/luametatex/texmf-context/tex/conte

<    1   2   3   4   5   6   7   8   9   10   >