[NTG-context] LMTX: Command handling, Interface between TeX and Lua

2023-12-13 Thread Gerion Entrup
Hi, I'd like to understand more of the inner workings of LMTX. When I understand it right, most of the code is now processed in Lua but I was not able to find it. For example, I tried to find out how setupitemgroup is handled (just as an example of a more complex command). The wiki has a (kind

[NTG-context] lmtx update

2023-02-06 Thread Hans Hagen via ntg-context
Hi, We were considering to drop the virtual math fonts mechanism (which has served its purpose in the transition in the very early days of luatex but became obsolete as math fonts evolved) but in the end we were forced keep this feature and even upgrade it because we liked iwona, kurier and

[NTG-context] lmtx upload

2023-01-04 Thread Hans Hagen via ntg-context
Hi, I uploaded the first 2023 lmtx. There are not that many changes, most relate to updating manuals. Currently we're looking at the metafun / luametafun and lowlevel manuals - adding some accumulated todo's. Keep in mind that when we update manuals that is is not automatically reflected in

Re: [NTG-context] LMTX: request for \tracinglostchars=3

2022-12-22 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: >> LMTX only seems to support =0 (ignore) and =1 (report). Making these >> a fatal error (with exit status != 0) would be useful for automated >> typesetting, as missing characters easily can get lost in the logs, >> and then symbols are missing unnoticed in

Re: [NTG-context] LMTX: request for \tracinglostchars=3

2022-12-22 Thread Hans Hagen via ntg-context
On 12/22/2022 4:23 PM, Leah Neukirchen via ntg-context wrote: Hi, since TeX Live 2021 (TeX 3.141592653), there is - if \tracinglostchars >= 3, make missing characters an error (not just a log message), and always report the character code in hex. LaTeX also enables this by default these

[NTG-context] LMTX: request for \tracinglostchars=3

2022-12-22 Thread Leah Neukirchen via ntg-context
Hi, since TeX Live 2021 (TeX 3.141592653), there is > - if \tracinglostchars >= 3, make missing characters an error (not just > a log message), and always report the character code in hex. LaTeX also enables this by default these days. LMTX only seems to support =0 (ignore) and =1 (report).

[NTG-context] lmtx upload

2022-12-01 Thread Hans Hagen via ntg-context
Hi, I uploaded lmtx. Most significate: - A slightly different implementaqtion of font modes 'base' and 'none' (hopefully no side effects). - A few math updates (like primes done a bit differently, we made some choices here). - Limited support for colr format 1 as needed for the rather

Re: [NTG-context] LMTX: reimplementing texquotes as OTF feature

