Hi!

On Wed, Aug 6, 2025 at 6:38 AM Benjamin Buchmuller
<benjamin.buchmul...@gmail.com> wrote:
>
> Hi list,
>
> Here is an issue that I should have discovered earlier, but didn't. Probably 
> out of fear that issues as the following would arise.
>
> I recently updated from:
>
>  ["stamp"]="2024.06.21 23:45",
>  ["version"]=0x1.547ae147ae148p+0,
>
> to:
>
>  ["stamp"]="2025.07.27 21:43",
>  ["version"]=0x1.547ae147ae148p+0,
>
> My documents define a typescript with:
>
> \starttypescript[MyFont]
>         \definetypeface[MyFont][rm][serif][pagella][default]
>         \definetypeface[MyFont][ss][sans][heros][default]
>         \definetypeface[MyFont][tt][mono][modern][default][rscale=1.075]
>         \definetypeface[MyFont][mm][math][pagella][default]
> \stoptypescript
>
> \setupbodyfont
>         [MyFont, 10pt]
>
> The following inconveniences arise:
>
> 1) The font now (= current version) appears to be larger, causing some 
> undesired line breaks and overfull boxes.
>
> 2) Some elements prevent local font size switching!?
>
> \defineframedtext
>         [LabelBox]
>         [
>         frame=on,
>         bottomframe=off,
>         style=\ssx,
>         inner={\setupchemical[style=sans]},
>         ]
>
> \ssa So big
>
> \startLabelBox
> \bgroup
> \tfa Title in big letters is still small
> \egroup
> \stopLabelBox
>
> Any hints of how to get some backward compatibility (other than downgrading)?
>
> Thank you!
>
>

not so long ago, ConTeXt started defaulting to compact fonts. Do your
problem go away if you do

context --nocompactfonts file.tex

?

/Mikael
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to