Re: [NTG-context] Xml filtering in Lua

2022-11-17 Thread Hans Hagen via ntg-context
if you have only chapters to process you can even decide to flush in that function Hans ----- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH H

Re: [NTG-context] Xml filtering in Lua

2022-11-16 Thread Hans Hagen via ntg-context
r and some commands just process the first anyway, it can sometimes help to add print(tstring(tree)) so see what you got Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061

[NTG-context] new upload

2022-11-14 Thread Hans Hagen via ntg-context
Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-

Re: [NTG-context] \xmldocument vs #1 in \xmlsetsetup

2022-11-14 Thread Hans Hagen via ntg-context
) - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] Context crashes using Iosevka v16.3.6 typeface

2022-11-14 Thread Hans Hagen via ntg-context
') Plese see MWE below. Any ideas how debug / solve this issue? i'll intercept it Hans -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel

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

2022-11-11 Thread Hans Hagen via ntg-context
['‘'] = { "`" }, ['’'] = { "'" } } } best not use an existign feature because we accumulate ... features come in order (you can force order if needed as you probably saw in one of the test files) \definefontfeature[ltest][germantexlig=yes,trep=

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

2022-11-11 Thread 黄复雄 via ntg-context
> > c.char = string.byte("c") > > c.font = font.current() > > > > local hss = node.new("glue") > > hss.stretch = 65536 > > hss.stretchorder = 2 > > hss.shrink = 65536 > > hss.shrinkorder = 2 >

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

2022-11-11 Thread Hans Hagen via ntg-context
t = -tex.sp("1ex") tex.forcehmode() a.next = box box.next = c node.write(a) \stopluacode \stoptext indeed, an dafter that you can check it box.glueorder : 2 box.glueset: 6.6683349609375 box.gluesign : 2 which will be applied (in the back

Re: [NTG-context] pragma-ade.nl - 404

2022-11-09 Thread Thangalin via ntg-context
Re: https://wiki.contextgarden.net/Installation I've changed all the download links to use the site http://lmtx.pragma-ade.com instead of .nl. I haven't tested all the links. Cheers! ___ If your question is of

Re: [NTG-context] node.setglue broken in LuaMetaTeX

2022-11-07 Thread Hans Hagen via ntg-context
re intercepted ... i'll also add some extra checks to those field setters Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands

Re: [NTG-context] \jobname and \doifelse

2022-11-06 Thread Hans Hagen via ntg-context
elevant). More relevan tis that you'r on TeX where catcodes matter (here letter vs other) \doifelse{\inputfilebarename}{oeps} {yes}{no} \doifelse{\detokenize\expandafter{\jobname}}{\detokenize{oeps}} {yes}{no} Hans -

[NTG-context] pragma-ade.nl - 404

2022-11-04 Thread Thangalin via ntg-context
Hi, https://pragma-ade.nl/ We're seeing a bad cert and a 404. Possible to redirect the .nl to the .com to avoid breaking scripts and download URLs? Note that the following page references the .nl TLD for downloads: https://wiki.contextgarden.net/Installation Cheers

Re: [NTG-context] OpenBSD binaries

2022-11-04 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] \definemeasure / \dimexpr

2022-11-03 Thread Hans Hagen via ntg-context
garden.net ___ -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

Re: [NTG-context] font features

2022-11-03 Thread Hans Hagen via ntg-context
are only meant to be applied to a sunset of characters, (3) some are driven by script and/or language. Also, (4) you need to load the font without any features except the ones that enable node mode. So, now you need to wikify ... Hans ---

Re: [NTG-context] font features

2022-11-03 Thread Hans Hagen via ntg-context
-fonts |hebr dflt mtx-fonts |latn aze crt dflt fin ism kaz lsm nor nsm sks ssm sve tat trk mtx-fonts | - Hans Hagen | PRAGMA ADE

Re: [NTG-context] context --autopdf and --showdirectives

2022-11-01 Thread Hans Hagen via ntg-context
quot;, * What’s wrong with --showdirectives? i'll fix the show variant, just use --directives Hans ----- Hans Hagen | PRAGMA ADE Ridderstraat 2

Re: [NTG-context] Adding support for German language to the Words conversion

2022-10-31 Thread Wolfgang Schuster via ntg-context
t it Hans -   Hans Hagen | PRAGMA ADE   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands    tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

