ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* whitespace before/after \startformula…\stopformula
@ 2017-05-29 16:12 Alan Bowen
  2017-05-29 17:02 ` Mikael P. Sundqvist
  2017-05-29 20:36 ` Aditya Mahajan
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Bowen @ 2017-05-29 16:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

How does one control/suppress the whitespace before and after
\startformula…\stopformula?

Alan

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

* Re:  whitespace before/after \startformula…\stopformula
  2017-05-29 16:12 whitespace before/after \startformula…\stopformula Alan Bowen
@ 2017-05-29 17:02 ` Mikael P. Sundqvist
  2017-05-29 22:04   ` Alan Bowen
  2017-05-29 20:36 ` Aditya Mahajan
  1 sibling, 1 reply; 5+ messages in thread
From: Mikael P. Sundqvist @ 2017-05-29 17:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Den 29 maj 2017 6:13 em skrev "Alan Bowen" <bowenalan03@gmail.com>:

How does one control/suppress the whitespace before and after
\startformula…\stopformula?

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
____________________________________________________________
_______________________


Try \setupformulas with spacebefore and spaceafter. Example:

\setupformulas[
spacebefore=0.5\baselineskip,
spaceafter=0.5\baselineskip,
]

/Mikael

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

* Re:  whitespace before/after \startformula…\stopformula
  2017-05-29 16:12 whitespace before/after \startformula…\stopformula Alan Bowen
  2017-05-29 17:02 ` Mikael P. Sundqvist
@ 2017-05-29 20:36 ` Aditya Mahajan
  1 sibling, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2017-05-29 20:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 201 bytes --]

On Mon, 29 May 2017, Alan Bowen wrote:

> How does one control/suppress the whitespace before and after
> \startformula…\stopformula?

Using spacebefore and spaceafter in \setupformula

Aditya

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

* Re:  whitespace before/after \startformula…\stopformula
  2017-05-29 17:02 ` Mikael P. Sundqvist
@ 2017-05-29 22:04   ` Alan Bowen
  2017-05-29 22:04     ` Alan Bowen
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Bowen @ 2017-05-29 22:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks, Mikael. That is just what I needed.

All best, Alan


On Mon, May 29, 2017 at 1:02 PM, Mikael P. Sundqvist <mickep@gmail.com>
wrote:

> Den 29 maj 2017 6:13 em skrev "Alan Bowen" <bowenalan03@gmail.com>:
>
> How does one control/suppress the whitespace before and after
> \startformula…\stopformula?
>
> 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/list
> info/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>
>
> Try \setupformulas with spacebefore and spaceafter. Example:
>
> \setupformulas[
> spacebefore=0.5\baselineskip,
> spaceafter=0.5\baselineskip,
> ]
>
> /Mikael
>
> ____________________________________________________________
> _______________________
> 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: 4109 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] 5+ messages in thread

* Re:  whitespace before/after \startformula…\stopformula
  2017-05-29 22:04   ` Alan Bowen
@ 2017-05-29 22:04     ` Alan Bowen
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2017-05-29 22:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks also, Aditya?

Alan

On Mon, May 29, 2017 at 6:04 PM, Alan Bowen <bowenalan03@gmail.com> wrote:

> Thanks, Mikael. That is just what I needed.
>
> All best, Alan
>
>
> On Mon, May 29, 2017 at 1:02 PM, Mikael P. Sundqvist <mickep@gmail.com>
> wrote:
>
>> Den 29 maj 2017 6:13 em skrev "Alan Bowen" <bowenalan03@gmail.com>:
>>
>> How does one control/suppress the whitespace before and after
>> \startformula…\stopformula?
>>
>> 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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ____________________________________________________________
>> _______________________
>>
>>
>> Try \setupformulas with spacebefore and spaceafter. Example:
>>
>> \setupformulas[
>> spacebefore=0.5\baselineskip,
>> spaceafter=0.5\baselineskip,
>> ]
>>
>> /Mikael
>>
>> ____________________________________________________________
>> _______________________
>> 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/list
>> info/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: 4851 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] 5+ messages in thread

end of thread, other threads:[~2017-05-29 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29 16:12 whitespace before/after \startformula…\stopformula Alan Bowen
2017-05-29 17:02 ` Mikael P. Sundqvist
2017-05-29 22:04   ` Alan Bowen
2017-05-29 22:04     ` Alan Bowen
2017-05-29 20:36 ` Aditya Mahajan

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