[NTG-context] Re: issue with module update

2024-03-11 Thread Taco Hoekwater
ssing here? One of your releases had “changed-name” as its release ‘number’. The modules site does not know how to deal with non-numeric release names all that well; it made a mess of its symlinking stage. I fixed the symlink manually, it should be fine now. Best wishes, Taco — Taco Hoekwat

[NTG-context] Re: weird character normalization in the wiki

2024-03-11 Thread Taco Hoekwater
ikimedia’s Unicode normalisation can not be turned off. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg

[NTG-context] Re: .jpx and .jxl

2024-03-05 Thread Taco Hoekwater
ph-inc.lmt, I don’t think you can alter that table runtime. But it is possible to do \externalfigure[method=jp2,file=….jpx] Untested, but should work. Best wishes, Taco > > > I have also been investigating the use to JPEG-XL files (.jxl). One of the > interesting aspects of

[NTG-context] Re: XML processing, unwanted indentation/alignment

2024-02-16 Thread Taco Hoekwater
question is of interest to others as well, please add an entry to the > Wiki! > > maillist : ntg-context@ntg.nl / > https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl > webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) > archive : https://github.com/contextgarden/c

[NTG-context] Re: Section numbering does not work

2024-02-13 Thread Taco Hoekwater
> On 13 Feb 2024, at 00:17, Oliver Marugg wrote: > > Hi > > Section numbering does not work until I remove \startbackmatter > \stopbackmatter. I had a longer text file and I stripped it down until I > found this? IIRC : \setupsectionblock[backpart][number=ye

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-01-29 Thread Taco Hoekwater
his means the output template gets confused about whether it should use “%s” or “%i” as format string. > > > > $ mtxrun --script font --list --spec --filter="fontname=ple" > table: 0x3bc80550ac0 > tab

[NTG-context] Re: Own command definition breaks with interaction: Use of \do_my_command doesn't match its definition

2024-01-29 Thread Taco Hoekwater
Hi, You can try: > \unexpanded\def\do_my_command[#1]#2{% But there is probably a cleaner way to implement optional arguments with lua? Best wishes, Taco > On 25 Jan 2024, at 09:18, Gerion Entrup wrote: > > Hi, > > I want to make a proper definition of a new command to be

[NTG-context] Re: Why LuaMetaTex is so slow?

2024-01-19 Thread Taco Hoekwater
and 16-bit CPUs will not work. A modern fridge might, though. :) — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest to others as well, please add an entry

[NTG-context] Re: LuaMetaTeX code

2024-01-19 Thread Taco Hoekwater
Hi Shiv, Can you move this discussion to the dev-context list, please? https://mailman.ntg.nl/mailman3/lists/dev-context.ntg.nl/ Best wishes, Taco > On 19 Jan 2024, at 09:31, Shiv Shankar Dayal > wrote: > > I see code like > > # define luametatex_version

[NTG-context] Wiki update

2024-01-16 Thread Taco Hoekwater
and then immediately save again. The wiki will autogenerate any missing examples on save. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question

[NTG-context] Re: Question to a formular

2024-01-05 Thread Taco Hoekwater
> On 05/01/2024 14:27, Ursula Hermann wrote: > >> Can someone help me please? > > > \starttyping > 0! := 1 > (n + 1)! := (n + 1) n! > \stoptyping Or: \startformula \startalign[n=1,align={1:left}] \NC 0! := 1\NR \NC (n + 1)! := (n + 1) n!\NR \stopalign \stopformula

[NTG-context] Re: Metapost: draw only subpath; changing thickness of line

2024-01-05 Thread Taco Hoekwater
Hi, Here is 'a' way to draw the subpath, at least. I do not have time to come up with a nice “thicker in the middle” solution. Best wishes, Taco \startMPcode numeric u; u=1cm; %equiangular spiral numeric a, k ; a = 2.3; %scaling factor k = 8.61722335; path S; S = right for t=1 upto 360

[NTG-context] Re: Invalid certificate for distribution.contextgarden.net

2023-11-23 Thread Taco Hoekwater
> On 23 Nov 2023, at 11:14, Marco Patzer wrote: > > On Thu, 23 Nov 2023 08:58:56 +0100 > Taco Hoekwater wrote: > >>> probably a side effect if moving some more to the (ntg) server in >>> the netherlands (also setting up the build there) >> &

[NTG-context] Re: Invalid certificate for distribution.contextgarden.net

2023-11-23 Thread Taco Hoekwater
This makes connections fail. distribution.contextgarden.net has to >> be added to the Alternative Name list. > probably a side effect if moving some more to the (ntg) server in the > netherlands (also setting up the build there) Even if it used the right certificate, it would not work

[NTG-context] Re: ConTeXt Group Subscriptions

2023-11-19 Thread Taco Hoekwater
now. I hope I haven't > missed the email. > Rest assured, we definitely have you registered as a member! Usually we send out the membership invoices at the end of the winter, and communication for the next meetings tends to pickup around easter. Best wishes, Taco — Taco Hoekwater

[NTG-context] Re: Wiki problem - labels missing from the main diagram on the Page Layout page

2023-11-05 Thread Taco Hoekwater
> On 6 Nov 2023, at 00:35, Bruce Horrocks wrote: > > > [1] Now there's an irony: the Wiki software creates different-sized previews > of a vector image so that it can show the image at different sizes on > different clients. I bet it started doing this back 'in the day’ to support Internet

[NTG-context] Re: Testing whether an XML attribute exists

2023-10-17 Thread Taco Hoekwater
> example of \xmldoifatt, \xmldoifnotatt, and \xmldoifelseatt would be > exceedingly helpful. > > \startxmlsetups xml:list:family > {\bf \xmlatt{#1}{surname} \xmldoifnotatt{#1, prefix, ''} {, > \xmlatt{#1}{prefix}}} \crlf Syntax error the

[NTG-context] Re: Chapters without new page

2023-09-15 Thread Taco Hoekwater
> On 15 Sep 2023, at 14:07, Rik Kabel wrote: > > > On 9/15/2023 4:10 AM, Taco Hoekwater wrote: >> >> >>> On 15 Sep 2023, at 09:58, >>> wrote: >>> >>> I thought there should be a setups key on \setupsectionblock, but >

[NTG-context] Re: Chapters without new page

2023-09-15 Thread Taco Hoekwater
ly placed on a new page for the next > chapter. Is there an easy way to suppress the new page for these chapters? > Thanks, Jeroen Best wishes, Taco ___ If your question is of interest to others as well, please

[NTG-context] Re: XML: flush to lua function

2023-09-12 Thread Taco Hoekwater
tle' A short title=> ‘' A short title => 'A short title' Best wishes, Taco > On 12 Sep 2023, at 08:56, wrote: > > Ok, I’ve found a way, see below. > But maybe someone has some nice lua (or other) tricks to share… (I’m not sure > accessing t.dt[1] is particul

[NTG-context] ConTeXt meeting 2023 attendance (please read)

2023-08-22 Thread Taco Hoekwater
month* but have not heard from Jano or me yet, please re-register (the form emailer is fixed) or at least drop us a message! Best wishes, Taco ___ If your question is of interest to others as well, please add an entry

[NTG-context] Re: enhancing MetaPost presentation progress graphics

2023-07-19 Thread Taco Hoekwater
i! > > maillist : ntg-context@ntg.nl / > https://www.ntg.nl/mailman/listinfo/ntg-context > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : https://contextgarden.net >

[NTG-context] Re: Slow sreach with new mailing list interfache

2023-07-17 Thread Taco Hoekwater
il-archive.com/search?l=ntg-context%40ntg.nl=context=1 > > BTW, it is really a pity that the new interface doesn’t consider all > messages send from and to the list as with the address of the mailing > list itself. > > This would avoid non-intended private replies. I do not have that

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

2023-07-10 Thread Taco Hoekwater
Hi, Sorry about these messages. Bad permissions after server restore. Best wishes, Taco > On 9 Jul 2023, at 20:01, Cron Daemon wrote: > > rsync: [generator] failed to set times on > "/var/www/aanhet.net/context/htdocs/.": Operation not permitted (1) > rsync: [gener

[NTG-context] Server downtime

2023-07-04 Thread Taco Hoekwater
subsystem back up was the main priority today. More news later (sometime tomorrow) All the best, Taco (also from Robbert and Jules) Dag Allemaal, Velen van jullie hebben gemerkt dat https://wiki.contextgarden.net en https://www.ntg.nl onbereikbaar zijn, evenals alle mailinglijsten op

Re: [NTG-context] context-on-web broken

2023-06-26 Thread Taco Hoekwater via ntg-context
seless results. Best wishes, Taco ___ 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 : http

Re: [NTG-context] Wiki Down?

2023-06-16 Thread Taco Hoekwater via ntg-context
t been down today at all. If it keeps appearing to be down, try a traceroute tool to see where the problem is, e.g. https://ping.eu/traceroute/ Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl

Re: [NTG-context] Server certificate of wiki server run out

2023-06-08 Thread Taco Hoekwater via ntg-context
> On 8 Jun 2023, at 12:21, Henning Hraban Ramm via ntg-context > wrote: > > Hi Mojca, > > the server certificate is outdated since a few hours, can you renew it? Fixed for now, Taco __

Re: [NTG-context] Mailing list problems

2023-05-31 Thread Taco Hoekwater via ntg-context
Hi! Both problems should be fixed now. If you still do not see the new posts in the ntg-context html archive page at https://mailman.ntg.nl/pipermail/ntg-context/2023/thread.html , force a hard reload of the page in your browser. Best wishes, Taco > On 28 May 2023, at 18:50, Mikael Sundqv

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

2023-05-29 Thread Taco Hoekwater via ntg-context
Hi all, Sorry about all these. The server had a network failure earlier today (fixed now) Best wishes, Taco > On 29 May 2023, at 15:14, Cron Daemon via ntg-context > wrote: > > rsync: getaddrinfo: rsync.pragma-ade.nl 873: Temporary failure in name > resolution >

Re: [NTG-context] Context Live

2023-05-24 Thread Taco Hoekwater via ntg-context
web browser. I will send you the files via private email. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest to others as well, plea

Re: [NTG-context] Module authors: please update your metadata

2023-05-16 Thread Taco Hoekwater via ntg-context
s there. > > CTAN sync should happen every night. Starting tonight, because CTAN exports have to be added by hand to an rsync script, I did that just now. Best wishes, Taco ___ If your question is of interest to

Re: [NTG-context] Software upgrade for ntg and contextgarden server 6 April

2023-04-11 Thread Taco Hoekwater via ntg-context
! In any case, today was the last of the big software update procedures (at least for the next year or so). Best wishes, Taco and Jules and Robbert > On 6 Apr 2023, at 18:20, Taco Hoekwater wrote: > > If you notice anything wrong, please warn either me personally or > ntg-s

Re: [NTG-context] Software upgrade for ntg and contextgarden server 6 April

2023-04-06 Thread Taco Hoekwater via ntg-context
problems develop, we will continue the update process on Tuesday afternoon. Best wishes, Taco and Jules ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Software upgrade for ntg and contextgarden server 6 April

2023-04-05 Thread Taco Hoekwater via ntg-context
person or group that is likely going to be worried about a few hours of outage, please forward this message to them. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns

Re: [NTG-context] English-Vietnamese facing pages

2023-04-03 Thread Taco Hoekwater via ntg-context
add an entry to the > Wiki! > > maillist : ntg-context@ntg.nl / > https://www.ntg.nl/mailman/listinfo/ntg-context > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : https://contextgard

Re: [NTG-context] contextgarden wiki

2023-03-30 Thread Taco Hoekwater via ntg-context
check)). In 2015 both Hans and Wolfgang mentioned in this list > that the command was gone. You meant "\nolist”. I am sure there are more obsolete command pages, but they are not easy to find. I edited this page by using the also obsolete \couplepage as an example. Berst wishes,

Re: [NTG-context] How to prevent \subject from being the last line

2023-02-20 Thread Taco Hoekwater via ntg-context
ere is also a dedicated Google Search engine that Mojca set up more than a decade ago: https://cse.google.com/cse?cx=016640200293943433883%3Aw-6slqs1kjg Some of the predefined urls may be obsolete now, I have not checked those in a while. Still, it seems to work quite well still, and it coul

Re: [NTG-context] atan2 function

2022-10-14 Thread Taco Hoekwater via ntg-context
> > \ > > ___ > 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

[NTG-context] Fwd: [CG Wiki] ConTeXt with VS Code (https://wiki.contextgarden.net/VSCode)

2022-10-03 Thread Taco Hoekwater via ntg-context
I've got an older version (part of TeXLive) installed on my Ubuntu 22.04, > too. I hope this is not the cause of the problem. > > Best wishes, > Michal > > ___ > Wiki mailing list > w...@

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

2022-09-07 Thread Taco Hoekwater via ntg-context
As Hraban said: it is my script that checks for new ConTeXt uploads by Hans, which currently cannot connect to Hans’ server. Usually that is because Hans is reconfiguring something in his internal network at Pragma, and it will eventually sort itself out. Best wishes, Taco > On 7 Sep 2

Re: [NTG-context] searching in the source browser

2022-09-06 Thread Taco Hoekwater via ntg-context
> On 5 Sep 2022, at 20:28, Henning Hraban Ramm via ntg-context > wrote: > > Hi, this is probably for Taco: > > Is there a possibility in the source browser to search for macros > (\something) or anything containing dots (logs.errors)? > Because neither “simple” nor

Re: [NTG-context] update old MP code

2022-09-01 Thread Taco Hoekwater via ntg-context
> On 1 Sep 2022, at 18:28, Henning Hraban Ramm via ntg-context > wrote: > > Am 01.09.22 um 15:40 schrieb Taco Hoekwater: >> Adding grouping makes sense: >>> >>> def Moire(expr size)(text densities)= >> begingroup >> endgroup >> As that

Re: [NTG-context] update old MP code

2022-09-01 Thread Taco Hoekwater via ntg-context
/a+1.5mm)--(k*size, k[n*in/a,n*in/b]+.5mm); > draw (k*size, -n*in/a-1.5mm)--(k*size, -k[n*in/a,n*in/b]-.5mm); >endfor > ) endgroup > enddef; > draw Moire(57.5mm)(200, 175, 150, 125, 100, 75); > % ulshiftedto (142mm, 38.5mm); > \stopreusableMPgraphic As th

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

2022-08-15 Thread Taco Hoekwater via ntg-context
should probably be updated (new fonts, broken ftp links, etc.) but at least it mentions this: https://wiki.contextgarden.net/CJK_fonts Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderflui

Re: [NTG-context] issue with lpath

2022-08-05 Thread Taco Hoekwater via ntg-context
> On 4 Aug 2022, at 18:39, Pablo Rodriguez via ntg-context > wrote: > > On 8/4/22 17:32, Taco Hoekwater via ntg-context wrote: >> [...] >> PS This sort of confusing filtering is why I do most of my xml >> processing from the lua end, where it is much clearer

Re: [NTG-context] issue with lpath

2022-08-04 Thread Taco Hoekwater via ntg-context
> On 4 Aug 2022, at 16:07, Hans Hagen wrote: > > On 8/4/2022 12:22 PM, Taco Hoekwater via ntg-context wrote: >>> On 3 Aug 2022, at 15:54, Pablo Rodriguez via ntg-context >>> wrote: >>> >>> BTW, is there any way to rephrase "{h3 + bl

Re: [NTG-context] issue with lpath

2022-08-04 Thread Taco Hoekwater via ntg-context
dex [-1]) that are h3." But the CSS version is nicer. Still, both solutions fail on generic input. Sorry, out of clues Best wishes,Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) _

Re: [NTG-context] issue with lpath

2022-08-03 Thread Taco Hoekwater via ntg-context
r). Lpath supports CSS selectors between curly braces as parts, so simply: \xmlsetsetup{#1}{{h3 + blockquote}/../h3} {xml:section} should do. The xml-mkiv.pdf manual has lots of other lpath examples as well. Best wishes, Taco — Taco Hoekwater

Re: [NTG-context] How to switch off the numbering of a float in a CLDocument?

2022-07-21 Thread Taco Hoekwater via ntg-context
xt.externalfigure("{cow.pdf}",{width="0.5\\textwidth"}) It is subtle, but you need: context.externalfigure({“cow.pdf"},{width="0.5\\textwidth"}) A “lua table” becomes [] stuff, a “lua string” becomes {} stuff. Your original resulted in \externalfigure{{cow.pdf}}[width={

Re: [NTG-context] number of chapters

2022-07-20 Thread Taco Hoekwater via ntg-context
yChapterColor][h={360*\somenamedheadnumber{chapter}{current}/\somenamedheadnumber{chapter}{last}},s=1,v=1] \definecolor[MyChapterColor][h={\the\numexpr 360*\somenamedheadnumber{chapter}{current}/\somenamedheadnumber{chapter}{last}\relax},s=1,v=1] Best wishes, Taco — Taco Hoekwater E:

Re: [NTG-context] What is going wrong with this use of --mode for switching language?

2022-07-08 Thread Taco Hoekwater via ntg-context
> On 8 Jul 2022, at 11:42, Gerben Wierda via ntg-context > wrote: > > I have this minimal example: > > \startmode[EL] > \setuplanguage[el][patterns={el}]\mainlanguage[el] That (‘el’) is a non-existent language, so it never becomes active. Best wishes, Taco — Taco Hoe

Re: [NTG-context] "pragma-ade.com" is now a domain parking page

2022-07-01 Thread Taco Hoekwater via ntg-context
> On 1 Jul 2022, at 09:46, Henning Hraban Ramm via ntg-context > wrote: > > Am 01.07.22 um 09:33 schrieb Hans Hagen via ntg-context: >> On 7/1/2022 9:02 AM, Taco Hoekwater via ntg-context wrote: >>> Well, >>> >>> Hans had been complaining ab

Re: [NTG-context] "pragma-ade.com" is now a domain parking page

2022-07-01 Thread Taco Hoekwater via ntg-context
Well, Hans had been complaining about networksolutions not allowing him to move the domain away from them, so I guess this was to be expected. Best wishes, Taco > On 1 Jul 2022, at 08:01, Max Chernoff via ntg-context > wrote: > > When I go to: > >https://www.pragma-a

Re: [NTG-context] Graphviz and ConTeXt

2022-06-23 Thread Taco Hoekwater via ntg-context
gt; init; main -> cleanup; execute -> make_string; execute -> printf init -> make_string; main -> printf; execute -> compare; } \stopgraphviz \stopTEXpage \stoptext See the filter module documentation for more details about that. Best wishes, Taco > On

Re: [NTG-context] Cyrillic UTF8 works, greek does not?

2022-06-22 Thread Taco Hoekwater via ntg-context
greek" is defined as: \definefontfamilypreset [range:greek] [range={greekandcoptic, greekextended, ancientgreeknumbers}] Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) _

Re: [NTG-context] arm osx

2022-05-30 Thread Taco Hoekwater via ntg-context
Perhaps this page helps (esp. point 3)? https://www.macrumors.com/how-to/tell-apps-optimized-for-m1-apple-silicon-macs/ Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) __

[NTG-context] Fwd: ConTeXt meeting registration

2022-05-25 Thread Taco Hoekwater via ntg-context
, or sermon. More details are on the website: https://meeting.contextgarden.net/ Hoping to see many of you in Dreifelden, Taco > Begin forwarded message: > > From: 16th ConTeXt Meeting Registration > Subject: t...@bittext.nl ConTeXt meeting registration > Date: 25 May 2022 a

Re: [NTG-context] ignore not closed tags in XML input

2022-05-16 Thread Taco Hoekwater via ntg-context
has to be valid SGML, which your input clearly is not. That said, Tools like xmllint exist for this stuff. Just write a small batch driver file in some scripting language ((power)shell, lua, python, perl, etc.) to preprocess the HTML stuff into clean XML, and you should be fine. Taco — Taco Hoekwater

Re: [NTG-context] Can I use language as a mode (set on the command line) and simplify this?

2022-05-11 Thread Taco Hoekwater via ntg-context
settings trigger a system mode, see https://wiki.contextgarden.net/Modes#System_modes Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of inte

Re: [NTG-context] a cross-reference query

2022-05-10 Thread Taco Hoekwater via ntg-context
e able to click on > a hyperlink which takes them to the referenced entry. Check for duplicates (referenced definitions with the same key). That problem has hit me a number of times. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderf

Re: [NTG-context] How to place "Content" and other chapter-level titles the same vertical distance from the top?

2022-05-09 Thread Taco Hoekwater via ntg-context
title that won't get a number, because the number isn't placed, it is >> vertically >> higher on the page, but I need it to be printed the same height, as it it >> had an >> invisible number. >> >> I've tried adding strut (the code has it in two places), but don't know if >> I've >>

Re: [NTG-context] Citeproc-lua

2022-05-06 Thread Taco Hoekwater via ntg-context
how to do the integration with ConTeXt’s new biblio system. I only understand half of what ConTeXt does these days, and much less of what the LaTeX package is trying to achieve i.r.t. options. Best wishes, Taco > On 3 May 2022, at 22:00, Denis Maier via ntg-context > wrote: > >

Re: [NTG-context] XML: calculations on attribute values before output

2022-05-05 Thread Taco Hoekwater via ntg-context
uacode All of the tex-side commands also exist in lua, in the lxml and/or xml table, e.g.: direct output flushing: lxml.flush(t) lxml.all(t, ‘entry’) filter for processing: for b in xml.collected(lxml.getid(t),'../row/entry') do … end (those are the one

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

2022-05-03 Thread Taco Hoekwater via ntg-context
licates occasionally, only keeping the oldest/first (Hans nowadays mostly updates ‘latest’, with a ‘current’ now and then. ‘alpha’ and ‘beta’ are typically don’t change at all). Also, the site is still plain http. I am not going to instal

Re: [NTG-context] Need some hints to fix my standalon installation

2022-04-20 Thread Taco Hoekwater via ntg-context
Hi, I have an rsync cron job running each hour that alerts me if there is a new upload. If nobody objects, I could direct the cron notification email to the list? Taco > On 20 Apr 2022, at 19:41, Pablo Rodriguez via ntg-context > wrote: > > On 4/20/22 19:22, Christoph Hintermü

[NTG-context] Fwd: \vfill doesn't work in this example

2022-04-11 Thread Taco Hoekwater via ntg-context
Hi, Message below forwarded on behalf of Dalyoung , who has problems submitting messages. Best wishes, Taco > Begin forwarded message: > > Hi, > > To add the same vertical space in column mode, > I usually use \vfill as in the following sample before.

Re: [NTG-context] Nested $$ in inline math

2021-12-13 Thread Taco Hoekwater via ntg-context
th $text here$ math\hfill\break while that last line is $math \hbox{text here} math\hfill\break Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your quest

Re: [NTG-context] upload ... new feature

2021-12-10 Thread Taco Hoekwater via ntg-context
. Apple Preview works without any problems, with a quick test. It forces a popup dialog for “user password” on opening when that is set, and with context .. --permissions="-print” it shows an "owner password" dialog before allowing to print — Taco Hoekwater

Re: [NTG-context] Bad linebreak in figure caption

2021-12-03 Thread Taco Hoekwater via ntg-context
x this? Captions have their own alignment setting: \setupcaption[figure][align={verytolerant,stretch}] Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] double underbars

2021-11-30 Thread Taco Hoekwater via ntg-context
> On 30 Nov 2021, at 14:38, Denis Maier via ntg-context > wrote: > > Thanks, Taco. Good to know. Although it's not what I wanted to hear, of > course... > > I was thinking using mp to draw the combination could be solution, but > unfortunately I don't know

Re: [NTG-context] double underbars

2021-11-30 Thread Taco Hoekwater via ntg-context
xt.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) _

