Cannot build plain format
Dear list, I'm trying to build the plain format but it fails with $ mtxrun --script plain --make [...] ! I can't find file `luatex-plain.tex'. but mtxrun can find the file. $ mtxrun --find-file "luatex-plain.tex" /opt/context/tex/texmf-context/tex/generic/context/luatex/luatex-plain.tex What am I doing wrong? Also another question: Does LMTX come with a plain format? Cheers, Henri
On 4/16/2020 10:51 AM, Henri Menke wrote:
Dear list,
I'm trying to build the plain format but it fails with
$ mtxrun --script plain --make [...] ! I can't find file `luatex-plain.tex'.
but mtxrun can find the file.
$ mtxrun --find-file "luatex-plain.tex" /opt/context/tex/texmf-context/tex/generic/context/luatex/luatex-plain.tex
What am I doing wrong?
Also another question: Does LMTX come with a plain format?
currently not but as i for now also have added luatex to it (as it's handy for testing) i can also add plain related files (these depend on luatex) Hans (fwiw: I only use plain for an occasional test of the shipped generic font loader files.) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 16/04/20, 12:35, Hans Hagen wrote:
On 4/16/2020 10:51 AM, Henri Menke wrote:
Dear list,
I'm trying to build the plain format but it fails with
$ mtxrun --script plain --make [...] ! I can't find file `luatex-plain.tex'.
but mtxrun can find the file.
$ mtxrun --find-file "luatex-plain.tex" /opt/context/tex/texmf-context/tex/generic/context/luatex/luatex-plain.tex
What am I doing wrong?
Also another question: Does LMTX come with a plain format?
currently not but as i for now also have added luatex to it (as it's handy for testing) i can also add plain related files (these depend on luatex)
Thanks, but what about the first part of my email? Why can't I build the plain format in ConTeXt standalone (MkIV, not LMTX) even though mtxrun can locate the file? Cheers, Henri
Hans
(fwiw: I only use plain for an occasional test of the shipped generic font loader files.)
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 16/04/20, 12:35, Hans Hagen wrote:
On 4/16/2020 10:51 AM, Henri Menke wrote:
Dear list,
I'm trying to build the plain format but it fails with
$ mtxrun --script plain --make [...] ! I can't find file `luatex-plain.tex'.
but mtxrun can find the file.
$ mtxrun --find-file "luatex-plain.tex" /opt/context/tex/texmf-context/tex/generic/context/luatex/luatex-plain.tex
What am I doing wrong?
Also another question: Does LMTX come with a plain format?
currently not but as i for now also have added luatex to it (as it's handy for testing) i can also add plain related files (these depend on luatex)
Thanks, but what about the first part of my email? Why can't I build the plain format in ConTeXt standalone (MkIV, not LMTX) even though mtxrun can locate the file? Because the plain files are not there (I did a fresh install). I'll fix
On 4/17/2020 1:51 AM, Henri Menke wrote: that. It's a side effect of a change in generating the archives (i use a - lua - definition file for that in which is specified what ends up in the main garden distribution and what in the smaller lmtx one). As a side note: 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 repos) but we simply didn't find time to follow up on that. We have to adapt installers too and we want to do it right from the start. Now, we're not in a particular hurry, but in playing with all this it can happen that the current distributions get flaws. (As a side effect the more or less official release of luametatex has been postponed a few times because it depends on (1) which in turn depends on pushing older context distributions etc. But then, due to the current health crisis, time has slowed down 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 -----------------------------------------------------------------
Am 19.04.2020 um 11:57 schrieb Hans Hagen
:
As a side note: 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 repos)
but we simply didn't find time to follow up on that. We have to adapt installers too and we want to do it right from the start.
Now, we're not in a particular hurry, but in playing with all this it can happen that the current distributions get flaws.
(As a side effect the more or less official release of luametatex has been postponed a few times because it depends on (1) which in turn depends on pushing older context distributions etc. But then, due to the current health crisis, time has slowed down anyway.)
Sounds good. Is documentation part of (3) or can it be another section? While I want to install "everything" on my work machine, it would make sense to restrict a server installation (or a beta version for tests) to the bare minimum (without docs, but maybe with fonts). I also would very much appreciate to be able to install older versions (like "in the old times") to check when some changes happened. Git repositories serve the same purpose, probably even better. I’d suggest to keep those sections in separate repositories and install them as texmf-context, texmf-fonts, texmf-docs or the like (similar to the current state, but selectable). Git submodules *should* work to combine several repos, but the implementation has flaws (e.g. "git submodule update" tries to access all submodules at once, and if you must enter credentials, the prompts get mixed up). Best, Hraban
On 4/19/2020 12:44 PM, Henning Hraban Ramm wrote:
Am 19.04.2020 um 11:57 schrieb Hans Hagen
: As a side note: 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 repos)
but we simply didn't find time to follow up on that. We have to adapt installers too and we want to do it right from the start.
Now, we're not in a particular hurry, but in playing with all this it can happen that the current distributions get flaws.
(As a side effect the more or less official release of luametatex has been postponed a few times because it depends on (1) which in turn depends on pushing older context distributions etc. But then, due to the current health crisis, time has slowed down anyway.)
Sounds good. Is documentation part of (3) or can it be another section?
It's part of (1) as it is now but of course we can have an additional one (5) for extra documentation.
While I want to install "everything" on my work machine, it would make sense to restrict a server installation (or a beta version for tests) to the bare minimum (without docs, but maybe with fonts).
Nowadays even 'everything' is not that much is it? not compared to the whole of tex live. There was a time that a tex installation was considered large but nowadays many single task programs come with a larger installation.
I also would very much appreciate to be able to install older versions (like "in the old times") to check when some changes happened. Git repositories serve the same purpose, probably even better.
I’d suggest to keep those sections in separate repositories and install them as texmf-context, texmf-fonts, texmf-docs or the like (similar to the current state, but selectable). Git submodules *should* work to combine several repos, but the implementation has flaws (e.g. "git submodule update" tries to access all submodules at once, and if you must enter credentials, the prompts get mixed up). Basically we're talking
(1) texmf-context (tex, mp, lua sources, documentation, luametatex code) (2) texmf-<platform> (luametatex and luatex bin) (3) texmf (mostly fonts as it is now) (4) texmf-modules (from the garden) and if you want (5) texmf-docs but context documentation goes into texmf-context. We're not going top be too clever ... these systems come and go (as do some 'standards') so any installation model should be simple kind of 'copy/fetch something' (with no dependencies on anything we don't have in the repository either, apart from a compiler is one wants to compile luametatex for some platform we don't provide). Keep in mind that for specific usage demands are too different so all we can do is provide what there is. Also keep in mind that too much split also makes for tricky dependencies, for instance binaries are the latest so when you want an older context - something that you can do now too when you use the existing github repository - you have to make sure you have the right binary. This is why (1) will have the engine source code: integrity (don't worry the source code compresses to < 2 meg and uncompressed is less that some of these large fonts). Anyway, once we have it we can always make clever installers. Actually when you want to go real small it's easier to just install and wipe what you don't need. 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
Henri Menke