[NTG-context] Bad interaction between \setupinteraction and \defineenumeration

2020-07-05 Thread Jairo A. del Rio
The following:

\setupinteraction[state=start,focus=standard,color=black,contrastcolor=black]
\defineenumeration[proposition][alternative=top,text=Proposición,headalign=middle,numberconversion=R,headstyle=\WORDS,style=\emph,referenceprefix=prop]
\starttext
\startproposition[1]
\dorecurse{10}{\input ward}
\stopproposition
\in[prop:1]
\stoptext

works almost perfectly. However, the cross-reference does not work, even if
the number of the enumeration is displayed correctly. The example fails
both in LuaTeX and LuaMetaTeX. As I remember, the problem appeared as early
as 2019, so not a matter of a bad installation. Any ideas?

Cordially,

Jairo :)
___
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/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Fwd: Radicals are broken (again)

2020-07-05 Thread Jairo A. del Rio
I broke my own installation some hours ago and I fixed it. My sincere
apologies for any inconvenience.

Jairo :)

-- Forwarded message -
De: Jairo A. del Rio 
Date: dom., 5 de jul. de 2020 a la(s) 16:06
Subject: Radicals are broken (again)
To: mailing list for ConTeXt users 


The following gives wrong outputs both in LuaTeX and LuaMetaTeX:

\starttext $\sqrt{3}$ \stoptext


The beta date is 2020.7.5. Thank you very much.

Jairo :)
___
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/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] ConTeXt source browser website update

2020-07-05 Thread Taco Hoekwater
Hi,

> On 5 Jul 2020, at 21:41, Hans Hagen  wrote:
> 
> On 7/5/2020 9:11 PM, Leah Neukirchen wrote:
>> Taco Hoekwater  writes:
>>> Hi all,
>>> 
>>> I just replaced the software of https://source.contextgarden.net/ by a
>>> Lua implementation that uses Hans Hagen’s SciTE lexers for syntax
>>> highlighting and a Lua-generated search index.
>>> Suggestions for improvements are welcome.
>> The download feature for binary files is broken, at least a leading
>> newline is prefixed to the download. 
Binary downloads fixed.

Thanks for the report,
Taco
___
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/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Radicals are broken (again)

2020-07-05 Thread Jairo A. del Rio
The following gives wrong outputs both in LuaTeX and LuaMetaTeX:

\starttext $\sqrt{3}$ \stoptext


The beta date is 2020.7.5. Thank you very much.

Jairo :)
___
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/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] LMTX and soft links (Linux)

2020-07-05 Thread Jairo A. del Rio
Indeed, it works. A fast "cp -rs" solved it. Anyways, I'd rather prefer a
less "manual" method. Thank you very much, Pablo.

Jairo :)

El dom., 5 de jul. de 2020 a la(s) 14:52, Pablo Rodriguez (oi...@gmx.es)
escribió:

> On 7/5/20 9:14 PM, Jairo A. del Rio wrote:
> > I'm using both LMTX from the ConTeXt standalone installation and a TeX
> > Live installation. Since I'm using binaries from the standalone (and
> > added LMTX to path, etc.), I created soft links in texmf-modules via
> >
> > ln -s /usr/local/texlive/2020/texmf-dist/tex ~/lmtx/tex/texmf-modules/tex
> >
> > and similar (lmtx is my directory for the standalone).
> >
> > LuaTeX finds files without any issues. However LuaMetaTeX gives the
> > following error:
> >
> > runtime error : input file (name of file) is not found, quitting
> >
> > The same result is for modules, .sty files and .tex files. Is this
> > intentional, a bug in LMTX, or is a better solution possible? In case
> > it's useful, I'm working with Ubuntu 20.04. Thank you a lot.
>
> Hi Jairo,
>
> I experience something very similar in Linux too.
>
> LMTX follows softlinks to files, but no softlink to directories.
>
> I don’t know why this happens, but it behaves this way.
>
> Just in case it helps,
>
> Pablo
> --
> http://www.ousia.tk
>
> ___
> 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/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
>
> ___
>
___
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/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] LMTX and soft links (Linux)

2020-07-05 Thread Pablo Rodriguez
On 7/5/20 9:14 PM, Jairo A. del Rio wrote:
> I'm using both LMTX from the ConTeXt standalone installation and a TeX
> Live installation. Since I'm using binaries from the standalone (and
> added LMTX to path, etc.), I created soft links in texmf-modules via
>
> ln -s /usr/local/texlive/2020/texmf-dist/tex ~/lmtx/tex/texmf-modules/tex
>
> and similar (lmtx is my directory for the standalone).
>
> LuaTeX finds files without any issues. However LuaMetaTeX gives the
> following error:
>
> runtime error : input file (name of file) is not found, quitting
>
> The same result is for modules, .sty files and .tex files. Is this
> intentional, a bug in LMTX, or is a better solution possible? In case
> it's useful, I'm working with Ubuntu 20.04. Thank you a lot.

