Hi everybody,

I am trying to define a command for inner products. I would like to
type $\innerprod{x, y}$ and obtain in the output <x, y>. Now, I
defined

\define[2]\innerprod
  {\langle #1, #2 \rangle}

but then, when I used the command, I got some weird behavior: the next
character after "y" would "jump in" the inner product. For example,
when writing

$\innerprod{x, y} + z$

I was hoping to obtain as an output

<x, y> + z

But I got as an output

<x, y +> z

I am using the ConTeXt that came with MacTeX 2008 (I downloaded it a
few days ago).

Best,

Guilherme

-- 
Guilherme P. de Freitas
http://www.gpfreitas.com
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to