ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Space around comma in math mode
@ 2020-03-29 13:20 w n
  2020-03-29 13:28 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: w n @ 2020-03-29 13:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

I am using
$ context --version
mtx-context     | ConTeXt Process Management 1.03
mtx-context     |
mtx-context     | main context file:
/opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
mtx-context     | current version: 2020.01.30 14:13
mtx-context     | main context file:
/opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkxl
mtx-context     | current version: 2020.01.30 14:13

I am seeing some space in the PDF output when using comma's in math mode.
The space is between the "," and the "2". How can I eliminate this extra
space ?
\starttext
Some text $1,23$
\stoptext

Thanks

[-- Attachment #1.2: Type: text/html, Size: 833 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] 4+ messages in thread

* Re: Space around comma in math mode
  2020-03-29 13:20 Space around comma in math mode w n
@ 2020-03-29 13:28 ` Wolfgang Schuster
  2020-03-29 14:10   ` w n
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2020-03-29 13:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users, w n

w n schrieb am 29.03.2020 um 15:20:
> Hi,
>
> I am using
> $ context --version
> mtx-context     | ConTeXt Process Management 1.03
> mtx-context     |
> mtx-context     | main context file: 
> /opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context     | current version: 2020.01.30 14:13
> mtx-context     | main context file: 
> /opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkxl
> mtx-context     | current version: 2020.01.30 14:13
>
> I am seeing some space in the PDF output when using comma's in math mode.
> The space is between the "," and the "2". How can I eliminate this 
> extra space ?
> \starttext
> Some text $1,23$
> \stoptext

\setupmathematics[autopunctuation=yes] % autopunctuation=comma

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] 4+ messages in thread

* Re: Space around comma in math mode
  2020-03-29 13:28 ` Wolfgang Schuster
@ 2020-03-29 14:10   ` w n
  2020-03-29 15:32     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: w n @ 2020-03-29 14:10 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

That works, great
Just curious, is this setup described on the Context Wiki, or on the mailing
list ?

Thanks for the help

On Sun, Mar 29, 2020 at 3:28 PM Wolfgang Schuster <
wolfgang.schuster.lists@gmail.com> wrote:

> w n schrieb am 29.03.2020 um 15:20:
> > Hi,
> >
> > I am using
> > $ context --version
> > mtx-context     | ConTeXt Process Management 1.03
> > mtx-context     |
> > mtx-context     | main context file:
> > /opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> > mtx-context     | current version: 2020.01.30 14:13
> > mtx-context     | main context file:
> > /opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkxl
> > mtx-context     | current version: 2020.01.30 14:13
> >
> > I am seeing some space in the PDF output when using comma's in math mode.
> > The space is between the "," and the "2". How can I eliminate this
> > extra space ?
> > \starttext
> > Some text $1,23$
> > \stoptext
>
> \setupmathematics[autopunctuation=yes] % autopunctuation=comma
>
> Wolfgang
>
>

[-- Attachment #1.2: Type: text/html, Size: 1544 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] 4+ messages in thread

* Re: Space around comma in math mode
  2020-03-29 14:10   ` w n
@ 2020-03-29 15:32     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2020-03-29 15:32 UTC (permalink / raw)
  To: w n; +Cc: mailing list for ConTeXt users

w n schrieb am 29.03.2020 um 16:10:
> That works, great
> Just curious, is this setup described on the Context Wiki, or on the mailing
> list ?

https://wiki.contextgarden.net/Command/setupmathematics#Syntax

PS. The wiki has a search function.

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] 4+ messages in thread

end of thread, other threads:[~2020-03-29 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 13:20 Space around comma in math mode w n
2020-03-29 13:28 ` Wolfgang Schuster
2020-03-29 14:10   ` w n
2020-03-29 15:32     ` Wolfgang Schuster

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