Hi,

On Mon, Aug 5, 2024 at 2:21 PM fv leung <fvle...@gmail.com> wrote:
>
> I have a formula involving \overparent to be typeset in kpfonts and concrete.
>
> There is no problem with kpfonts. But the \overparent in concrete is just too 
> high. I can adjust the position with [distance=-1ex] . Is there a better way 
> to adjust the position? Like using goodies (don't know how)?
>
> Thanks in advance!
>
> \starttext
>
> \start
>
>   \setupbodyfont[kpfonts,10pt]
>
>   \m{\overparent{ABCD}=100\pi}
>
> \stop
>
> \start
>
>   \setupbodyfont[concrete,10pt]
>
>   \m{\overparent{ABCD}=100\pi}  \m{\overparent[distance=-1ex]{ABCD}=100\pi}
>
> \stop
>
> \stoptext

In concrete-math.lfg, add

                {
                    tweak = "accentdimensions",
                },

after the flattenaccents tweak. (This will be added for the next release.)

/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