ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Notation of an arc
@ 2018-09-26 21:15 Fabrice Couvreur
  2018-09-26 21:22 ` Henri Menke
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2018-09-26 21:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 117 bytes --]

Hello,
How to improve the notation of an arc ?
Thank you
Fabrice

\starttext
 \m{\overset{\frown}{\rm AB}}
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 818 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Notation of an arc
  2018-09-26 21:15 Notation of an arc Fabrice Couvreur
@ 2018-09-26 21:22 ` Henri Menke
  2018-09-26 21:51   ` Alan Braslau
  0 siblings, 1 reply; 6+ messages in thread
From: Henri Menke @ 2018-09-26 21:22 UTC (permalink / raw)
  To: ntg-context

On 27/09/18 09:15, Fabrice Couvreur wrote:
> Hello,
> How to improve the notation of an arc ?
> Thank you
> Fabrice
> 

Use the correct math fence

\starttext
\m{\overparent{\rm AB}}
\stoptext

> \starttext
>  \m{\overset{\frown}{\rm AB}}
> \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://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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Notation of an arc
  2018-09-26 21:22 ` Henri Menke
@ 2018-09-26 21:51   ` Alan Braslau
  2018-09-27 19:47     ` Fabrice Couvreur
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Braslau @ 2018-09-26 21:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 27 Sep 2018 09:22:00 +1200
Henri Menke <henrimenke@gmail.com> wrote:

> On 27/09/18 09:15, Fabrice Couvreur wrote:
> > Hello,
> > How to improve the notation of an arc ?
> > Thank you
> > Fabrice
> >   
> 
> Use the correct math fence
> 
> \starttext
> \m{\overparent{\rm AB}}
> \stoptext
> 
> > \starttext
> >  \m{\overset{\frown}{\rm AB}}
> > \stoptext

And, if you prefer, you can use MetaPost (rather than the font extensible):

\useMPlibrary[mat]
                                               
\definemathstackers
  [mp]
  [alternative=mp]

\definemathextensible [mp] [overparent] ["FE3DC]


Alan
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Notation of an arc
  2018-09-26 21:51   ` Alan Braslau
@ 2018-09-27 19:47     ` Fabrice Couvreur
  2018-09-27 20:07       ` Fabrice Couvreur
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2018-09-27 19:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1322 bytes --]

Hi Henri and Alan,
Thank you for your answers.
Fabrice

Le mer. 26 sept. 2018 à 23:52, Alan Braslau <braslau.list@comcast.net> a
écrit :

> On Thu, 27 Sep 2018 09:22:00 +1200
> Henri Menke <henrimenke@gmail.com> wrote:
>
> > On 27/09/18 09:15, Fabrice Couvreur wrote:
> > > Hello,
> > > How to improve the notation of an arc ?
> > > Thank you
> > > Fabrice
> > >
> >
> > Use the correct math fence
> >
> > \starttext
> > \m{\overparent{\rm AB}}
> > \stoptext
> >
> > > \starttext
> > >  \m{\overset{\frown}{\rm AB}}
> > > \stoptext
>
> And, if you prefer, you can use MetaPost (rather than the font extensible):
>
> \useMPlibrary[mat]
>
> \definemathstackers
>   [mp]
>   [alternative=mp]
>
> \definemathextensible [mp] [overparent] ["FE3DC]
>
>
> Alan
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2527 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Notation of an arc
  2018-09-27 19:47     ` Fabrice Couvreur
@ 2018-09-27 20:07       ` Fabrice Couvreur
  2018-09-27 20:15         ` Alan Braslau
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2018-09-27 20:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1734 bytes --]

I just tested both solutions and that of Alan does not work as expected.

\useMPlibrary[mat]

\definemathstackers
  [mp]
  [alternative=mp]

