ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: equivalent to \newcommand{...}{\ensuremath{...}}
Date: Tue, 9 Dec 2014 10:12:08 -0500 (EST)	[thread overview]
Message-ID: <alpine.OSX.2.02.1412091001140.13169@nqv-znpobbx> (raw)
In-Reply-To: <op.xqj5zsr6p7eajd@marco.fz-rossendorf.de>

On Mon, 8 Dec 2014, j. van den hoff wrote:

> new to `context' and my first question to the list: how can I achieve the 
> following (`latex') behaviour:
>
> \newcommand{\km}{\ensuremath{K_m}}
> We can now use \km\ in the body text as well as in this
> \begin{equation}
>    \km = 1
> \end{equation}
> display equation.

As a side remark, you should normally avoid using lowercase commands like 
\km (especially if they are small) as you may inadvertently overwrite an 
inbuilt TeX command (e.g., if you redefine \span or \omit, amongst 
others). Unlike LaTeX, ConTeXt does not halt at the redefinition of these 
commands; it simply spews a warning. Personally, I find that a safer 
alternative is to use uppercase or camelcase words to define your own 
commands: either \KM or \Km. This way you avoid conflict with inbuilt 
commands.

If you are using macros for abbreviations, you can also use the following:

\definesynonyms[mathnotation][mathnotations][\infull]

\mathnotation [KM] {\mathematics{K_m}} {Viscosity of membrane}

\starttext

\placelistofmathnotations

\section{Test}

We can use \KM\ to denote \infull{KM}.

\startformula
   \KM = 10
\stopformula

\stoptext

This way, you get a list of notation for free.

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
___________________________________________________________________________________

  parent reply	other threads:[~2014-12-09 15:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-08 16:41 j. van den hoff
2014-12-09  8:42 ` Wolfgang Schuster
2014-12-09  8:59   ` j. van den hoff
2014-12-09  9:05     ` Wolfgang Schuster
2014-12-09 12:36       ` j. van den hoff
2014-12-09 13:30         ` Hans Hagen
2014-12-09 22:11           ` j. van den hoff
2014-12-09 15:12 ` Aditya Mahajan [this message]
2014-12-09 15:25   ` j. van den hoff
2014-12-09 15:36   ` Peter Münster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.02.1412091001140.13169@nqv-znpobbx \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).