[NTG-context] educat can't work

2016-09-27 Thread Yi Qingliang
Hello, ALL!

1. what's the mean of the parameter [n] for 'answerspace'? diff values
have no effect.
2. 'startanswerlines' compile fail:
! Missing number, treated as zero


\relax \pack_thinrules ...thinrulesparameter \c!n \relax
 \ifcase \scratchcounter \l...
\donostartanswerlines ...ackgroundparameter \c!n ] \par \endgroup \grabuntil ...

26 test test test test test test test \startanswerlines
27 >>  [n=3] What A Junk Answer \stopanswerlines
28



the doc content:

\usemodule[educat]
\setuptextbackground[answerarea][
  framecolor=black,
  rulethickness=\linewidth,
  background=,
  alternative=1]

\setupcolors[state=start]

\starttext

\startnotmode[answers]

  \setupanswerarea[level=+1]

\stopnotmode

\setupcolors[state=start]

test test test \answerspace [n=10] {Whow}. test test test
test tets test test \answerspace [n=10] {Whow}. test test
test test tets test test \answerspace [n=10] {Whow}. test
test test test tets test test \answerspace [n=10] {Whow}.
test test test test test test \answerspace [n=*] {Whow.}

test test test test test test test \startanswerlines
[n=3] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[n=3,alternative=0] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[n=3,alternative=1] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[n=3,alternative=2] What A Junk Answer \stopanswerlines

\startitemize[paragraph]
\item \startanswerlines [option=seried,n=2] xxx \stopanswerlines
\stopitemize

test test test \answerspace [m=10] {Whow}. test test test
test tets test test \answerspace [m=10] {Whow}. test test
test test tets test test \answerspace [m=10] {Whow}. test
test test test tets test test \answerspace [m=10] {Whow}.
test test test test test test \answerspace [m=*] {Whow.}

test test test test test test test \startanswerlines
[m=2] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[m=2,alternative=0] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[m=2,alternative=1] What A Junk Answer \stopanswerlines

test test test test test test test \startanswerlines
[m=2,alternative=2] What A Junk Answer \stopanswerlines

\startitemize[paragraph]
\item \startanswerlines [option=seried,m=2] xxx \stopanswerlines
\stopitemize

\stoptext


Yi Qingliang
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Center a framedtext

2016-09-27 Thread Fabrice Couvreur
>
> Hi Wolfgang,
Thank you for your suggestion, but I think I was not clear enough. In fact, I
want to place the algorithm as the image.
Fabrice

\defineframedtext
  [algorithmframe]
  [width=fit,
   background=color,
   backgroundcolor=lightgray,
   framecolor=darkred,
   corner=round]

\definelines
  [algorithm]
  [space=on,
   before=\startalgorithmframe,
   after=\stopalgorithmframe]

\starttext

\startmakeup[standard][align=middle]

\startalgorithm
Initialisation :
  \math{u} prend la valeur 2\,000
  \math{S} prend la valeur 2\,000
Traitement :
  Pour \math{i} allant de 2 à \math{n}
 \math{u} prend la valeur \math{u\times 1,008}
 \math{S} prend la valeur \math{S +u}
  Fin Pour
Sortie :
  Afficher \math{S}

\stopalgorithm

\stopmakeup

\startlinecorrection[blank]
\startmidaligned

\externalfigure[cow.pdf]

\stopmidaligned
\stoplinecorrection

\stoptext
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Luatex 1.0.0 announcement

2016-09-27 Thread Pablo Rodriguez
On 09/27/2016 08:37 PM, luigi scarso wrote:
> Version 1.0.0
> 
> After some ten years of development and testing, today we have released
> LuaTeX 1.0.0! [...]
>
> Hans Hagen
> Hartmut Henkel
> Taco Hoekwater
> Luigi Scarso

Hans, Harmut, Taco and Luigi,

many thanks for the release and your awesome work!


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Luatex 1.0.0 announcement

2016-09-27 Thread luigi scarso
Version 1.0.0

After some ten years of development and testing, today we have released
LuaTeX 1.0.0! Instead of staying below one and ending up with versions
like 0.99.1234, we decided that the moment is there to show the TeX
audience that LuaTeX is stable enough to loose its beta status. Although
functionality has evolved and sometimes been replaced, we have been using
LuaTeX in production right from the start. Of course there are bugs
and for sure we will fix them.

