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

2022-08-19 Thread amano.kenji via ntg-context
Wait. Are you actually saying that no one who has write access to ConTeXt source is going to write documentation that describes manual offline installation for package distributors? --- Original Message --- On Thursday, August 18th, 2022 at 5:16 PM, Hans Hagen wrote: > On 8/18/2022

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

2022-08-19 Thread amano.kenji via ntg-context
You don't have to install anything. What I'm asking is documentation of offline installation instructions. Offline installation means downloading all required archives in advance and then installing them without internet access. Translation of what install.sh roughly does into a documentation

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

2022-08-19 Thread amano.kenji via ntg-context
Okay. An installation guide for package distributors may appear in the future. But, it's not going to appear anytime soon. For now, I'm going to fix up texmfcnf.lua in Gentoo Linux texlive package for using stable releases of ConTeXt and use install.sh for testing the latest changes. ---

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

2022-08-23 Thread amano.kenji via ntg-context
> https://tug.org/TUGboat/tb34-3/tb108preining-distro.pdf Somebody needed to update TeX Live on Gentoo Linux. I'm going to read it. > From a developer perspective, this is essentially just the base ConTeXt > files, a modified texmfcnf.lua, and a fairly basic makefile. I'm going to read

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

2022-08-23 Thread amano.kenji via ntg-context
> they are unlikely to spend much time making a package for a fairly unpopular > distro where the official installer already works. If someone adds something like installation.md to the root directory of ConTeXt source archive or git commit, anyone can read it and translate it into one's OS

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

2022-08-18 Thread amano.kenji via ntg-context
Okay, TexLive will get ConTeXt LMTX. If TexLive was the official way to ship stable versions of ConTeXt, I am okay with having TexLive ConTeXt as a system package and using ConTeXt LMTX portable installer for testing bleeding edge features. Still, there are a few ways to ship latest changes in

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

2022-08-18 Thread amano.kenji via ntg-context
I really don't understand how TexLive is installed. On Gentoo Linux, the code that handles TexLive installation is complex. I can't reuse code that I don't understand. I came from LaTeX background. I got sick of handling incompatible modules in LaTeX and decided to try ConTeXt. I had used

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

2022-08-18 Thread amano.kenji via ntg-context
Sorry for spamming the list a little bit. If there was something like https://www.linuxfromscratch.org/lfs/view/stable/chapter06/ncurses.html for ConTeXt and luametatex (binary), then distribution maintainers can make packages for ConTeXt easily. I don't know TeX/TeXLive/kpathsea/ConTeXt

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