Re: [NTG-context] something’s wrong with \definefontfallback

2022-10-30 Thread Hans Hagen via ntg-context
ans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod

Re: [NTG-context] "true" units in LuaMetaTeX

2022-10-27 Thread Hans Hagen via ntg-context
related features (i'm not even sure if luametatex makes sense for other macro packages but we'll see, these things happens outside my scope anyway) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] \autoinsertnextspace regression / discrepancy, mkiv to lmtx

2022-10-27 Thread Hans Hagen via ntg-context
suits better Will the new macro be available under MkIV? I suppose I can do that if needed, Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands

Re: [NTG-context] "true" units in LuaMetaTeX

2022-10-27 Thread Hans Hagen via ntg-context
e list is good enough. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.prag

Re: [NTG-context] \autoinsertnextspace regression / discrepancy, mkiv to lmtx

2022-10-26 Thread Hans Hagen via ntg-context
% \autoinsertedspace % subtle name change \stoptexdefinition but you have to wait till we update, Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

Re: [NTG-context] never add a hyphen to break a URL

2022-10-25 Thread Hans Hagen via ntg-context
Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl - ___ I

Re: [NTG-context] Fwd: Hyphenation in multi-language projects

2022-10-24 Thread Hans Hagen via ntg-context
ke a look at this, Pablo Hans, is there any news regarding Pablos wish? no, because I'm in a different tex mode ... Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Has

Re: [NTG-context] Backgrounds has changed in latest lmtx

2022-10-23 Thread Hans Hagen via ntg-context
do. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

[NTG-context] upload

2022-10-21 Thread Hans Hagen via ntg-context
by a combined one inspired by what we do in lmtx. In our opinion on the average it should not come out worse. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

Re: [NTG-context] Setting the size of \small

2022-10-21 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] \showstruts displaces text in LMTX

2022-10-19 Thread Hans Hagen via ntg-context
) - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] Missing parinitskips in \normalizelinemode=0

2022-10-19 Thread Hans Hagen via ntg-context
ode is zero btw, you need to work with a copy of the list Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | w

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
ip is downloaded and installed (one fetch). Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
terPercent= 901, DelimiterShortfall = 500, }, (that whole lfg is a todo) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
ect single sided documents) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod

Re: [NTG-context] new upload

2022-10-15 Thread Hans Hagen via ntg-context
Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] ToC filler dots not aligned

2022-10-15 Thread Hans Hagen via ntg-context
exactly the same result for LMTX, and MkIV doesn’t work for me. fixed in next upload - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel

Re: [NTG-context] (any) neovim users?

2022-10-15 Thread Hans Hagen via ntg-context
error line - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

Re: [NTG-context] new upload

2022-10-15 Thread Hans Hagen via ntg-context
). It has always been part of the plan with luametatex. So .. it wil not be optional. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel

Re: [NTG-context] issues with current latest

2022-10-15 Thread Hans Hagen via ntg-context
Do you know how to rebuild the format? I've tried the following to no avail: normally context will remake automatically (you can try to touch the context.mk* file) Hans - Hans Hagen

Re: [NTG-context] issues with current latest

2022-10-15 Thread Hans Hagen via ntg-context
ile compiles just fine with LMTX. i'll add a dummy subtable in math-act.lua: local tweaks = { subsets = { } } mathematics.tweaks = tweaks Hans - Han

[NTG-context] new upload

2022-10-14 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] Spacing in \unit - SOLVED

2022-10-14 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] atan2 function

2022-10-14 Thread Hans Hagen via ntg-context
else : atan(dy/dx) if dx > 0 : if dy < 0 : - else : + fi pi fi fi enddef ; going further makes us end up in an one-line obscurity Hans -

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

2022-10-13 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-10-13 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] \text{...} inside \sqrt is tiny

2022-10-13 Thread Hans Hagen via ntg-context
to units. fixed in next upload (better radical scanner in engine) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Hans Hagen via ntg-context
) - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] How to make something appear to the right of every paragraph?

2022-10-11 Thread Hans Hagen via ntg-context
ext -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod

Re: [NTG-context] Adding support for German language to the Words conversion