Our main objective is to provide a variant of TeX that permits user
extensions without the need to adapt the inner workings. We did add a few
things here and there but they mostly relate to opening up the inner parts
and/or the wish to influence some hard coded behaviour. Via Lua we managed
to support modern functionality without bloating the code or adding more
and more dependencies on foreign code. In the process a stable and flexible
MetaPost library became part of the engine.

The functionality as present now will stay. We might open up some more
parts, we will stepwise clean up the code base while staying as close as
possible to the Knuthian original, we will try to document bits and pieces.
We might also experiment a bit with better isolation of the backend, and
simplify some internals. For that we might use the experimental version
but if we divert too much we may need to give that another name.

We want to thank all those who have tested the betas and helped to make
LuaTeX better.

Hans Hagen
Hartmut Henkel
Taco Hoekwater
Luigi Scarso
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Protrusion, hyphens and lining figures

2016-09-27 Thread Pablo Rodriguez
On 09/27/2016 05:44 PM, Jose Luis Arellano wrote:
> Hi Pablo, I have failed trying to make a MWS because this issue only
> appears with this specific font. Maybe you can reproduce the problem
> using a font that have the feature onum actived by default.
> Thanks for the answer.

Hi José Luis,

I remembered that EB Garamond is such a typeface.

Here is the sample (which works for me):

\showframe\showgrid
\mainlanguage[es]
\setuppapersize[A6]
\definefontfeature[default][default]
[lnum=yes,
 protrusion=quality,
 expansion=quality]
\setupalign[hanging, hz]
\setupbodyfont[ebgaramond]
\starttext
\dorecurse{10}{\recurselevel. }\par
«\input cervantes-es
\stoptext

I hope it helps. And let us know, if it doesn’t.

Cheers,


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Protrusion, hyphens and lining figures

2016-09-27 Thread Jose Luis Arellano
Hi Pablo, I have failed trying to make a MWS because this issue only
appears with this specific font. Maybe you can reproduce the problem using
a font that have the feature onum actived by default.
Thanks for the answer.

2016-09-27 12:27 GMT-03:00 Pablo Rodriguez :

> On 09/27/2016 04:09 PM, Jose Luis Arellano wrote:
> > Hello dear list.
> >
> > I am experiment a issue with one of my fonts. The problem appears when
> > one try to use lining numbers as default font feature in documents. This
> > font have the feature onum by default, so if I want lining numbers I
> > have to use:
> > definefontfeature[default][default]
> > [%
> > lnum=yes,
> > protrusion=quality,
> > expansion=quality,
> > ]
> > This works just fine, except for hyphens sign where character protrusion
> > fails.
> >
> > I will appreciate any suggestion.
>
> Hi Jose Luis,
>
> could you provide a minimal working sample?
>
> Otherwise it might be very hard to reconstruct your scenario.
>
>
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Protrusion, hyphens and lining figures

2016-09-27 Thread Pablo Rodriguez
On 09/27/2016 04:09 PM, Jose Luis Arellano wrote:
> Hello dear list.
> 
> I am experiment a issue with one of my fonts. The problem appears when
> one try to use lining numbers as default font feature in documents. This
> font have the feature onum by default, so if I want lining numbers I
> have to use:
> definefontfeature[default][default]
> [%
> lnum=yes,
> protrusion=quality,
> expansion=quality,
> ]
> This works just fine, except for hyphens sign where character protrusion
> fails.
> 
> I will appreciate any suggestion.

Hi Jose Luis,

could you provide a minimal working sample?

Otherwise it might be very hard to reconstruct your scenario.


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] rightaligned formulas stick out in the margin

2016-09-27 Thread Mikael P. Sundqvist
On Tue, Sep 27, 2016 at 3:14 PM, Henri Menke  wrote:
> No problem with TL 2016.  Are you on beta?
>
> On 09/27/2016 03:10 PM, Mikael P. Sundqvist wrote:
>> Hi!
>>
>> Look at the following example (pdf attached)
>>
>> \setupformulas[
>> align=flushleft,
>> leftmargin=3em,
>> ]
>>
>> \starttext
>> \input tufte % Some text to see where the margin is
>>
>> This looks OK:
>> \startformula
>> 1+1=2
>> \stopformula
>> This does not look OK:
>> \startformula
>> 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19
>> \stopformula
>> This looks OK again:
>> \startformula
>> \startalign
>> \NC 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19\NR
>> \stopalign
>> \stopformula
>> \stoptext
>>
>> The result is attached. I would expect the second display math to
>> behave as the third, i.e. move to the left so that it fits. As a
>> workaround I can put every problematic formula I have in aligns, but I
>> have a feeling this might be a bug.
>>
>> /Mikael
>>
>>
>>
>> ___
>> 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://tex.aanhet.net
>> archive  : http://foundry.supelec.fr/projects/contextrev/
>> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___

