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 \stoptextIn 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 : [email protected] / 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 ___________________________________________________________________________________