2022-11-12 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > can you show what is wrong and what it should be with > > fonts.handlers.otf.addfeature { > name = "germantexlig", > type = "ligature", > data = { > ['“'] = { "`", "`" }, > ['”'] = { "'", "'" }, >

Re: [NTG-context] LMTX: reimplementing texquotes as OTF feature

2022-11-11 Thread Hans Hagen via ntg-context
On 11/11/2022 10:19 PM, Leah Neukirchen via ntg-context wrote: Hi, as Hans recommended in the last video meeting, I tried to implement the texquotes feature using OTF features, and hit two problems: 1) To support German quotes as well, I have two ligatures that end up as the same glyph:

[NTG-context] LMTX: reimplementing texquotes as OTF feature

2022-11-11 Thread Leah Neukirchen via ntg-context
Hi, as Hans recommended in the last video meeting, I tried to implement the texquotes feature using OTF features, and hit two problems: 1) To support German quotes as well, I have two ligatures that end up as the same glyph: `` -> “ "' -> “ This can't be in the same ligature

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-13 Thread Hans Hagen via ntg-context
On 10/13/2022 8:36 PM, Henning Hraban Ramm via ntg-context wrote: Am 13.10.22 um 19:41 schrieb Pablo Rodriguez via ntg-context: On 10/13/22 00:50, Max Chernoff via ntg-context wrote: On Wed, 2022-10-12 at 13:14 +0200, Leah Neukirchen wrote: [...] The last version of font-cff.lua should also

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-13 Thread Hans Hagen via ntg-context
On 10/13/2022 7:41 PM, Pablo Rodriguez via ntg-context wrote: On 10/13/22 00:50, Max Chernoff via ntg-context wrote: On Wed, 2022-10-12 at 13:14 +0200, Leah Neukirchen wrote: [...] The last version of font-cff.lua should also copy the hinting-related values of the CFF properly (/BlueScale,

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-13 Thread Willi Egger via ntg-context
Now! I am astonished about this blog! Super that you, Leah and Hans, insisted to find out what the culprit was! Thank you both so much for your effort! Kind regards Willi > On 11 Oct 2022, at 21:07, Leah Neukirchen via ntg-context > wrote: > > Hans Hagen via ntg-context writes: > >> On

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-13 Thread Henning Hraban Ramm via ntg-context
Am 13.10.22 um 19:41 schrieb Pablo Rodriguez via ntg-context: On 10/13/22 00:50, Max Chernoff via ntg-context wrote: On Wed, 2022-10-12 at 13:14 +0200, Leah Neukirchen wrote: [...] The last version of font-cff.lua should also copy the hinting-related values of the CFF properly (/BlueScale,

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-13 Thread Pablo Rodriguez via ntg-context
On 10/13/22 00:50, Max Chernoff via ntg-context wrote: > On Wed, 2022-10-12 at 13:14 +0200, Leah Neukirchen wrote: >> [...] >> The last version of font-cff.lua should also copy the hinting-related >> values of the CFF properly (/BlueScale, /StemSnap[HV] etc). >> We fixed that on the side. ;) > >

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-12 Thread Max Chernoff via ntg-context
On Wed, 2022-10-12 at 13:14 +0200, Leah Neukirchen wrote: > > Seeing that you're modifying the font encoding, could you perhaps > > reconsider supporting hinting in LMTX?  > > > >https://mailman.ntg.nl/pipermail/ntg-context/2022/106311.html > > > > Even with a high resolution screen, I can

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-12 Thread Leah Neukirchen via ntg-context
Max Chernoff via ntg-context writes: > Hi Leah, > > >> > Leah and I are zooming in on the issue. It might relate to wrong font >> > matrix default behavior in the pdf printer driver, and GS got a fix >> > for that long ago, so maybe old printers with not-updated drivers can >> > be affected. >>

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-11 Thread Max Chernoff via ntg-context
Hi Leah, > > Leah and I are zooming in on the issue. It might relate to wrong font > > matrix default behavior in the pdf printer driver, and GS got a fix > > for that long ago, so maybe old printers with not-updated drivers can > > be affected. > > > > Once we're confident that we can catch it

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-11 Thread Aditya Mahajan via ntg-context
On Tue, 11 Oct 2022, Leah Neukirchen via ntg-context wrote: > Hans Hagen via ntg-context writes: > > Once we're confident that we can catch it Leah (who does the low level > > introspective testing with viewers, printers and tools) likely will > > report on it and there will be a test file for

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-11 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > On 10/9/2022 8:03 AM, Max Chernoff via ntg-context wrote: >> Hi all, >> >>> I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. >>> >>> Here's a tiny test document, I disabled PDF compression but it also >>> doesn't work with the default settings. >>>

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-09 Thread Hans Hagen via ntg-context
On 10/9/2022 8:03 AM, Max Chernoff via ntg-context wrote: Hi all, I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. Here's a tiny test document, I disabled PDF compression but it also doesn't work with the default settings. \setupbackend[level=0,compresslevel=0] \starttext Just a

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-09 Thread Max Chernoff via ntg-context
Hi all, > I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. > > Here's a tiny test document, I disabled PDF compression but it also > doesn't work with the default settings. > > \setupbackend[level=0,compresslevel=0] > \starttext > Just a line of text. > \stoptext > > When I print

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-06 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > On 10/6/2022 2:42 PM, Leah Neukirchen wrote: > >> But I also found yet another printer model that doesn't print: >> the HP Color LaserJet 4700 (Model Q7492A, Firmware 20060821 46.031.1). >> Since you seem to own the only printer that works ;) would >> you be

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-06 Thread Hans Hagen via ntg-context
On 10/6/2022 2:42 PM, Leah Neukirchen wrote: But I also found yet another printer model that doesn't print: the HP Color LaserJet 4700 (Model Q7492A, Firmware 20060821 46.031.1). Since you seem to own the only printer that works ;) would you be so kind and share which model you have? We have

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-06 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > On 10/6/2022 12:31 PM, Ulrike Fischer via ntg-context wrote: >> Am Tue, 4 Oct 2022 18:09:28 +0200 schrieb Hans Hagen via >> ntg-context: >> Hans, is it possible that LMTX uses some technique that is “too modern” for some built-in PDF interpreter?

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-06 Thread Hans Hagen via ntg-context
On 10/6/2022 12:31 PM, Ulrike Fischer via ntg-context wrote: Am Tue, 4 Oct 2022 18:09:28 +0200 schrieb Hans Hagen via ntg-context: Hans, is it possible that LMTX uses some technique that is “too modern” for some built-in PDF interpreter? we basically use the old pre 1.6 embedding, same as

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-06 Thread Ulrike Fischer via ntg-context
Am Tue, 4 Oct 2022 18:09:28 +0200 schrieb Hans Hagen via ntg-context: >> Hans, is it possible that LMTX uses some technique that is “too modern” >> for some built-in PDF interpreter? > we basically use the old pre 1.6 embedding, same as luatex I saw that the new code renumbers the glyphs, so

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-05 Thread Hans Hagen via ntg-context
On 10/5/2022 6:02 PM, Pablo Rodriguez via ntg-context wrote: It happens both with LuaMetaTeX and LuaTeX. When playing with certain levels of zooming, some blank spots are displayed inside the characters (printing is fine). Such artifacts can result from operating in the extremes and one has

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-05 Thread Pablo Rodriguez via ntg-context
On 10/3/22 20:57, Leah Neukirchen via ntg-context wrote: >> [...] >> \setupbackend[level=0,compresslevel=0] >> \starttext >> Just a line of text. >> \stoptext >> [...] > > On Acrobat DC on macOS, there is a visible difference between the two files: Hi Leah, this issue also happens with PDF.js

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Henning Hraban Ramm via ntg-context
Am 04.10.22 um 18:11 schrieb Hans Hagen via ntg-context: it is hidden in preflight, some tiny entry in a menu "browse internal .." or so but as adobe loves to change user interfaces with each version i have no clue where you can find it Oops, I completely forgot that was part of Callas

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 5:52 PM, Leah Neukirchen via ntg-context wrote: I looked into /StemV 0 (which was different in MKIV) but that works with the TTF files, too. Also should be ignored for Type 3 anyway. Does your test have type 3 fonts? Should be no problem. Hans

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 5:44 PM, Henning Hraban Ramm via ntg-context wrote: Am 04.10.22 um 14:59 schrieb Hans Hagen via ntg-context: On 10/4/2022 2:35 PM, Leah Neukirchen via ntg-context wrote: Are there any tools to analyze this CID font stream? You can browse the glyphs with full acrobat You can?

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 6:03 PM, Henning Hraban Ramm via ntg-context wrote: Am 04.10.22 um 15:21 schrieb Angel M Alganza via ntg-context: On Tue, Oct 04, 2022 at 01:59:45PM +0200, Henning Hraban Ramm via ntg-context wrote: How do you send the files “directly” to the printer? Copy to lpt queue? In my

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Henning Hraban Ramm via ntg-context
Am 04.10.22 um 15:21 schrieb Angel M Alganza via ntg-context: On Tue, Oct 04, 2022 at 01:59:45PM +0200, Henning Hraban Ramm via ntg-context wrote: How do you send the files “directly” to the printer? Copy to lpt queue? In my case, as I explained in my original email, I plug in a USB drive

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > Hi, > > does (the obsolete) > > \enabledirectives[backend.pdf.forcecidset] > > help No; same blank page. :( (Also MKIV works without CIDSet...) I looked into /StemV 0 (which was different in MKIV) but that works with the TTF files, too. Also should be

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Henning Hraban Ramm via ntg-context
Am 04.10.22 um 14:59 schrieb Hans Hagen via ntg-context: On 10/4/2022 2:35 PM, Leah Neukirchen via ntg-context wrote: Are there any tools to analyze this CID font stream? You can browse the glyphs with full acrobat You can? Not with Acrobat Pro v9 or before. Hraban

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Angel M Alganza via ntg-context
On Tue, Oct 04, 2022 at 01:59:45PM +0200, Henning Hraban Ramm via ntg-context wrote: How do you send the files “directly” to the printer? Copy to lpt queue? In my case, as I explained in my original email, I plug in a USB drive into the printer USB port, and I pick up the file to print from

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 2:35 PM, Leah Neukirchen via ntg-context wrote: Are there any tools to analyze this CID font stream? You can browse the glyphs with full acrobat (but I haven't a full acrobat installed ... I lost it when I upgraded my laptop and have no plans to buy a new version as I don't need

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
Hi, does (the obsolete) \enabledirectives[backend.pdf.forcecidset] help Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 2:35 PM, Leah Neukirchen via ntg-context wrote: Hans Hagen writes: what is sent to the printer .. maybe not pdf but something the printer driver produces For the Ricoh and Samsung printers, we printed the raw PDF directly over JetDirect (port 9100). For the Brother, the

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Leah Neukirchen via ntg-context
Hans Hagen writes: > what is sent to the printer .. maybe not pdf but something the printer > driver produces For the Ricoh and Samsung printers, we printed the raw PDF directly over JetDirect (port 9100). For the Brother, the "upload PDF" function was used. So no outside printer drivers

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Henning Hraban Ramm via ntg-context
Am 04.10.22 um 12:53 schrieb Leah Neukirchen via ntg-context: Another data point: Brother B205 doesn't print it either. But would all of these use the same licensed PDF renderer... Print the test page of all these printers. Does it say something about the PDF/PostScript engine (RIP) and its

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 12:53 PM, Leah Neukirchen wrote: Hans Hagen via ntg-context writes: On 10/4/2022 4:16 AM, Angel M Alganza via ntg-context wrote: On Mon, Oct 03, 2022 at 07:17:10PM +0200, Leah Neukirchen via ntg-context wrote: When I print this "directly" (i.e. sending the raw PDF to the

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > On 10/4/2022 4:16 AM, Angel M Alganza via ntg-context wrote: >> On Mon, Oct 03, 2022 at 07:17:10PM +0200, Leah Neukirchen via >> ntg-context wrote: >> >>> When I print this "directly" (i.e. sending the raw PDF to the printer) >>> on a Ricoh MP3053 or on a

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-04 Thread Hans Hagen via ntg-context
On 10/4/2022 4:16 AM, Angel M Alganza via ntg-context wrote: On Mon, Oct 03, 2022 at 07:17:10PM +0200, Leah Neukirchen via ntg-context wrote: When I print this "directly" (i.e. sending the raw PDF to the printer) on a Ricoh MP3053 or on a Samsung CLP-680DW, I just get an empty page. I

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-03 Thread Angel M Alganza via ntg-context
On Mon, Oct 03, 2022 at 07:17:10PM +0200, Leah Neukirchen via ntg-context wrote: When I print this "directly" (i.e. sending the raw PDF to the printer) on a Ricoh MP3053 or on a Samsung CLP-680DW, I just get an empty page. I believe that is the exact same problem I have and that I described a

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-03 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: > On 10/3/2022 7:17 PM, Leah Neukirchen via ntg-context wrote: >> Hi, >> I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. >> Here's a tiny test document, I disabled PDF compression but it also >> doesn't work with the default settings. >>

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-03 Thread Hans Hagen via ntg-context
On 10/3/2022 7:17 PM, Leah Neukirchen via ntg-context wrote: Hi, I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. Here's a tiny test document, I disabled PDF compression but it also doesn't work with the default settings. \setupbackend[level=0,compresslevel=0] \starttext Just a line

Re: [NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-03 Thread Leah Neukirchen via ntg-context
Leah Neukirchen via ntg-context writes: > Hi, > > I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. > > Here's a tiny test document, I disabled PDF compression but it also > doesn't work with the default settings. > > \setupbackend[level=0,compresslevel=0] > \starttext > Just a line of

[NTG-context] LMTX generates PDFs with non-working fonts on real printers

2022-10-03 Thread Leah Neukirchen via ntg-context
Hi, I use LuaMetaTeX 2.10 20220918 + ConTeXt LMTX 2022.09.11. Here's a tiny test document, I disabled PDF compression but it also doesn't work with the default settings. \setupbackend[level=0,compresslevel=0] \starttext Just a line of text. \stoptext When I print this "directly" (i.e. sending

Re: [NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-28 Thread Leah Neukirchen via ntg-context
Hans Hagen via ntg-context writes: >> After a bunch of debugging, it turns out that LMTX breaks the TikZ >> 'quotes' >> library, which works using code ala: >> \def\tikz@enable@node@quotes{% >>\pgfkeyssetvalue{/handlers/first char syntax/the character >> "}{\tikz@quote@parser}% >>

[NTG-context] lmtx status

2022-09-27 Thread Hans Hagen via ntg-context
Hi, At the ctx meeting we released luametatex, that is, the source code is now in the context zip (so it grew a few MB). At the same time Mojca set up some contextgarden repositories on github. We're working on a setup for users to generate older snapshots, if needed (for instance because

Re: [NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-22 Thread Hans Hagen via ntg-context
On 9/22/2022 2:23 PM, Leah Neukirchen via ntg-context wrote: Hi, I'm trying to get tikz-cd to run on LMTX and some examples already work fine, but I had a problem with text on arrows. To reproduce: \usemodule[tikz] \usetikzlibrary[cd] \starttext \starttikzcd A \arrow{r}{A} \NC B \NR

[NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-22 Thread Leah Neukirchen via ntg-context
Hi, I'm trying to get tikz-cd to run on LMTX and some examples already work fine, but I had a problem with text on arrows. To reproduce: \usemodule[tikz] \usetikzlibrary[cd] \starttext \starttikzcd A \arrow{r}{A} \NC B \NR \stoptikzcd \stoptext This builds fine on MkIV from TeXLive 2022 with

Re: [NTG-context] lmtx and \prime ?

2022-08-04 Thread Hans Hagen via ntg-context
On 8/4/2022 8:52 PM, Michael Urban via ntg-context wrote: I get a different result for mkiv and lmtx for the following input: \starttext Even now, a six footer is two standard deviations from the mean. Remember, 5\prime{}7\prime\prime{} is 50th percentile today for a 15 year old. \stoptext

[NTG-context] lmtx and \prime ?

2022-08-04 Thread Michael Urban via ntg-context
I get a different result for mkiv and lmtx for the following input: \starttext Even now, a six footer is two standard deviations from the mean. Remember, 5\prime{}7\prime\prime{} is 50th percentile today for a 15 year old. \stoptext With mkiv, the prime marks for inches and feet are where I

[NTG-context] LMTX and modules

2022-07-12 Thread Axel Kielhorn via ntg-context
Hello, Some years ago I wrote an introduction to ConTeXt in German: https://github.com/AKielhorn/Context-Intro But that was long ago. Today LMTX is state of the art and I tried to build it with a recent LMTX. This lead to problems because LMTX does not include modules. Therefore my question

Re: [NTG-context] lmtx \placeinitial with nonzero par indent?

2022-07-11 Thread Michael Urban via ntg-context
Never mind. Apparently lmtx changed the default for \setupindenting from 'next' to 'first'? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] lmtx \placeinitial with nonzero par indent?

2022-07-11 Thread Michael Urban via ntg-context
The following produces different results in mkiv and lmtx (to which I am brand new): \setupinitial[distance=1pt,font=Serif at 36pt,n=2] \setupindenting[medium,yes] \starttext \placeinitial \input knuth \stoptext The mkiv output is the desired effect. It works fine in lmtx if I do not

Re: [NTG-context] lmtx installation paths not working

2022-06-17 Thread Jano Kula via ntg-context
Hello list, thank you all for your advices. Aditya was right. There was some mess in PATH variable. Lesson learned: start with explicit paths to executables. Still where mtxrun (Windows) was pointing to the right one, which was fooling me. I've noticed the problem with antivirus SW during the

Re: [NTG-context] lmtx installation paths not working

2022-06-15 Thread Bruce Horrocks via ntg-context
> On 14 Jun 2022, at 12:20, Jano Kula via ntg-context > wrote: > > Do you have an idea how to fix problem? > I will be thankful for an advice, it is quite urgent (everything was working > yesterday). Do you have an anti-virus product installed? In the past I've noticed that Symantec

Re: [NTG-context] lmtx installation paths not working

2022-06-14 Thread Alain Delmotte via ntg-context
Hello, I do not understand what you did! I went to "http://www.pragma-ade.com/install.htm" downlaoded the 64 bit Microsoft Windows file "context-win64.zip". I did create a folder c:\data\context wher I did put the .zip file and unzipped it. I got

Re: [NTG-context] lmtx installation paths not working

2022-06-14 Thread Aditya Mahajan via ntg-context
On Tue, 14 Jun 2022, Jano Kula via ntg-context wrote: > Hello list, > > I cannot make fresh install of lmtx to work. The structure after unzipping: > C:\data\context\bin\beta > C:\data\context\bin\beta\bin > C:\data\context\bin\beta\tex > C:\data\context\bin\beta\tex\texmf >

Re: [NTG-context] lmtx installation paths not working

2022-06-14 Thread Jano Kula via ntg-context
Hello, I didn't mention the platform: context-setup-win64. Thank you, Jano On Tue, Jun 14, 2022 at 1:20 PM Jano Kula wrote: > Hello list, > > I cannot make fresh install of lmtx to work. The structure after unzipping: > C:\data\context\bin\beta > C:\data\context\bin\beta\bin >

[NTG-context] lmtx installation paths not working

2022-06-14 Thread Jano Kula via ntg-context
Hello list, I cannot make fresh install of lmtx to work. The structure after unzipping: C:\data\context\bin\beta C:\data\context\bin\beta\bin C:\data\context\bin\beta\tex C:\data\context\bin\beta\tex\texmf C:\data\context\bin\beta\tex\texmf-cache C:\data\context\bin\beta\tex\texmf-context etc.

Re: [NTG-context] LMTX | (.\) at end of line causes fatal error

2022-03-05 Thread Hans Hagen via ntg-context
On 3/5/2022 9:39 PM, Richard Mahoney via ntg-context wrote: Something I've noticed for a little while now, although it may be long standing, I'm not sure. If one ends some of the lines in the input files with a full stop (.) and a back slash (\) then LMTX will fail to compile with a fatal error.

[NTG-context] LMTX | (.\) at end of line causes fatal error

2022-03-05 Thread Richard Mahoney via ntg-context
Something I've noticed for a little while now, although it may be long standing, I'm not sure. If one ends some of the lines in the input files with a full stop (.) and a back slash (\) then LMTX will fail to compile with a fatal error. The only way to recover is to go through each of the files

Re: [NTG-context] LMTX-latest | SciTE 5.1.6 --- 5.2.1 | Not working with tex/texmf-context/context/data/scite

2022-03-03 Thread Richard Mahoney via ntg-context
list for ConTeXt users To: Richard Mahoney via ntg-context Cc: Hans Hagen Subject: Re: [NTG-context] LMTX-latest | SciTE 5.1.6 --- 5.2.1 | Not working with tex/texmf-context/context/data/scite Date: Thu, 3 Mar 2022 08:53:06 +0100 Mailer: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko

Re: [NTG-context] LMTX-latest | SciTE 5.1.6 --- 5.2.1 | Not working with tex/texmf-context/context/data/scite

2022-03-02 Thread Hans Hagen via ntg-context
On 3/3/2022 12:08 AM, Richard Mahoney via ntg-context wrote: [Gentoo] I've found that the config included with LMTX in: tex/texmf-context/context/data/scite does not work with SciTE 5.1.6+ The latest version that seems to be working is SciTE 5.1.5. Version 5.1.5 Scintilla: 5.1.4 Lexilla:

[NTG-context] LMTX-latest | SciTE 5.1.6 --- 5.2.1 | Not working with tex/texmf-context/context/data/scite

2022-03-02 Thread Richard Mahoney via ntg-context
[Gentoo] I've found that the config included with LMTX in: tex/texmf-context/context/data/scite does not work with SciTE 5.1.6+ The latest version that seems to be working is SciTE 5.1.5. Version 5.1.5 Scintilla: 5.1.4 Lexilla: 5.1.3 compiled for GTK:3.24.29 Nov 14 2021 12:15:50 Is anyone

[NTG-context] lmtx

2022-02-03 Thread Hans Hagen via ntg-context
Hi, There haven't been updates and the reason is that we're in the middle of math and/or wrapping up on transliteration / indic (for which there is also a nice wiki page being made). Concerning math, we're progressing with some rather flexible spacing, penalty, linebreak extensions but

Re: [NTG-context] LMTX error processing Adobe Arabic Naskh font

2021-11-13 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
Problems I and II are apparently solved in the latest update. As for III, the following works: \definefont[ARABICFONT][file:almfixed.otf*arabic at 28pt] \noheaderandfooterlines \setupwhitespace[big] % \starttext \startTEXpage[offset=1ex] % \setupdirections[bidi=global,method=one]

Re: [NTG-context] LMTX error processing Adobe Arabic Naskh font

2021-11-10 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
For III: See attached! On Wed, 10 Nov 2021 09:00:26 -0700, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear Hans and gang, Consider the following MWE: == \definefont[ARABICFONT][file:Adobe_Naskh.ttf*arabic at 28pt] % \definefont[ARABICFONT][file:Amiri-Regular_0.ttf*arabic at

[NTG-context] LMTX error processing Adobe Arabic Naskh font

2021-11-10 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
Dear Hans and gang, Consider the following MWE: == \definefont[ARABICFONT][file:Adobe_Naskh.ttf*arabic at 28pt] % \definefont[ARABICFONT][file:Amiri-Regular_0.ttf*arabic at 28pt] % \definefont[ARABICFONT][file:Scheherazade-Regular.ttf*arabic at 28pt] %

Re: [NTG-context] [lmtx offline?]

2021-09-20 Thread Hans Hagen via ntg-context
On 9/20/2021 12:34 PM, Floris van Manen via ntg-context wrote: I try to update my lmtx installation, but it seems that there is no contact with the server somehow... Any hints? Because our provider stops with web stuff we are in transition. You can try again (there was a redirect to https that

Re: [NTG-context] [lmtx offline?]

2021-09-20 Thread Henning Hraban Ramm via ntg-context
The server is on its way to the context meeting and got no wifi on the train ;) HR PS: nonsense, of course > Am 20.09.2021 um 12:34 schrieb Floris van Manen via ntg-context > : > > I try to update my lmtx installation, but it seems that there is no contact > with the server somehow... > Any

[NTG-context] [lmtx offline?]

2021-09-20 Thread Floris van Manen via ntg-context
I try to update my lmtx installation, but it seems that there is no contact with the server somehow... Any hints? $ ./install.sh mtx-install | provide valid server and instance The following settings were used: server : lmtx.contextgarden.net,lmtx.pragma-ade.com,lmtx.pragma-ade.nl

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-24 Thread Aditya Mahajan via ntg-context
On Mon, 23 Aug 2021, Aditya Mahajan via ntg-context wrote: > On Mon, 23 Aug 2021, Benjamin Buchmuller via ntg-context wrote: > > > This is the setup I have been using, but I'm unsure if the problem could be > > related to the other problem I had. (Not scaled to a MWE, but short > > enough.) I

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Hans Hagen via ntg-context
On 8/23/2021 7:42 PM, Aditya Mahajan wrote: On Mon, 23 Aug 2021, Benjamin Buchmuller via ntg-context wrote: This is the setup I have been using, but I'm unsure if the problem could be related to the other problem I had. (Not scaled to a MWE, but short enough.) I figured the issue by removing

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Aditya Mahajan via ntg-context
On Mon, 23 Aug 2021, Benjamin Buchmuller via ntg-context wrote: > This is the setup I have been using, but I'm unsure if the problem could be > related to the other problem I had. (Not scaled to a MWE, but short enough.) > I figured the issue by removing some of the lines. I get the same

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Benjamin Buchmuller via ntg-context
This is the setup I have been using, but I'm unsure if the problem could be related to the other problem I had. (Not scaled to a MWE, but short enough.) I figured the issue by removing some of the lines. \usemodule[vim] \definetextbackground[codebkg] [ frame=on,

Re: [NTG-context] lmtx update

2021-08-23 Thread Hans Hagen via ntg-context
On 8/23/2021 12:55 AM, Benjamin Buchmuller via ntg-context wrote: Hi, Here is another thing which worked previously for me: ConTeXt ver: 2021.07.30 00:57 LMTX fmt: 2021.8.8 int: english/english Now: ConTeXt ver: 2021.08.22 11:54 LMTX fmt: 2021.8.22 int: english/english Error: lua

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-23 Thread Hans Hagen via ntg-context
On 8/23/2021 12:10 AM, Benjamin Buchmuller via ntg-context wrote: Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc.

[NTG-context] lmtx update

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Here is another thing which worked previously for me: ConTeXt ver: 2021.07.30 00:57 LMTX fmt: 2021.8.8 int: english/english Now: ConTeXt ver: 2021.08.22 11:54 LMTX fmt: 2021.8.22 int: english/english Error: lua error: registered function call [396]:

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Wolfgang Schuster via ntg-context
Benjamin Buchmuller via ntg-context schrieb am 23.08.2021 um 00:10: Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc.

[NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc. culminating in Sorry, but I'm not programmed to handle this case; I'll

Re: [NTG-context] lmtx update

2021-08-19 Thread Hans Hagen via ntg-context
On 8/19/2021 10:07 PM, Aditya Mahajan via ntg-context wrote: On Thu, 19 Aug 2021, Hans Hagen via ntg-context wrote: Hi, Here are the highlights of todays update: - somewhat more compact tuc files, not for all documents, but it can accumulate; also less memory used then; i could bring down an

Re: [NTG-context] lmtx update

2021-08-19 Thread Aditya Mahajan via ntg-context
On Thu, 19 Aug 2021, Hans Hagen via ntg-context wrote: > Hi, > > Here are the highlights of todays update: > > - somewhat more compact tuc files, not for all documents, but it can > accumulate; also less memory used then; i could bring down an extreme > 2000 page 5 column doc tuc file down to

[NTG-context] lmtx update

2021-08-19 Thread Hans Hagen via ntg-context
Hi, Here are the highlights of todays update: - somewhat more compact tuc files, not for all documents, but it can accumulate; also less memory used then; i could bring down an extreme 2000 page 5 column doc tuc file down to 5% -- it was 70 MB; for the luametatex manual it reducec the tuc

Re: [NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-28 Thread Hans Hagen via ntg-context
On 7/28/2021 1:45 PM, Henning Hraban Ramm via ntg-context wrote: Am 28.07.2021 um 11:46 schrieb Hans Hagen : On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote: Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context : On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context

Re: [NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-28 Thread Henning Hraban Ramm via ntg-context
> Am 28.07.2021 um 11:46 schrieb Hans Hagen : > > On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote: >>> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context >>> : >>> >>> On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote: Hello. I'm trying to get LMTX to

Re: [NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-28 Thread Hans Hagen via ntg-context
On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote: Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context : On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote: Hello. I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the

Re: [NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-28 Thread Henning Hraban Ramm via ntg-context
> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context > : > > On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote: >> Hello. >> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX >> installed in the directory /sw/versions/context/lmtx and I've put copies of

Re: [NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-28 Thread Hans Hagen via ntg-context
On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote: Hello. I'm trying to get LMTX to use my fonts on Fedora 33 Linux.  I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. 

[NTG-context] LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts

2021-07-27 Thread T. Kurt Bond via ntg-context
Hello. I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype and some of them are opentype. When I run

[NTG-context] LMTX: some alignment issues

2021-07-23 Thread Gerben Wierda
[still working to somewhat reproduce my old mkii setup in LMTX] The following is a minimal example that shows the following: context test2.tex results in The first line after the initials not as much indented as it should be Character protrusion in a footnote does not work (see “refer-“ at the

Re: [NTG-context] LMTX and lettrine

2021-07-19 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 18.07.2021 um 18:16: On 7/18/21 3:35 PM, Gerben Wierda wrote: I am trying to find out how to move this setup in mkii 23     \usemodule[lettrine] 24 >>  \setuplettrine[Lines=3, 25                    Hang=.5, 26                    Oversize=0, 27                   

Re: [NTG-context] LMTX and lettrine

2021-07-18 Thread Pablo Rodriguez
On 7/18/21 3:35 PM, Gerben Wierda wrote: > I am trying to find out how to move this setup in mkii > > 23     \usemodule[lettrine] > 24 >>  \setuplettrine[Lines=3, > 25                    Hang=.5, > 26                    Oversize=0, > 27                    Raise=0, > 28                   

[NTG-context] LMTX and lettrine

2021-07-18 Thread Gerben Wierda
I am trying to find out how to move this setup in mkii 23 \usemodule[lettrine] 24 >> \setuplettrine[Lines=3, 25Hang=.5, 26Oversize=0, 27Raise=0, 28Findent=0pt, 29Nindent=0em, 30

Re: [NTG-context] lmtx install problem

2021-07-15 Thread Henning Hraban Ramm
> Am 14.07.2021 um 20:26 schrieb jdh : > > > I've downloaded and ran the install...sh script from the directory: > /opt/context-lmtx Is this on Linux? > It indicates that it completed successully, but there is no 'tex' directory > anywhere in the resulting /opt/context-lmtxdirectory

  1   2   3   4   5   >