ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Mathematical symbol of non-inclusion
@ 2020-08-29 17:27 Fabrice Couvreur
  2020-08-29 17:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2020-08-29 17:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
The result is not what you expected.
How can I correct this problem?
Thank you
Fabrice

\starttext
\m{A \not\subset B}
\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 493 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: Mathematical symbol of non-inclusion
  2020-08-29 17:27 Mathematical symbol of non-inclusion Fabrice Couvreur
@ 2020-08-29 17:58 ` Wolfgang Schuster
  2020-08-29 18:39   ` Hans Åberg
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2020-08-29 17:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Fabrice Couvreur schrieb am 29.08.2020 um 19:27:
> Hello,
> The result is not what you expected.
> How can I correct this problem?

1. Wait for a fix.

2. Use \nsubset.

\starttext
\m{A \nsubset B}
\stoptext

Wolfgang
___________________________________________________________________________________
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: Mathematical symbol of non-inclusion
  2020-08-29 17:58 ` Wolfgang Schuster
@ 2020-08-29 18:39   ` Hans Åberg
  2020-08-30  9:40     ` Fabrice Couvreur
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Åberg @ 2020-08-29 18:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 29 Aug 2020, at 19:58, Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> wrote:
> 
> Fabrice Couvreur schrieb am 29.08.2020 um 19:27:
>> Hello,
>> The result is not what you expected.
>> How can I correct this problem?
> 
> 1. Wait for a fix.
> 
> 2. Use \nsubset.
> 
> \starttext
> \m{A \nsubset B}
> \stoptext

One can also use Unicode directly, choosing the style:

\starttext
\m{A ⊄ B ⊈ C ⊊ D}
\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
___________________________________________________________________________________

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

* Re: Mathematical symbol of non-inclusion
  2020-08-29 18:39   ` Hans Åberg
@ 2020-08-30  9:40     ` Fabrice Couvreur
  2020-08-30 15:56       ` Hans Åberg
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2020-08-30  9:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
Thank you for your answers.
@Hans My ignorance is total : how to write symbols from the keyboard ?
Fabrice

Le sam. 29 août 2020 à 20:41, Hans Åberg <haberg-1@telia.com> a écrit :

>
> > On 29 Aug 2020, at 19:58, Wolfgang Schuster <
> wolfgang.schuster.lists@gmail.com> wrote:
> >
> > Fabrice Couvreur schrieb am 29.08.2020 um 19:27:
> >> Hello,
> >> The result is not what you expected.
> >> How can I correct this problem?
> >
> > 1. Wait for a fix.
> >
> > 2. Use \nsubset.
> >
> > \starttext
> > \m{A \nsubset B}
> > \stoptext
>
> One can also use Unicode directly, choosing the style:
>
> \starttext
> \m{A ⊄ B ⊈ C ⊊ D}
> \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
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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: Mathematical symbol of non-inclusion
  2020-08-30  9:40     ` Fabrice Couvreur
@ 2020-08-30 15:56       ` Hans Åberg
  2020-08-31 14:59         ` Fabrice Couvreur
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Åberg @ 2020-08-30 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 30 Aug 2020, at 11:40, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:
> 
> @Hans My ignorance is total : how to write symbols from the keyboard ?

I use text substitutions on MacOS: a sequence of characters can be automatically translated into another. So for example, ".subset" might translate into "⊂" as you type along. To find the ⊂ the first time, there is a Unicode symbol table. Other platforms and editors have similar features. There are other ways, but I have found this easiest and fastest both to create and use.


___________________________________________________________________________________
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: Mathematical symbol of non-inclusion
  2020-08-30 15:56       ` Hans Åberg
@ 2020-08-31 14:59         ` Fabrice Couvreur
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Couvreur @ 2020-08-31 14:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Hans,
Thank you for the clarification
Fabrice

Le dim. 30 août 2020 à 17:56, Hans Åberg <haberg-1@telia.com> a écrit :

>
> > On 30 Aug 2020, at 11:40, Fabrice Couvreur <fabrice1.couvreur@gmail.com>
> wrote:
> >
> > @Hans My ignorance is total : how to write symbols from the keyboard ?
>
> I use text substitutions on MacOS: a sequence of characters can be
> automatically translated into another. So for example, ".subset" might
> translate into "⊂" as you type along. To find the ⊂ the first time, there
> is a Unicode symbol table. Other platforms and editors have similar
> features. There are other ways, but I have found this easiest and fastest
> both to create and use.
>
>
>
> ___________________________________________________________________________________
> 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: 2746 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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

end of thread, other threads:[~2020-08-31 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 17:27 Mathematical symbol of non-inclusion Fabrice Couvreur
2020-08-29 17:58 ` Wolfgang Schuster
2020-08-29 18:39   ` Hans Åberg
2020-08-30  9:40     ` Fabrice Couvreur
2020-08-30 15:56       ` Hans Åberg
2020-08-31 14:59         ` Fabrice Couvreur

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).