ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definemathfence commands
@ 2017-09-10 10:09 Otared Kavian
  2017-09-10 17:09 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Otared Kavian @ 2017-09-10 10:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi everyone,

With the command \definemathfence it is possible to define for instance the following command

	\definemathfence[duality][angle][command=yes,factor=auto]

so that $\duality{T,\phi}$ results in $\langle T,\phi \rangle$ and the \langle and \rangle are appropriately scaled when necessary.
How can one create a command called \bracparenth in order to get a left bracket on the left and a right parenthesis on the right, that is

	$\bracparenth{a,b} = [a,b)$

and so that when necessary it scales automatically.

Below is the example for \duality.

Thanks in advance: OK

%%% begin mathfence-example.tex
\definemathfence[duality][angle][command=yes,factor=auto]
\definemathfence[parenth][parenthesis][command=yes,factor=auto]

\starttext

The action of $T$ on a smooth function $\phi$ is denoted by 
\startformula
\duality{T,\phi}
\stopformula
while the scalar product of two functions $f$ and $g$ is denoted $\parenth{f|g}$.

\stoptext
%%% end mathfence-example.tex
___________________________________________________________________________________
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] 2+ messages in thread

* Re: \definemathfence commands
  2017-09-10 10:09 \definemathfence commands Otared Kavian
@ 2017-09-10 17:09 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2017-09-10 17:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Otared Kavian

On 9/10/2017 12:09 PM, Otared Kavian wrote:
> Hi everyone,
> 
> With the command \definemathfence it is possible to define for instance the following command
> 
> 	\definemathfence[duality][angle][command=yes,factor=auto]
> 
> so that $\duality{T,\phi}$ results in $\langle T,\phi \rangle$ and the \langle and \rangle are appropriately scaled when necessary.
> How can one create a command called \bracparenth in order to get a left bracket on the left and a right parenthesis on the right, that is
> 
> 	$\bracparenth{a,b} = [a,b)$
> 
> and so that when necessary it scales automatically.
> 
> Below is the example for \duality.
> 
> Thanks in advance: OK
> 
> %%% begin mathfence-example.tex
> \definemathfence[duality][angle][command=yes,factor=auto]
> \definemathfence[parenth][parenthesis][command=yes,factor=auto]
> 
> \starttext
> 
> The action of $T$ on a smooth function $\phi$ is denoted by
> \startformula
> \duality{T,\phi}
> \stopformula
> while the scalar product of two functions $f$ and $g$ is denoted $\parenth{f|g}$.
> 
> \stoptext
> %%% end mathfence-example.tex
you can set left and right as : left="27E6, right="27E7

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2017-09-10 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-10 10:09 \definemathfence commands Otared Kavian
2017-09-10 17:09 ` Hans Hagen

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