Yes indeed, I forgot to say. I use a very late standalone. This
problem has been there for some weeks at least.

/Mikael
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Protrusion, hyphens and lining figures

2016-09-27 Thread Jose Luis Arellano
Hello dear list.

I am experiment a issue with one of my fonts. The problem appears when one
try to use lining numbers as default font feature in documents. This font
have the feature onum by default, so if I want lining numbers I have to use:
definefontfeature[default][default]
[%
lnum=yes,
protrusion=quality,
expansion=quality,
]
This works just fine, except for hyphens sign where character protrusion
fails.

I will appreciate any suggestion.
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] rightaligned formulas stick out in the margin

2016-09-27 Thread Henri Menke
No problem with TL 2016.  Are you on beta?

On 09/27/2016 03:10 PM, Mikael P. Sundqvist wrote:
> Hi!
> 
> Look at the following example (pdf attached)
> 
> \setupformulas[
> align=flushleft,
> leftmargin=3em,
> ]
> 
> \starttext
> \input tufte % Some text to see where the margin is
> 
> This looks OK:
> \startformula
> 1+1=2
> \stopformula
> This does not look OK:
> \startformula
> 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19
> \stopformula
> This looks OK again:
> \startformula
> \startalign
> \NC 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19\NR
> \stopalign
> \stopformula
> \stoptext
> 
> The result is attached. I would expect the second display math to
> behave as the third, i.e. move to the left so that it fits. As a
> workaround I can put every problematic formula I have in aligns, but I
> have a feeling this might be a bug.
> 
> /Mikael
> 
> 
> 
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] rightaligned formulas stick out in the margin

2016-09-27 Thread Mikael P. Sundqvist
Hi!

Look at the following example (pdf attached)

\setupformulas[
align=flushleft,
leftmargin=3em,
]

\starttext
\input tufte % Some text to see where the margin is

This looks OK:
\startformula
1+1=2
\stopformula
This does not look OK:
\startformula
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19
\stopformula
This looks OK again:
\startformula
\startalign
\NC 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1=19\NR
\stopalign
\stopformula
\stoptext

The result is attached. I would expect the second display math to
behave as the third, i.e. move to the left so that it fits. As a
workaround I can put every problematic formula I have in aligns, but I
have a feeling this might be a bug.

/Mikael


ctx-example11.pdf
Description: Adobe PDF document
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Overfull boxes in bibliography

2016-09-27 Thread Henri Menke
Bump

