Re: [NTG-context] Bug inline math in lmtx

2019-12-14 Thread Hans Hagen

On 12/14/2019 9:06 PM, Otared Kavian wrote:

Hi Hans,

It seems that the bug which was reported recently is again there: inline math 
does not show some symbols (lmtx version 2019.12.12 19:35).
However mkiv version 2019.12.12 19:23 MKIV beta  fmt: 2019.12.14  works fine.

Here is a minimal example.
\starttext

Let $f(x) := \sum_{n \geq 1}2^{-n}x^n$.

\stoptext
i'll check it ... (all a side effect of trying to deal with bad spacing 
in the engine when there is a limits spec bu no limits)


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] "error not related to input file"

2019-12-14 Thread Hans Hagen

On 12/14/2019 5:43 PM, Rudolf Bahr wrote:


Hello All,

In:
LuaMetaTeX, Version 2.03.3
ConTeXt  ver: 2019.12.12 19:35 MKIV beta  fmt: 2019.12.12  int: english/english
I get the following error message:

tex error   > error not related to input file:
tex error   >   tex: ! Emergency stop
tex error   >   lua: ?
tex error   >   mps: -

Sorry, no MWE available.
What does this message mean? [1] shows only an empty page.
To this point my programm does all what it should with the exception of creating
a grey pdf-file-page. My pdf-programs are okular and xpdf.

In:
LuaTeX, Version 1.11.2 (TeX Live 2020/dev)
ConTeXt  ver: 2019.12.12 19:23 MKIV beta  fmt: 2019.12.13  int: english/english
I get a "*" instead of the error message above. And again my program does all 
what
it should, but a grey pdf-page too.

Shure, there must be an error in my program. But where should I look for it?
I tried several MWEs, but they all worked at their best.

Please, any ideas?
normally an * means: waiting for input  and no message is then 
involved as in principle there is no real error, apart from waiting for 
input


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
___


[NTG-context] Bug inline math in lmtx

2019-12-14 Thread Otared Kavian
Hi Hans,

It seems that the bug which was reported recently is again there: inline math 
does not show some symbols (lmtx version 2019.12.12 19:35).
However mkiv version 2019.12.12 19:23 MKIV beta  fmt: 2019.12.14  works fine.

Here is a minimal example.
\starttext

Let $f(x) := \sum_{n \geq 1}2^{-n}x^n$.

\stoptext

Best regards: OK



bug-sum-lmtx.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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] body text invades space for notes

2019-12-14 Thread Pablo Rodriguez
Dear list,

I’m afraid to admit that ConTeXt notes are increasily problematic for
me. I don’t think this is special to me and I hope we can discuss the
general issue.

Bottom notes are somewhat tricky in ConTeXt. The user expects that these
notes (either footnotes, or linenotes) aren’t moved to the next page. I
mean, no reader expects to find a full footnote in the next page from
the one that calls it. (At least, I have never seen that in any book
read or paged through.)

There may be good reasons for that, but ConTeXt doesn’t enable this by
default. Both options "split=verystrict" and "scope=text" have to be
used in "\setupnote".

This translated in wrong space before notes when paragraph form was
used. I was very interested to use these (line)notes for critical
editions, but sometimes the text run into the notes. I’m afraid that
left linenotes extremely problematic to be used.

With the arrival of LMTX, space before footnotes is more problematic
than before. No paragraph notes, see the attached sample (wrong-6.png).
In other cases, ConTeXt seems to ignore totally that the page bottom
contains footnotes.

I cannot provide minimal samples. Consider that if it were so easy to
reproduce, problably the issue would have been gone long ago.

Even when one avoids the problematic bottom partition (which I did in
that case by removing the "before" option from "\setupnote[footnote]"),
there is clearly an issue with the footnote having its space before
remaining blank from the body text (wrong-2.png).

My first question is why the bottom notes have problems to preserve the
space before them (and simultaneously remain in the same page where they
come from). This applies also for paragraph notes.

My second question is what can be improved to achieve what may be
considered as a basic typographic feature.

Sorry for not providing more than output samples. Bear with me. I may
not be an expert user, but I think I’m a frequent ConTeXt user. And I
don’t think it is totally wrong to consider this a basic feature that
needs to be improved.

Many thanks for your help in advance,

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] "error not related to input file"

2019-12-14 Thread Otared Kavian
Hi,

Since I have also suffered somewhat from the cryptic (and often useless…) error 
messages, I understand your frustration :-)
Now, maybe if you do 
context --directives="system.showerror" myfile.tex
then you get a file named « myfile-status.html » which is more helpful.