Re: [NTG-context] Problem with \head inside \itemize

2021-11-22 Thread Taco Hoekwater via ntg-context
ust like any other argument delimiter. This is definitely a change, but I would vote for that change to stay. ;) Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) _

Re: [NTG-context] Can modes be used for content control?

2021-11-17 Thread Taco Hoekwater via ntg-context
\beginsectionblock \section{A to B} \beginmyblock A is for Amy, who fell down the stairs. \endmyblock \beginmyblock B is for Basil, assaulted by bears. \endmyblock \endsectionblock \stoptext — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns

Re: [NTG-context] Footnotes in margins

2021-11-16 Thread Taco Hoekwater via ntg-context
.} \stoppostponingnotes \stoptext Best wishes, Taco > On 16 Nov 2021, at 12:57, Marcus Vinicius Mesquita via ntg-context > wrote: > > Dear list, > > When running the MWE below, the first footnote does not appear. > What am I missing? > > \starttext > \inmargin{Foo

Re: [NTG-context] \startbodymatter forcing new page in document

2021-11-15 Thread Taco Hoekwater via ntg-context
ragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) _

Re: [NTG-context] check installed program using Lua

2021-11-01 Thread Taco Hoekwater via ntg-context
to just try to run the command to see if that produces satisfactory results. Best wishes, taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest to oth