Hi Jairo,

I experience something very similar in Linux too.

LMTX follows softlinks to files, but no softlink to directories.

I don’t know why this happens, but it behaves this way.

Just in case it helps,

Pablo
--
http://www.ousia.tk
___
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/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] ConTeXt source browser website update

2020-07-05 Thread Hans Hagen

On 7/5/2020 9:11 PM, Leah Neukirchen wrote:

Taco Hoekwater  writes:


Hi all,

I just replaced the software of https://source.contextgarden.net/ by a
Lua implementation that uses Hans Hagen’s SciTE lexers for syntax
highlighting and a Lua-generated search index.



Suggestions for improvements are welcome.


The download feature for binary files is broken, at least a leading
newline is prefixed to the download.  But even then
https://source.contextgarden.net/source/luametatex/luametatex-source.tar.xz
is corrupted.

just ignore it ... it's just a left over crap file from some test

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
-
___
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/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] ConTeXt source browser website update

2020-07-05 Thread Leah Neukirchen
Taco Hoekwater  writes:

> Hi all,
>
> I just replaced the software of https://source.contextgarden.net/ by a
> Lua implementation that uses Hans Hagen’s SciTE lexers for syntax
> highlighting and a Lua-generated search index.

> Suggestions for improvements are welcome.

The download feature for binary files is broken, at least a leading
newline is prefixed to the download.  But even then
https://source.contextgarden.net/source/luametatex/luametatex-source.tar.xz
is corrupted.

Cheers,
-- 
Leah Neukirchenhttps://leahneukirchen.org/

___
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/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] LMTX and soft links (Linux)

2020-07-05 Thread Jairo A. del Rio
I'm using both LMTX from the ConTeXt standalone installation and a TeX Live
installation. Since I'm using binaries from the standalone (and added LMTX
to path, etc.), I created soft links in texmf-modules via

ln -s /usr/local/texlive/2020/texmf-dist/tex ~/lmtx/tex/texmf-modules/tex

and similar (lmtx is my directory for the standalone).

LuaTeX finds files without any issues. However LuaMetaTeX gives the
following error:

runtime error : input file (name of file) is not found, quitting

The same result is for modules, .sty files and .tex files. Is this
intentional, a bug in LMTX, or is a better solution possible? In case it's
useful, I'm working with Ubuntu 20.04. Thank you a lot.

Jairo :)
___
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/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] About some deprecated commands

2020-07-05 Thread Wolfgang Schuster

Jairo A. del Rio schrieb am 05.07.2020 um 16:27:
Hi, list! I've realized the following commands commented in 
https://wiki.contextgarden.net/System_Macros/Expansion_Control

no longer work in LMTX:

\@EA
\@EAEAEA
\@EAEAEAEAEAEA

One just could copy them from syst-aux.mkiv, but anyways. Should it be 
mentioned on the Wiki or something like that? Thank you very much.


Most of the pages in this section 
(https://wiki.contextgarden.net/System_Macros) are outdated and some 
parts either don't work anymore or there are better ways to do it. You 
should keep in mind the pages are based on an article Taco wrote 2002 
for MAPS.


The solution is to get rid of the old commands and focus on LuaTeX and 
LuaMetaTeX solutions because the second allows different TeX code. The 
following example shows one of these differences.


% LuaTeX

\def\mycommand
  {\ifxxx
 \expandafter\mycommanda
   \else\ifyyy
 \doubleexpandafter\mycommandb
   \else
 \doubleexpandafter\mycommandc
   \fi\fi}

% LuametaTeX

\def\mycommand
  {\ifxxx
 \expandafter\mycommanda
   \orelse\ifyyy
 \expandafter\mycommandb
   \else
 \expandafter\mycommandc
   \fi}

Wolfgang
___
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/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] About some deprecated commands

2020-07-05 Thread Jairo A. del Rio
Hi, list! I've realized the following commands commented in
https://wiki.contextgarden.net/System_Macros/Expansion_Control
no longer work in LMTX:

\@EA
\@EAEAEA
\@EAEAEAEAEAEA

One just could copy them from syst-aux.mkiv, but anyways. Should it be
mentioned on the Wiki or something like that? Thank you very much.

Jairo :)
___
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/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___