2022-10-10 Thread Hans Hagen via ntg-context
ct mailing list or would it be better to send this to dev-cont...@ntg.nl? just mail them to me and wolfgang and we'll have a look at it Hans - Hans Hagen | PRAGMA ADE Ridde

Re: [NTG-context] ConTeXt Standalone does not works on macOS Monterey with Apple M2 chip

2022-10-10 Thread Hans Hagen via ntg-context
as runner and that one should recognize os/platform better Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Hans Hagen via ntg-context
ed{test #1} \stoppagemakeup} \stoptext - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

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

2022-10-09 Thread Hans Hagen via ntg-context
he safeguard. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl

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

2022-10-06 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-10-06 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-10-05 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-10-04 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-10-04 Thread Hans Hagen via ntg-context
it Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

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

2022-10-04 Thread Hans Hagen via ntg-context
or so but then one expects an error) .. I have no clue what is in those printers (it works here) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

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

2022-10-04 Thread Hans Hagen via ntg-context
it). 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

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
ssue Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

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

2022-10-04 Thread Hans Hagen via ntg-context
fore, which probably uses similar mechanisms, and it didn't work either. what is sent to the printer .. maybe not pdf but something the printer driver produces Hans - Han

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

2022-10-04 Thread Hans Hagen via ntg-context
ument as image Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl

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

2022-10-03 Thread Hans Hagen via ntg-context
... Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

Re: [NTG-context] About macro numberstriped ()

2022-10-02 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] About macro numberstriped ()

2022-10-02 Thread Fabrice Couvreur via ntg-context
ter the min/max lines > > Hans > > - > Hans Hagen | PRAGMA ADE >Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 03

Re: [NTG-context] About macro numberstriped ()

2022-10-02 Thread Hans Hagen via ntg-context
the min/max lines 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

Re: [NTG-context] About macro numberstriped ()

2022-10-02 Thread Fabrice Couvreur via ntg-context
sk, xpart urcorner mask, ypart > llcorner mask, ypart urcorner mask) ; > % a hack: > maximum := maximum + max(xpart urcorner shape, y

Re: [NTG-context] About macro numberstriped ()

2022-10-02 Thread Hans Hagen via ntg-context
m := minimum - max(xpart urcorner shape, ypart urcorner shape); a bit overkill but it seems to work Hans ----- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherl

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

2022-09-29 Thread Hans Hagen via ntg-context
yuourself (not that hard); ther eis a smake script that should move the bin to the right spot (nice test case for Mojca who made that setup) Hans - Hans Hagen | PRAGMA ADE

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

2022-09-28 Thread Hans Hagen via ntg-context
2.10 Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pra

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

2022-09-28 Thread Hans Hagen via ntg-context
Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl - _

Re: [NTG-context] About macro numberstriped ()

2022-09-28 Thread Hans Hagen via ntg-context
o opposing corners with "blobs of ink" Hans (who's dutch is better than his english) - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands

Re: [NTG-context] About macro numberstriped ()

2022-09-28 Thread Fabrice Couvreur via ntg-context
draw p ; > draw p > withpattern image ( > draw (llcorner unitsquare -- urcorner unitsquare) scaled 5mm ; > % how to get the corner dots > ) > withpatternscale 1/16 > withpen pencircle scaled

Re: [NTG-context] About macro numberstriped ()

2022-09-27 Thread Hans Hagen via ntg-context
rner unitsquare) scaled 5mm ; % how to get the corner dots ) withpatternscale 1/16 withpen pencircle scaled 1mm ; \stopMPcode \stoptext ----- Hans Hagen | PRAGMA

[NTG-context] lmtx status

2022-09-27 Thread Hans Hagen via ntg-context
uatex". Als-in-all it's a lot of work but we're getting there. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038

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

2022-09-26 Thread Hans Hagen via ntg-context
oes that help? looks ok to me Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | w

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

2022-09-26 Thread Hans Hagen via ntg-context
are in there - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

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

2022-09-26 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Hans Hagen via ntg-context
nd windows use cr+lf and old macs uses cr while linux uses lf) Hans ----- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherl

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

2022-09-26 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Hans Hagen via ntg-context
producible hashes. if that were the case nothing would work .. so it's bytes in - bytes out Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherland

Re: [NTG-context] Spacing in \unit

2022-09-25 Thread Hans Hagen via ntg-context
) maybe we also need to add units (are there new ones anyway?) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69