[NTG-context] Wiki's ConTeXt updated

2021-10-29 Thread Taco Hoekwater via ntg-context
’, * close the tab. The ’Show preview' will force the wiki to refresh the cached images. ’Save changes’ is not needed. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns

Re: [NTG-context] The certificate of the mailman site has expired

2021-10-22 Thread Taco Hoekwater via ntg-context
> On 22 Oct 2021, at 02:21, Gerben Wierda via ntg-context > wrote: > > Just to let you know: The certificate of the mailman site has expired Which one exactly? Both https://lists.contextgarden.net/ and https://mailman.ntg.nl/ seem fine to me Best wishes, Taco — Ta

Re: [NTG-context] Clickable url problem with \useurl and \url

2021-10-12 Thread Taco Hoekwater via ntg-context
to{\url[earlLH]}[url(earlLH)] (perhaps wrapped in a short macro) Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest to others as well, plea

Re: [NTG-context] TLS Certificate Expired for the Wiki

2021-10-12 Thread Taco Hoekwater via ntg-context
/ 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 > ____

Re: [NTG-context] MkIV missing?

2021-10-04 Thread Taco Hoekwater via ntg-context
nfortunate that that does not help in this case). Best wishes, Taco > On 4 Oct 2021, at 15:33, Taco Hoekwater via ntg-context > wrote: > > We are busy with this off-list. > > If it is urgent: > > luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate > >

Re: [NTG-context] MkIV missing?

2021-10-04 Thread Taco Hoekwater via ntg-context
We are busy with this off-list. If it is urgent: luatex --luaonly ~/lmtx/tex/texmf-osx-64/bin/mtxrun.lua --generate fixed it for me (you’ll need to adjust the path, of course) Best wishes, Taco > On 4 Oct 2021, at 15:28, Marcus Vinicius Mesquita via ntg-context > wrote: > >

Re: [NTG-context] MkIV missing?

2021-10-04 Thread Taco Hoekwater via ntg-context
ind any configuration. That is why I always run “sh install.sh” instead of executing the script directly. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your qu

Re: [NTG-context] website

2021-09-29 Thread Taco Hoekwater via ntg-context
Hi, There is also a mirror of the website at http://context.aanhet.net Best wishes, Taco > On 28 Sep 2021, at 23:34, Hans Hagen via ntg-context > wrote: > > Hi, > > Due to domain transfer issues (provider quits services) there is the > possibility that the coming da

Re: [NTG-context] Test for displaying a header

2021-08-26 Thread Taco Hoekwater via ntg-context
ntext.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ — Taco Hoekwat

Re: [NTG-context] Indexing redux

2021-08-26 Thread Taco Hoekwater via ntg-context
functional example along with an explanation of what you want the typeset result to look like in the cases where it is not doing what you want. Generally, explicit examples / test files are the best way to get replies to questions (either by Hans or anyone else). Best wishes,

