[NTG-context] Equivalent commands for \big \Big etc. in mathmode

2013-01-23 Thread Devendra Ghate

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
___


Re: [NTG-context] Equivalent commands for \big \Big etc. in mathmode

2013-01-23 Thread Aditya Mahajan

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
___


Re: [NTG-context] Equivalent commands for \big \Big etc. in mathmode

2013-01-23 Thread Devendra Ghate


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
___