[NTG-context] Re: update

2025-04-04 Thread Jim
On Thu, Apr 3, 2025 at 18:13 (-0600), Max Chernoff via ntg-context wrote: > Well, a good start might be to make the following document work :) > \setupcolours[textcolour=grey] > \startTEXpage > Hello, world! > \stopTEXpage Sounds like a good idea to me. A few \aliased\let

[NTG-context] Re: update

2025-04-03 Thread Max Chernoff via ntg-context
Hi all, On Tue, 2025-04-01 at 13:47 +0200, Hans Hagen wrote: > A recent post on the list indicated that some > installations default to letter size paper format, which one canconsider > a bad idea but let's put that aside. Yeah, I added that code back in April 2023. I argued that the layout of a

[NTG-context] Re: update

2025-04-02 Thread Hans Hagen
On 4/2/2025 10:47 AM, Keith McKay wrote: I would think ConTeXt users in Greenland would prefer to Nuuk all US page sizes. The TL installer coulds put this in cont-loc.mkxl \unprotect \appendtoks \ifhasxtoks{in}{\layouttargetparameter\c!width\layouttargetparameter\c!height\layoutparameter\c!

[NTG-context] Re: update

2025-04-02 Thread Keith McKay
I would think ConTeXt users in Greenland would prefer to Nuuk all US page sizes. Keith On Wed, 2 Apr 2025, 08:22 Hans Hagen via ntg-context, wrote: > On 4/1/2025 11:52 PM, Bruce Horrocks wrote: > > > >> tariffs: > > > > Perhaps add a 5% orange tint to images printed on US Letter sized pages? >

[NTG-context] Re: update

2025-04-02 Thread Hans Hagen via ntg-context
On 4/1/2025 11:52 PM, Bruce Horrocks wrote: tariffs: Perhaps add a 5% orange tint to images printed on US Letter sized pages? ah, i forgot about colors indeed, mayeb even a linear shade from top to bottom and how about a unit \starttext \newdimension \tariff \tariff 1eu \newuserunit \

[NTG-context] Re: update

2025-04-01 Thread Bruce Horrocks
> tariffs: Perhaps add a 5% orange tint to images printed on US Letter sized pages? — Bruce Horrocks Hampshire, UK ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] Re: update

2025-04-01 Thread Pablo Rodriguez via ntg-context
On 4/1/25 19:51, Hans Hagen wrote: > On 4/1/2025 7:41 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> Many thanks for the new release, Hans and Mikael. > > and others of course Of course, many thanks to everyone who made it possible. >> I wonder whether an extra challenge for column sets w

[NTG-context] Re: update

2025-04-01 Thread Hans Hagen
On 4/1/2025 7:41 PM, Pablo Rodriguez via ntg-context wrote: On 4/1/25 13:47, Hans Hagen wrote: [...] Mixed in with preparations for the upcoming BT we will come back to some issues reported on the list. We've been a bit silent for various reasons but Wolfgang made sure all went well which feels

[NTG-context] Re: update

2025-04-01 Thread Pablo Rodriguez via ntg-context
On 4/1/25 13:47, Hans Hagen wrote: > [...] > Mixed in with preparations for the upcoming BT we will come back to some > issues reported on the list. We've been a bit silent for various reasons > but Wolfgang made sure all went well which feels good. Many thanks for the new release, Hans and Mikael

[NTG-context] Re: update

2024-03-11 Thread Emanuel Han via ntg-context
Dear developers, thanks for your hard work! Thank you Wolfgang for the Japanese line break rule fix in line 831 of scrp-cjk.lua: full_width_open = stretch_break, -- WS, was: nobreak_stretch_break_shrink, Emanuel On März 11 2024, at 7:23 pm, Pablo Rodriguez via ntg-context wrote: > On 3/11/24

[NTG-context] Re: update

2024-03-11 Thread Pablo Rodriguez via ntg-context
On 3/11/24 18:48, Hans Hagen wrote: > Hi, > > Todays update has a fix for the compact mode slant interference (as > explained by Wolfgang a few days ago). Hopefully that works out well. Many thanks for that fix, Hans. Pablo

Re: [NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-10 Thread Thomas Esser
Hi Hans, > so, i wonder what this is aliased to. $ kpsewhich m-ch-en.sty /software/oss/Text/teTeX-3.0/share/texmf-dist/tex/generic/context/m-ch-en.tex > The content of these files is > suggested/provided by latex users (esp the provide, require, and options > stuff); Oops... So, I should stop

Re: [NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-09 Thread h h extern
Hi Thomas Oops... So, I should stop using these aliases and distribute the .sty files instead. Last time that I looked at these .sty files, they just loaded the .tex files without any additional code. indeed; the currenr version are more latex compliant; i've forgotten when this change was made,

Re: [NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-09 Thread Hans Hagen
Hi Thomas, rm -rf tex/latex (teTeX has aliases for the files that context distributes in tex/latex, so we don't need these files). i'm a bit puzzled by this alias: e.g., m-ch-en.tex says: \ProvidesPackage{m-ch-en}[2004/07/30 package wrapper for m-ch-en.tex] [EMAIL PROTECTED] [EMAIL PROTECTED] [EM

Re: Fw: [NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-08 Thread Hans Hagen
Taco Hoekwater wrote: Toch maar eerst even alleen naar jou ipv naar ntg-pdftex ... On the ConTeXT list, Thomas Esser stated: 1. In ConTeXt all map files are in fonts/map/pdftex/context/*.map That's the wrong location. There is nothing pdftex specific in these files, so the "syntax" is dvips, not p

[NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-08 Thread Thomas Esser
On Tue, Dec 07, 2004 at 09:48:43PM +0100, VnPenguin wrote: > Thank you so much for your very quick reply! For the 2.99.5 release (just released), I had to figure out what to do anyway :-) Thomas ___ ntg-context mailing list [EMAIL PROTECTED] http://www.

[NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-08 Thread Thomas Esser
> 1. In ConTeXt all map files are in fonts/map/pdftex/context/*.map That's the wrong location. There is nothing pdftex specific in these files, so the "syntax" is dvips, not pdftex. I have told Hans about it. The level below fonts/map is "syntax" according to TDS 1.1. > So my question is how I co

[NTG-context] Re: Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-07 Thread VnPenguin
On Tue, 7 Dec 2004 21:29:04 +0100, Thomas Esser <[EMAIL PROTECTED]> wrote: > > So, I suggest that you > > unpack cont-tmf.zip in a temp directory > rm -rf fonts/map/pdftex/context > rm -rf tex/latex > cp -a * /to/your/texmf-dist It works well ! Thank you so much for your very quick repl

Re: [NTG-context] Re: update

2004-06-20 Thread Hans Hagen Outside
Patrick Gundlach wrote: any chance that you update the context.www or the "list of downloadable files"? sure, later Are xmldir and xmltools different docs? xmltools will include all kind of thing i need so that one will grow, xmldir covers the xmldir functionality of xmltools only Hans -

[NTG-context] Re: update

2004-06-20 Thread Patrick Gundlach
Hello Hans, > I synced the website. Apart from a few new magazines a few? I can see mag #6 as the newest one, 5 were already there some time ago. > there is a preliminary manual 'xmldir' and there are manuals for > xmltools and textools. any chance that you update the context.www or the "list o

[NTG-context] Re: Update Problem

2004-02-12 Thread Stefan Wachter
Thanks for the help - now it works. I had wrong formats. When I created the formats by "texexec --make nl en de" I had no write permission in the tetex/share/texmf/web2c directory. Therefore the old formats stayed there. After I replaced the old formats with the new ones everything was fine. T