Re: [NTG-context] Control of Titles appearing in \completelistoftables and \completelistoffigures

2021-08-25 Thread Taco Hoekwater via ntg-context
Hi, There is \startplacefigure / \startplacetable , which has a ‘list’ key https://wiki.contextgarden.net/Command/_startplacefloat Best wishes, Taco > On 25 Aug 2021, at 05:20, Richard Mahoney via ntg-context > wrote: > > List, > > I've been wondering if there is some s

Re: [NTG-context] lua

2021-08-17 Thread Taco Hoekwater via ntg-context
numbers because the command is defined using lua ‘interfaces.implement’ (lxml-ini.lua) instead of directly as a TeX conditional. And yes indeed, the new lua-defined commands are hard to derive from the log information (for the other Hans: is this reporting not controlled via ‘public=true’ ? ). Be

[NTG-context] 15th International ConTeXt Meeting (registration closes Aug 22)

2021-08-13 Thread Taco Hoekwater via ntg-context
://meeting.contextgarden.net/2021/programme.shtml I can't wait to see (some of) you in person in Bassenge! Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest

Re: [NTG-context] nil from TeX to Lua

2021-08-10 Thread Taco Hoekwater via ntg-context
have ’strings’) so depending on the called macro, you could just assume str == "” actually means nil? But a clearer example of where you run into trouble would be helpful. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___