Best regards: OK

> On 14 Dec 2019, at 17:57, Rudolf Bahr  wrote:
> 
> 
> On Sat, Dec 14, 2019 at 05:43:45PM +0100, Bahr Rudolf wrote:
>> 
>> Hello All,
>> 
>> In:
>> LuaMetaTeX, Version 2.03.3
>> ConTeXt  ver: 2019.12.12 19:35 MKIV beta  fmt: 2019.12.12  int: 
>> english/english
>> I get the following error message:
>> 
>> tex error   > error not related to input file:
>> tex error   >   tex: ! Emergency stop
>> tex error   >   lua: ?
>> tex error   >   mps: -
>> 
>> Sorry, no MWE available.
>> What does this message mean? [1] shows only an empty page.
>> To this point my programm does all what it should with the exception of 
>> creating
>> a grey pdf-file-page. My pdf-programs are okular and xpdf.
>> 
>> In:
>> LuaTeX, Version 1.11.2 (TeX Live 2020/dev)
>> ConTeXt  ver: 2019.12.12 19:23 MKIV beta  fmt: 2019.12.13  int: 
>> english/english
>> I get a "*" instead of the error message above. And again my program does 
>> all what
>> it should, but a grey pdf-page too.
>> 
>> Shure, there must be an error in my program. But where should I look for it?
>> I tried several MWEs, but they all worked at their best.
>> 
>> Please, any ideas?
>> 
>> Best wishes,
>> Rudolf
>> 
>> 
>> [1] https://wiki.contextgarden.net/error_not_related_to_input_file
>> 
> 
> 
> Sorry, I forgot:
> My program uses up to now mainly \startluacode ... \stopluacode.
> 
> Rudolf
> ___
> 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] "error not related to input file"

2019-12-14 Thread Rudolf Bahr

On Sat, Dec 14, 2019 at 05:43:45PM +0100, Bahr Rudolf wrote:
> 
> Hello All,
> 
> In:
> LuaMetaTeX, Version 2.03.3
> ConTeXt  ver: 2019.12.12 19:35 MKIV beta  fmt: 2019.12.12  int: 
> english/english
> I get the following error message:
> 
> tex error   > error not related to input file:
> tex error   >   tex: ! Emergency stop
> tex error   >   lua: ?
> tex error   >   mps: -
> 
> Sorry, no MWE available.
> What does this message mean? [1] shows only an empty page.
> To this point my programm does all what it should with the exception of 
> creating
> a grey pdf-file-page. My pdf-programs are okular and xpdf.
> 
> In:
> LuaTeX, Version 1.11.2 (TeX Live 2020/dev)
> ConTeXt  ver: 2019.12.12 19:23 MKIV beta  fmt: 2019.12.13  int: 
> english/english
> I get a "*" instead of the error message above. And again my program does all 
> what
> it should, but a grey pdf-page too.
> 
> Shure, there must be an error in my program. But where should I look for it?
> I tried several MWEs, but they all worked at their best.
> 
> Please, any ideas?
> 
> Best wishes,
> Rudolf
> 
> 
> [1] https://wiki.contextgarden.net/error_not_related_to_input_file
> 


Sorry, I forgot:
My program uses up to now mainly \startluacode ... \stopluacode.

Rudolf
___
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] "error not related to input file"

2019-12-14 Thread Rudolf Bahr

Hello All,

In:
LuaMetaTeX, Version 2.03.3
ConTeXt  ver: 2019.12.12 19:35 MKIV beta  fmt: 2019.12.12  int: english/english
I get the following error message:

tex error   > error not related to input file:
tex error   >   tex: ! Emergency stop
tex error   >   lua: ?
tex error   >   mps: -

Sorry, no MWE available.
What does this message mean? [1] shows only an empty page.
To this point my programm does all what it should with the exception of creating
a grey pdf-file-page. My pdf-programs are okular and xpdf.

In:
LuaTeX, Version 1.11.2 (TeX Live 2020/dev)
ConTeXt  ver: 2019.12.12 19:23 MKIV beta  fmt: 2019.12.13  int: english/english
I get a "*" instead of the error message above. And again my program does all 
what
it should, but a grey pdf-page too.

Shure, there must be an error in my program. But where should I look for it?
I tried several MWEs, but they all worked at their best.

Please, any ideas?

Best wishes,
Rudolf


[1] https://wiki.contextgarden.net/error_not_related_to_input_file

___
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
___