Re: [NTG-context] Spacing in \unit

2022-09-25 Thread Gavin via ntg-context
an interesting case for the engine (Mixing regular and mu skips and > so) ... we mighth finaly have a valid case for a primitive zero test > > Hans > > - >

Re: [NTG-context] Spacing in \unit

2022-09-25 Thread Hans Hagen via ntg-context
ave a valid case for a primitive zero test Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade

Re: [NTG-context] Math alignment question

2022-09-24 Thread Hans Hagen via ntg-context
of the previous one .. Mikael can add it to our todo Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma

Re: [NTG-context] setupregister with realpage?

2022-09-24 Thread Hans Hagen via ntg-context
v there is also cont-exp.mkxl but that's not supposed to be known; it's what we use for experimental things that i test for a while. Hans - Hans Hagen | PRAGMA ADE Ridde

Re: [NTG-context] setupregister with realpage?

2022-09-23 Thread Benjamin Buchmuller via ntg-context
}{\registerparameter\c!pagecommand{#4}}% > \fi > \fi} > > \protect \popoverloadmode > > which sets \currentregisterrealpage > > - >

Re: [NTG-context] setupregister with realpage?

2022-09-23 Thread Hans Hagen via ntg-context
)]% \else \applyprocessor{#1}{\registerparameter\c!pagecommand{#4}}% \fi \fi} \protect \popoverloadmode which sets \currentregisterrealpage - Hans Hagen | PRAGMA ADE

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

2022-09-22 Thread Hans Hagen via ntg-context
adjust. i'll add the period; btw afaikt testing for an etex version is useless because all used engines have it and there is basically only one version and there will be no follow ups Hans -

Re: [NTG-context] Combining Macron Below needed

2022-09-22 Thread Hans Hagen via ntg-context
the accents and base characters that are needed Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl

Re: [NTG-context] Combining Macron Below needed

2022-09-22 Thread Steffen Wolfrum via ntg-context
u wikify it, I bet the same question will come up again. > > Hans > > ----- >Hans Hagen | PRAGMA ADE >Ridderstraat 27 | 8061 GH Hassel

Re: [NTG-context] new uplaod

2022-09-22 Thread Alexandre Christe via ntg-context
need to review this > which we will do next week) > > Hans > > - > Hans Hagen | PRAGMA ADE >Ridderstraat 27 | 8061 GH Hasselt | The Netherlands >

Re: [NTG-context] cannot update ConTeXt to 2022.09.16

2022-09-21 Thread Hans Hagen via ntg-context
are setting up repositories and that happens in parallel (including an alternative installer from git) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

Re: [NTG-context] cannot update ConTeXt to 2022.09.16

2022-09-21 Thread Hans Hagen via ntg-context
Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-

Re: [NTG-context] [secure site not available]

2022-09-15 Thread Marco Patzer via ntg-context
On Wed, 14 Sep 2022 19:19:05 +0200 Pablo Rodriguez via ntg-context wrote: > https://lmtx.pragma-ade.nl, https://pragma-ade.nl and > https://pragma-ade.com seem to use a certificate that is only valid > for https://lmtx.pragma-ade.com (according to Firefox). Correct. This is a misc

Re: [NTG-context] [secure site not available]

2022-09-14 Thread Pablo Rodriguez via ntg-context
Hi Florian, I only have a simple explanation: https://lmtx.pragma-ade.nl, https://pragma-ade.nl and https://pragma-ade.com seem to use a certificate that is only valid for https://lmtx.pragma-ade.com (according to Firefox). Each domain (and subdomain) requires its own certificate. (And non-

Re: [NTG-context] new uplaod

2022-09-11 Thread Hans Hagen via ntg-context
to review this which we will do next week) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl

Re: [NTG-context] Combining Macron Below needed

2022-09-11 Thread Hans Hagen via ntg-context
- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl

Re: [NTG-context] new uplaod

2022-09-10 Thread Hans Hagen via ntg-context
1} + \rannuity{x + 1} + \lrannuity{x + 1} $ these are basically radicals (like sqrt) with two sided symbols. Hans -                                            Hans Hagen | PRAGMA ADE                Ridd

Re: [NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-09-10 Thread Hans Hagen via ntg-context
e .. maybe it works now Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pra

<    4   5   6   7   8   9   10   11   12   13   >