Re: [NTG-context] Strange new behaviour of the mailing list

2021-08-02 Thread Taco Hoekwater via ntg-context
mails for a > different domain. Many securely configured mail servers reject “faked” sender > addresses, as they should. Look up DANE etc. Which is exactly why that setting was changed. So yes, the change is on purpose. Best wishes, Taco — Taco Hoekwater E: t...@bittex

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-01 Thread Taco Hoekwater
> On 1 Jul 2021, at 13:31, Jan U. Hasecke wrote: > > Hi Taco, > > thanks for this hint. > > Am 01.07.21 um 08:44 schrieb Taco Hoekwater: >> I would put the whole context distribution in the git. That way, you can >> potentially hotfix something centrall

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-01 Thread Taco Hoekwater
can potentially hotfix something centrally. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns) ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] 15th International ConTeXt Meeting (early bird closes)

2021-06-30 Thread Taco Hoekwater
> On 30 Jun 2021, at 19:34, Bruce Horrocks wrote: > > >> On 30 Jun 2021, at 15:23, Taco Hoekwater wrote: >> >> Just a quick reminder that early bird registration for the ConTeXt meeting >> 2021 >> in Bassenge officially ends today. I’ll be a

[NTG-context] 15th International ConTeXt Meeting (early bird closes)