On 08/30/2016 12:23 AM, Henri Menke wrote:
> Dear list,
> 
> I noticed, that even though I set \version[temporary] to make overfull boxes 
> visible, they were not marked with an overfullrule in the bibliography.  
> Below you find a minimal example which reproduces the problem on TL 2016.  
> First I typeset the entry by hand where the black rectangle shows up in the 
> margin, then I format it automatically using \placelistofpublications where 
> no box is shown.
> 
> How can I have overfull boxes highlighted in the bibliography?
> 
> Many thanks, Henri
> 
> ---
> 
> \startbuffer[biblio]
> @article{Heisenberg1926,
>   author = {Heisenberg, W.},
>   title = {Mehrk\"orperproblem und Resonanz in der Quantenmechanik},
>   journal = {Zeitschrift f\"ur Physik},
>   year = {1926},
>   volume = {38},
>   number = {6},
>   pages = {411--426},
>   issn = {0044-3328},
>   doi = {10.1007/BF01397160},
>   url = {http://dx.doi.org/10.1007/BF01397160}
> }
> \stopbuffer
> 
> \version[temporary]
> \setuppapersize[A5][A5]
> 
> \usebtxdataset[biblio.buffer]
> \usebtxdefinitions[aps]
> 
> \starttext
> 
> \showframe
> 
> \setupitemize[left={[},right={]},width=3em,stopper=]
> \startitemize[n]
> \item W. Heisenberg, Mehrkörperproblem und Resonanz in der
>   Quantenmechanik, {\em Zeitschrift für Physik} {\bf 38}(6), 411--426 (1926).
> \stopitemize
> 
> \nocite[Heisenberg1926]
> \placelistofpublications
> 
> \stoptext
> 

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem with Cambria

2016-09-27 Thread Lutz Haseloff
Sorry, it was my fault.
I updated my Cambria and all went well (with Cambria).

btw. Congratulations to luatex 1.0.0!

Hans Hagen  schrieb am Sa., 24. Sep. 2016 um 12:57 Uhr:

> On 9/23/2016 7:53 PM, Lutz Haseloff wrote:
> > Hi all,
> >
> > i found a Problem with Cambria. The use of í and ì results in wrong
> kerning.
> >
> > \setupbodyfont[cambria]
> > \starttext
> > Víctor Lidio Jara Martínez
> > \stoptext
> >
> > gives:
> >
> > Ví ctor Lidio Jara Martí nez
>
> no such problem here
>
>
> -
>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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] placed tabulations broken when ended with \HL in MkIV

2016-09-27 Thread John Devereux
Wolfgang Schuster  writes:

 
> 
> John Devereux
> 26. September 2016 um 13:20
> 
> Hi,
> 
> I updated my context (IV) installation recently and most of my
> tabulations are not working when they are placed with \placetable.
> 
> Even the examples on the wiki do not work e.g. this aborts with an
> undefined control sequence error for the \stoptabulate:
> 
> \starttext
> This is a very long text, longer than the width of the table.
> It must be long enough to flow to the next line to see the effect.
> 
> \startplacetable[location=force,number=no]
> \starttabulate[|r|l|]
> \HL
> \NC I want this table \NC aligned in the center.\NC\NR
> \HL
> \stoptabulate
> \stopplacetable
> \stoptext
> 
> 
> I traced it to ending with a \HL. It can be made to work if I add
> an
> extra \AR after the final \HL
> 
> tabl-tbl.mkiv:
>
> \def\tabl_tabulate_inside_before
> {\ifhmode\par\fi
> \ifhmode
> \ifinsidesplitfloat
> \let\tabl_tabulate_inside_after \relax
> + \let\tabl_tabulate_inside_inbetween\relax
> \else
> \vbox\bgroup
> \let\tabl_tabulate_inside_after \egroup
> + \let\tabl_tabulate_inside_inbetween\relax
> \fi
> \else
> \let\tabl_tabulate_inside_after \relax
> + \let\tabl_tabulate_inside_inbetween\relax
> \fi}

Thanks Wolfgang, that works.

John


-- 

John Devereux
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Tabulation in itemize list

2016-09-27 Thread Jan Willem Flamma
Dear Florian,

Maybe this functionality is helpful to you
https://www.mail-archive.com/ntg-context@ntg.nl/msg81351.html 


Regards,
Jan Willem


> On 26 sep. 2016, at 17:25, Florian Leupold  wrote:
> 
> 
>> On 26.09.16, at 17:07, Wolfgang Schuster  wrote:
>> 
>>> Florian Leupold 26. September 2016 um 16:30
>>> 
>>> Dear Wolfgang,
>>> 
>>> thank you for your suggestion!
>>> 
>>> However, it seems the code does not compile properly. Both, frame and 
>>> tabulate compile without the other, but not together. The error I get is 
>>> “Missing } inserted” on the line “\stoptabulate”.
>>> 
>>> Could this be a bug?
>> The example works for me.
>> 
>> mtx-context | current version: 2016.09.24 12:40
>> 
>> 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://tex.aanhet.net
>> archive  : http://foundry.supelec.fr/projects/contextrev/
>> wiki : http://contextgarden.net
>> ___
> 
> Okay, is this something that got fixed since May then?
> 
> Using ConTeXt online (ConTeXt  ver: 2016.05.19 13:43 MKIV current  fmt: 
> 2016.8.24), it also does not work.
> http://live.contextgarden.net/cgi-bin/output.cgi?id=dpiqSe
> 
> That would mean I am in trouble because I am running the MacTeX version of 
> ConTeXt since I could not get the standalone version to work with TeXShop.
> 
> Best,
> Florian
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___