On Sun, Sep 08, 2002 at 06:18:10PM +0300, Dekel Tsur wrote:
> On Sat, Sep 07, 2002 at 08:20:26PM -0500, Bo Peng wrote:
> > The position of the prime symbol inserted by '\math-insert \prime' is
> > displayed 'correctly', but it is actually not in the superscript
> > position.
> >
> > To solve this problem, I tried to use
> >
> > \bind "C-s apostrophe" "command-sequence math-superscript; \math-insert \prime"
> >
> > but it does not work. Any idea?
> You need to add ; at the end (just after \prime).
"command-sequence math-superscript; \math-insert \prime;" works, thank
you!
> But why do you want to have this key binding ?
> Just use the ' key in order to insert a prime symbol.
Well, I do not really know the difference between
$x'$ and $x^{\prime}$ (latex code)
but I think \prime might be better. If $x'$ can do everything, why is
there a \prime? :-)
Bo