2021-06-30 Thread Taco Hoekwater
) bursary fund. Applications can be added in the remark fields of the registration page, or by sending a message directly to me. I can't wait to see (some of) you in person in Bassenge! Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns

Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Taco Hoekwater
Apple Preview does not recognize the signature field (well, it has zero support for signing to begin with, so that is not a surprise). — Taco Hoekwater E: t...@bittext.nl genderfluid (all pronouns)

Re: [NTG-context] keep text strictly inside box

2021-06-08 Thread Taco Hoekwater
> On 7 Jun 2021, at 23:07, Wolfgang Schuster > wrote: > > Use the align key. > > \starttext > > \startframedtext[width=10cm,align={flushleft,nothyphenated}] Also, ‘verytolerant’ helps: > align={flushleft,nothyphenated,verytolerant}] Best wishes, Taco > >

Re: [NTG-context] [metafun example does not compile]

2021-05-21 Thread Taco Hoekwater
-) > > > .F > ___ > 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/

Re: [NTG-context] \char not working with private unicodes

2021-05-12 Thread Taco Hoekwater
> On 12 May 2021, at 14:03, Taco Hoekwater wrote: > > But \char”F1538 still shows the wrong icon (though probably a different wrong > one). > > I did a bit of digging, and here is where it starts to goes wrong right now > (tma excerpt): > > > [….] Never m

  1   2   3   4   5   6   7   8   9   10   >