2022-08-18 Thread amano.kenji via ntg-context
Imagine installation instructions given by linux from scratch. install.sh is like `apt-get install ConTeXt`. Linux from scratch would document the following commands. ``` tar xf luametatex-2022.06.tar.xz cd /path/to/luametatex-2022.06 make cp luametatex /usr/bin tar xf context-2022.06.tar.xz

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

2022-08-18 Thread amano.kenji via ntg-context
By the way, all POSIX-like opearting systems including BSDs and linux distributions share one way of making system packages. For all POSIX-like operating systems, a simple Makefile can build LuaMetaTex. Since each linux distribution may have a slightly different directory structure, it would

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

2022-08-22 Thread amano.kenji via ntg-context
. If they care and they have installation guide, they will make it work. --- Original Message --- On Sunday, August 21st, 2022 at 7:13 PM, Michal Vlasák wrote: > On Mon Aug 15, 2022 at 2:03 PM CEST, amano.kenji via ntg-context wrote: > > > TexLive has texmfcnf.lua that do

[NTG-context] ConTeXt Mark IV mtxrun: If selfautoloc is /usr/bin and selfautodir is /usr, selfautoparent becomes "." instead of "/".

2022-08-22 Thread amano.kenji via ntg-context
I think it's a bug. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage :

[NTG-context] A few questions about texmfcnf.lua and mtxrun in TexLive.

2022-08-20 Thread amano.kenji via ntg-context
I'm currently using TexLive 2021 from Gentoo Linux. TexLive 2022 may behave with slight differences. * How does /usr/share/texmf-local/web2c/texmfcnf.lua override /usr/share/texmf-dist/web2c/texmfcnf.lua? According to mtxrun --configurations, /usr/share/texmf-dist comes later than

[NTG-context] How to make a reference go to an exact point of a section on a page?

2022-09-01 Thread amano.kenji via ntg-context
I just created a reference to a \section with \in. Clicking the \in reference doesn't go to the \section, but to the page that has the \section. Does ConTeXt lack the ability to go to an exact point of a numbered element on a page?

Re: [NTG-context] How to make a reference go to an exact point of a section on a page?

2022-09-02 Thread amano.kenji via ntg-context
\setupinteraction[state=start,focus=standard] was what I wanted. Thanks. --- Original Message --- On Thursday, September 1st, 2022 at 4:42 PM, Pablo Rodriguez via ntg-context wrote: > On 9/1/22 14:36, amano.kenji via ntg-context wrote: > > > I just created a reference t

[NTG-context] How can I design a book cover with front cover, back cover, and spine?

2022-09-06 Thread amano.kenji via ntg-context
Let's assume that I'm writing an A4 book. How can I design front cover, spine, and back cover of the book with ConTeXt? I've read many PDF files, but none that I can remember actually had book spine on it. Some had back cover. Most had front cover. Do printing houses make spine and back cover

Re: [NTG-context] How can I design a book cover with front cover, back cover, and spine?

2022-09-06 Thread amano.kenji via ntg-context
, 2022 at 9:50 AM, Henning Hraban Ramm via ntg-context wrote: > Am 06.09.22 um 10:20 schrieb amano.kenji via ntg-context: > > > Let's assume that I'm writing an A4 book. > > > > How can I design front cover, spine, and back cover of the book with > > ConTeXt? >

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

2022-08-24 Thread amano.kenji via ntg-context
That's great, bro. --- Original Message --- On Tuesday, August 23rd, 2022 at 7:13 PM, Aditya Mahajan via ntg-context wrote: > On Mon, 22 Aug 2022, amano.kenji via ntg-context wrote: > > > Wuh. That's a bit complex. > > > If you are packaging any fl

[NTG-context] How do I write a digital book that can become a physical book without a lot of modifications?

2022-09-10 Thread amano.kenji via ntg-context
A digital book doesn't need to be double-sided. But, a physical book can be double-sided. Double-sidedness may require adjusting contents in many places. How can I write a digital book that doesn't have to be heavily modified in order to become a physical book? I want almost no modification at

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

2022-08-15 Thread amano.kenji via ntg-context
PM, Bruce Horrocks wrote: > > On 15 Aug 2022, at 13:03, amano.kenji via ntg-context ntg-context@ntg.nl > > wrote: > > > > TexLive has texmfcnf.lua that doesn't really work with texlive-context > > installed by linux distributions. > > > > Arch Linux h

[NTG-context] Is rendering furigana over horizontal or vertical japanese text doable in ConTeXt?

2022-08-15 Thread amano.kenji via ntg-context
Typesetting furigana over kanji characters is common for japanese educational materials. Is this doable in ConTeXt? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

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

2022-08-15 Thread amano.kenji via ntg-context
TexLive has texmfcnf.lua that doesn't really work with texlive-context installed by linux distributions. Arch Linux has its own patched version of texmfcnf.lua. It seems I'd be better off with a linux package for ConTeXt LMTX. How can I build and install ConTeXt LMTX on Gentoo Linux or any

Re: [NTG-context] Is rendering furigana over horizontal or vertical japanese text doable in ConTeXt?

2022-08-15 Thread amano.kenji via ntg-context
Is there any documentation about \ruby? What about vertical text? --- Original Message --- On Monday, August 15th, 2022 at 11:43 AM, Taco Hoekwater wrote: > > On 15 Aug 2022, at 13:02, amano.kenji via ntg-context ntg-context@ntg.nl > > wrote: > > > > Typeset

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

2022-08-15 Thread amano.kenji via ntg-context
anyone help me with optimizing ConTeXt for system-wide installation? --- Original Message --- On Monday, August 15th, 2022 at 12:12 PM, Bruce Horrocks wrote: > > On 15 Aug 2022, at 13:03, amano.kenji via ntg-context ntg-context@ntg.nl > > wrote: > > > >

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

2022-08-16 Thread amano.kenji via ntg-context
nues to be made available and > updated with TeXlive, so any system packages that provide TeXlive can > provide ConTeXt. > > Alan > > > > On 15/08/2022 07:54, amano.kenji via ntg-context wrote: > > > From my perspective, a few optimizations for system installation

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

2022-08-16 Thread amano.kenji via ntg-context
http://lmtx.pragma-ade.nl/install-lmtx/texmf-context.zip is not versioned. If the file changes later, linux distributions refuse to use the file. I wish ConTeXt and LuaMetaTex were versioned and provided `offline` build instructions. The vast majority of programs are versioned and can be built

Re: [NTG-context] Is rendering furigana over horizontal or vertical japanese text doable in ConTeXt?

2022-08-16 Thread amano.kenji via ntg-context
At least, furigana seems covered. How do I know which document to consult? There are many PDF files that come with ConTeXt. --- Original Message --- On Monday, August 15th, 2022 at 3:39 PM, Wolfgang Schuster via ntg-context wrote: > amano.kenji via ntg-context schrieb am 15.08.2

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

2022-08-16 Thread amano.kenji via ntg-context
ctions used in install.sh into shell commands. > > > > How can I do that? Can I somehow execute mtx-install.lua, mtxrun.lua, or > > mtxrun in a way that doesn't require internet access? > > > > --- Original Message --- > > On Monday, August 15th, 2022 at 12:12 PM

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

2022-08-17 Thread amano.kenji via ntg-context
releases. --- Original Message --- On Tuesday, August 16th, 2022 at 4:02 PM, Hans Hagen via ntg-context wrote: > On 8/16/2022 1:43 PM, amano.kenji via ntg-context wrote: > > > Even if I put the installation in an archive and make a linux package that > > installs th