[NTG-context] issue with links

2020-11-19 Thread Pablo Rodriguez
Dear list, this MWE shows that links may be misbehaving again: \setupindenting[yes, always, big] \setupinteraction[state=start] \enabledirectives[references.border] \unexpanded\def\MyURL#1% {\bgroup\goto{{\tt\hyphenatedurl{#1}}}[url(#1)]\egroup} \starttext \dorecurse{10}{word }

Re: [NTG-context] autostart included video

2020-11-19 Thread Aditya Mahajan
On Thu, 19 Nov 2020, Hans Hagen wrote: > On 11/19/2020 8:12 AM, Aditya Mahajan wrote: > > > I use \externalfigure[filename.mp4] to include a video in a presentation. Is > > it possible to autostart the video automatically when the page is loaded? > Video (and audio) and acrobat ... any browser

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Wolfgang Schuster
Rik Kabel schrieb am 19.11.2020 um 21:20: Another LMTX/MkIV difference, this time with expansion: \define\Align{yes} \starttext \startalignment[\Align]     This works with MkIV but fails with LMTX, complaining: {\tt     tex error on line 3 in file G:/expand.mkvi: The file

[NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Rik Kabel
Another LMTX/MkIV difference, this time with expansion: \define\Align{yes} \starttext \startalignment[\Align]     This works with MkIV but fails with LMTX, complaining: {\tt     tex error on line 3 in file G:/expand.mkvi: The file ended     when scanning an argument.}

Re: [NTG-context] Bilingual text on facing pages

2020-11-19 Thread Pablo Rodriguez
On 11/18/20 8:03 PM, MANUEL GONZALEZ SUAREZ wrote: > Hello everyone:  > > Do you know if we can make bilingual editions with ConTeXt, as they are > done with the reledpar package for LaTeX? I have consulted this page > (https://tex.stackexchange.com/questions/113899/parallel-text-in-context), >

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Hans Hagen
On 11/19/2020 9:41 PM, Wolfgang Schuster wrote: Rik Kabel schrieb am 19.11.2020 um 21:20: Another LMTX/MkIV difference, this time with expansion:     \define\Align{yes}     \starttext     \startalignment[\Align]     This works with MkIV but fails with LMTX, complaining: {\tt     tex

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Rik Kabel
On 11/19/2020 17:03, Hans Hagen wrote: On 11/19/2020 9:41 PM, Wolfgang Schuster wrote: Rik Kabel schrieb am 19.11.2020 um 21:20: Another LMTX/MkIV difference, this time with expansion:     \define\Align{yes}     \starttext     \startalignment[\Align]     This works with MkIV but fails

Re: [NTG-context] Piecewise margin line

2020-11-19 Thread Otared Kavian
Hi Johann, Here is an example (extracted from one of my files…) which might give what you want: you can change some of the specifications easily. % begin proclaim-leftbar.tex %%% \startuseMPgraphic{mpos:region:leftbar} draw_multi_pars;

Re: [NTG-context] new upload

2020-11-19 Thread Damien Thiriet
Hi, Problem also fixed on OpenBSD 6.8 amd64. New binaries installed and working like a charm. Makes my workflow much easier, so many thanks to Pablo for finding the bug and to Hans for fixing it. Best regards, Damien Thiriet

Re: [NTG-context] Piecewise margin line

2020-11-19 Thread Johann Birnick
On Thu, 2020-11-19 at 11:25 +0100, mf wrote: > Il 19/11/20 10:39, Johann Birnick ha scritto: > > Hello, > > > > I want to setup some fancy theorem style for my math notes. For this I want > > to > > have a colored margin line next to my theorems. It should look like this: > > > >

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Hans Hagen
On 11/20/2020 12:18 AM, Rik Kabel wrote: You are right about not quite understand. Does this mean that I can have the same definitions in MkIV and LMTX (after some future update), or should I hunt down the \defines in both, or that I should fork (or mode test) my source environment files, one

Re: [NTG-context] Bilingual text on facing pages

2020-11-19 Thread MANUEL GONZALEZ SUAREZ
Thanks for you replay, Pablo. -Mensaje original- De: ntg-context [mailto:ntg-context-boun...@ntg.nl] En nombre de Pablo Rodriguez Enviado el: jueves, 19 de noviembre de 2020 22:37 Para: ntg-context@ntg.nl Asunto: Re: [NTG-context] Bilingual text on facing pages On 11/18/20 8:03 PM,

Re: [NTG-context] Piecewise margin line

2020-11-19 Thread mf
Il 20/11/20 02:06, Johann Birnick ha scritto: On Thu, 2020-11-19 at 11:25 +0100, mf wrote: Il 19/11/20 10:39, Johann Birnick ha scritto: Hello, I want to setup some fancy theorem style for my math notes. For this I want to have a colored margin line next to my theorems. It should look like

[NTG-context] Piecewise margin line

2020-11-19 Thread Johann Birnick
Hello, I want to setup some fancy theorem style for my math notes. For this I want to have a colored margin line next to my theorems. It should look like this: https://i.ibb.co/F6L59pD/idea.png The line should stretch over the whole theorem, not just the first line. (But the latter would be a

Re: [NTG-context] autostart included video

2020-11-19 Thread Hans Hagen
On 11/19/2020 8:12 AM, Aditya Mahajan wrote: I use \externalfigure[filename.mp4] to include a video in a presentation. Is it possible to autostart the video automatically when the page is loaded? Video (and audio) and acrobat ... any browser can play a video but it seems too complex for

Re: [NTG-context] Piecewise margin line

2020-11-19 Thread mf
Il 19/11/20 10:39, Johann Birnick ha scritto: Hello, I want to setup some fancy theorem style for my math notes. For this I want to have a colored margin line next to my theorems. It should look like this: https://i.ibb.co/F6L59pD/idea.png The line should stretch over the whole theorem, not

Re: [NTG-context] autostart included video

2020-11-19 Thread Hans Hagen
On 11/19/2020 8:12 AM, Aditya Mahajan wrote: I use \externalfigure[filename.mp4] to include a video in a presentation. Is it possible to autostart the video automatically when the page is loaded? This works here: \setupinteraction[state=start] \starttext

[NTG-context] new upload

2020-11-19 Thread Hans Hagen
Hi, A new upload. Hopefully with the linux install fixed. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 |

[NTG-context] Section head placement wrong when the after key is used

2020-11-19 Thread Marco Patzer
Hi! In the following example the 2nd section head stays on page one when the “after” key is used. If the blackrule is commented out the section head moves to page two as intended. What's the reason the section head stays on the previous page when the “after” is used and how to fix this?

Re: [NTG-context] new upload

2020-11-19 Thread mf
Il 19/11/20 12:00, mf ha scritto: Tested. It works. - download the binaries from http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip - unzip it in your context directory - make install.sh and bin/mtxrun executable - run install.sh and you can see the upgrade progression again.

Re: [NTG-context] new upload

2020-11-19 Thread mf
Tested. It works. - download the binaries from http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip - make install.sh and bin/mtxrun executable - run install.sh and you can see the upgrade progression again. Thanks Hans, Massi Il 19/11/20 11:35, Hans Hagen ha scritto: Hi, A new

Re: [NTG-context] new upload

2020-11-19 Thread Otared Kavian
Hi Hans, Thanks for the new upload and the fix for the install script: it works again also for MacOS. Best regards: OK > On 19 Nov 2020, at 11:35, Hans Hagen wrote: > > Hi, > > A new upload. Hopefully with the linux install fixed. > > Hans > > >

Re: [NTG-context] new upload

2020-11-19 Thread Pablo Rodriguez
On 11/19/20 11:35 AM, Hans Hagen wrote: > Hi, > > A new upload. Hopefully with the linux install fixed. Many thanks for the new upload, Hans. It fixes the issue in both Windows and Linux (I guess the same should apply to macOS). BTW, the message about resolver databases not found or outdated

Re: [NTG-context] Section head placement wrong when the after key is used

2020-11-19 Thread Pablo Rodriguez
On 11/19/20 11:55 AM, Marco Patzer wrote: > Hi! > [...] > What's the reason the section head stays on the previous page when > the “after” is used and how to fix this? Hi Marco, by default (according to strc-def.mkiv), \section has "after=\blank". In some cases, I had used

Re: [NTG-context] Section head placement wrong when the after key is used

2020-11-19 Thread Marco Patzer
On Thu, 19 Nov 2020 16:53:52 +0100 Pablo Rodriguez wrote: > On 11/19/20 11:55 AM, Marco Patzer wrote: > > Hi! > > [...] > > What's the reason the section head stays on the previous page when > > the “after” is used and how to fix this? > > Hi Marco, > > by default (according to