Re: [NTG-context] Switching fonts changes framedtext justification

2022-04-03 Thread Thangalin via ntg-context
Confirmed there is a font issue with LMTX.

$ context --version
mtx-context | current version: 2022.04.01 09:37

The issue was also present with version 2021.11.30.

> Are you sure it's not a tolerance issue?

Pablo's example also doesn't justify, so \framedtext is a red herring.

The .otf file is from:

https://github.com/MorbZ/OpenSansEmoji

Thanks everyone!
___
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] Luatex 1.15.0 announcement.

2022-04-03 Thread luigi scarso via ntg-context
==
LuaTeX 1.15.0 2021-12-31
==

New primitive \matheqdirmode.
By default the short skip detection is not adapted to r2l typesetting and
that
hasn't been the case since the start of the project. Changing it could break
hacks that users came up with but when you set \matheqdirmode to a positive
value direction will be taken into account.

Several bug fixes (see ChangeLog).


-- 
luigi
___
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] Switching fonts changes framedtext justification

2022-04-03 Thread Pablo Rodriguez via ntg-context
On 4/3/22 02:36, Thangalin via ntg-context wrote:
> Hi all,
> [...]
> How would you ensure that both text areas remain fully justified?

I think (at least) LMTX has an issue with the font:

  \definefontfamily [TextEmoji] [rm] [OpenSansEmoji]
  \setupbodyfont [TextEmoji]
  \starttext
  \input knuth
  \stoptext

I’m afraid I cannot test this with MkIV.

Pablo
___
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] Switching fonts changes framedtext justification

2022-04-03 Thread Marco Patzer via ntg-context
On Sat, 2 Apr 2022 17:36:35 -0700
Thangalin via ntg-context  wrote:

> The following code produces framed text areas, each having different
> justification:
> 
> […]
> How would you ensure that both text areas remain fully justified?

I don't have that Emoji font, but replacing it with other fonts,
framedtext justifies the text here.

Are you sure it's not a tolerance issue? Frames don't inherit the
tolerance from the main environment¹. Try with

  \setupframedtext
[align=verytolerant]
%% [align={verytolerant, stretch}]

Marco

¹ https://wiki.contextgarden.net/Command_old/setuptolerance
___
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
___