ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Equivalent commands for \big \Big etc. in mathmode
@ 2013-01-23 15:47 Devendra Ghate
  2013-01-23 15:57 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Devendra Ghate @ 2013-01-23 15:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

If I want to say that dy/dx is calculated at z

then in latex I can write

\frac{dy}{dx}\Big|_z

The \Big is to scale | according to the size of the \frac.

I am using newmat and amsl modules that have supported
the native math mode commands till now. But context does
not recognise \Big.

What is the native context way of doing this?

Regards,
Devendra

MWE (in case its needed)-----------

\usemodule[newmat]
\usemodule[amsl]

\starttext
   \startformula
     \frac{dy}{dx}\Big|_z
   \stopformula
\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Equivalent commands for \big \Big etc. in mathmode
  2013-01-23 15:47 Equivalent commands for \big \Big etc. in mathmode Devendra Ghate
@ 2013-01-23 15:57 ` Aditya Mahajan
  2013-01-23 17:16   ` Devendra Ghate
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2013-01-23 15:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 23 Jan 2013, Devendra Ghate wrote:

> If I want to say that dy/dx is calculated at z
>
> then in latex I can write
>
> \frac{dy}{dx}\Big|_z
>
> The \Big is to scale | according to the size of the \frac.
>
> I am using newmat and amsl modules that have supported
> the native math mode commands till now. But context does
> not recognise \Big.
>
> What is the native context way of doing this?
>
> Regards,
> Devendra
>
> MWE (in case its needed)-----------
>
> \usemodule[newmat]
> \usemodule[amsl]
>
> \starttext
>  \startformula
>    \frac{dy}{dx}\Big|_z
>  \stopformula
> \stoptext

In MkIV, you don't need the newmat module and amsl module is deprecated in 
both MkII and MkIV.

\starttext
  \startformula
    \left.\frac{dy}{dx}\right|_z
  \stopformula
\stoptext

Aditya
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Equivalent commands for \big \Big etc. in mathmode
  2013-01-23 15:57 ` Aditya Mahajan
@ 2013-01-23 17:16   ` Devendra Ghate
  0 siblings, 0 replies; 3+ messages in thread
From: Devendra Ghate @ 2013-01-23 17:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 01/23/2013 09:27 PM, Aditya Mahajan wrote:
> On Wed, 23 Jan 2013, Devendra Ghate wrote:
>
>> If I want to say that dy/dx is calculated at z
>>
>> then in latex I can write
>>
>> \frac{dy}{dx}\Big|_z
>>
>> The \Big is to scale | according to the size of the \frac.
>>
>> I am using newmat and amsl modules that have supported
>> the native math mode commands till now. But context does
>> not recognise \Big.
>>
>> What is the native context way of doing this?
>>
>> Regards,
>> Devendra
>>
>> MWE (in case its needed)-----------
>>
>> \usemodule[newmat]
>> \usemodule[amsl]
>>
>> \starttext
>>  \startformula
>>    \frac{dy}{dx}\Big|_z
>>  \stopformula
>> \stoptext
>
> In MkIV, you don't need the newmat module and amsl module is 
> deprecated in both MkII and MkIV.
>
> \starttext
>  \startformula
>    \left.\frac{dy}{dx}\right|_z
>  \stopformula
> \stoptext
>
> Aditya

Thanks Aditya. Need to read manuals more carefully.


___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2013-01-23 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 15:47 Equivalent commands for \big \Big etc. in mathmode Devendra Ghate
2013-01-23 15:57 ` Aditya Mahajan
2013-01-23 17:16   ` Devendra Ghate

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