\definemathextensible [mp] [overparent] ["FE3DC]

\starttext
\m{\overparent{ AB}}
\stoptext



Le jeu. 27 sept. 2018 à 21:47, Fabrice Couvreur <fabrice1.couvreur@gmail.com>
a écrit :

> Hi Henri and Alan,
> Thank you for your answers.
> Fabrice
>
> Le mer. 26 sept. 2018 à 23:52, Alan Braslau <braslau.list@comcast.net> a
> écrit :
>
>> On Thu, 27 Sep 2018 09:22:00 +1200
>> Henri Menke <henrimenke@gmail.com> wrote:
>>
>> > On 27/09/18 09:15, Fabrice Couvreur wrote:
>> > > Hello,
>> > > How to improve the notation of an arc ?
>> > > Thank you
>> > > Fabrice
>> > >
>> >
>> > Use the correct math fence
>> >
>> > \starttext
>> > \m{\overparent{\rm AB}}
>> > \stoptext
>> >
>> > > \starttext
>> > >  \m{\overset{\frown}{\rm AB}}
>> > > \stoptext
>>
>> And, if you prefer, you can use MetaPost (rather than the font
>> extensible):
>>
>> \useMPlibrary[mat]
>>
>> \definemathstackers
>>   [mp]
>>   [alternative=mp]
>>
>> \definemathextensible [mp] [overparent] ["FE3DC]
>>
>>
>> Alan
>>
>> ___________________________________________________________________________________
>> 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
>>
>> ___________________________________________________________________________________
>
>

[-- Attachment #1.2: Type: text/html, Size: 3720 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Notation of an arc
  2018-09-27 20:07       ` Fabrice Couvreur
@ 2018-09-27 20:15         ` Alan Braslau
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Braslau @ 2018-09-27 20:15 UTC (permalink / raw)
  To: Fabrice Couvreur; +Cc: mailing list for ConTeXt users

Try:

\m{\overparent{}{AB}} 

(See section 1 Math Stackers in about.pdf, in the distribution.)

Alan


On Thu, 27 Sep 2018 22:07:37 +0200
Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:

> I just tested both solutions and that of Alan does not work as expected.
> 
> \useMPlibrary[mat]
> 
> \definemathstackers
>   [mp]
>   [alternative=mp]
> 
> \definemathextensible [mp] [overparent] ["FE3DC]
> 
> \starttext
> \m{\overparent{ AB}}
> \stoptext
> 
> 
> 
> Le jeu. 27 sept. 2018 à 21:47, Fabrice Couvreur <fabrice1.couvreur@gmail.com>
> a écrit :
> 
> > Hi Henri and Alan,
> > Thank you for your answers.
> > Fabrice
> >
> > Le mer. 26 sept. 2018 à 23:52, Alan Braslau <braslau.list@comcast.net> a
> > écrit :
> >  
> >> On Thu, 27 Sep 2018 09:22:00 +1200
> >> Henri Menke <henrimenke@gmail.com> wrote:
> >>  
> >> > On 27/09/18 09:15, Fabrice Couvreur wrote:  
> >> > > Hello,
> >> > > How to improve the notation of an arc ?
> >> > > Thank you
> >> > > Fabrice
> >> > >  
> >> >
> >> > Use the correct math fence
> >> >
> >> > \starttext
> >> > \m{\overparent{\rm AB}}
> >> > \stoptext
> >> >  
> >> > > \starttext
> >> > >  \m{\overset{\frown}{\rm AB}}
> >> > > \stoptext  
> >>
> >> And, if you prefer, you can use MetaPost (rather than the font
> >> extensible):
> >>
> >> \useMPlibrary[mat]
> >>
> >> \definemathstackers
> >>   [mp]
> >>   [alternative=mp]
> >>
> >> \definemathextensible [mp] [overparent] ["FE3DC]
> >>
> >>
> >> Alan
> >>
> >> ___________________________________________________________________________________
> >> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-27 20:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 21:15 Notation of an arc Fabrice Couvreur
2018-09-26 21:22 ` Henri Menke
2018-09-26 21:51   ` Alan Braslau
2018-09-27 19:47     ` Fabrice Couvreur
2018-09-27 20:07       ` Fabrice Couvreur
2018-09-27 20:15         ` Alan Braslau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).