Dear ConTeXt folks,

using the Neo keyboard layout [1] I am able to insert the superscript +
and - directly: ^+=⁺ and ^-=⁻.

        […]
        ConTeXt  ver: 2011.05.18 22:26 MKIV  fmt: 2011.5.27  int: 
english/english
        […]
        mkiv lua stats  > math script replacements  - U+0207A:⁺ U
        +0207B:⁻ (n=4)
        […]

The following minimal example demonstrates the problem which is visible
when ⁺ or ⁻ is used between `\{start,stop}align`.

--- minimal example ---
\starttext
\placeformula
\startformula
        a⁺ \quad b⁻
\stopformula
\placeformula
\startformula\startalign
        a⁺ \NC≠ \NC b⁻ \NR
        a^+ \NC≠ \NC b^- \NR
\stopalign\stopformula

It should work though $a⁺$ and $b⁻$.
\stoptext
--- minimal example ---

Please find all files attached.


Thanks,

Paul


[1] http://neo-layout.org/

Attachment: superscript.pdf
Description: Adobe PDF document

\starttext
\placeformula
\startformula
	a⁺ \quad b⁻
\stopformula
\placeformula
\startformula\startalign
	a⁺ \NC≠ \NC b⁻ \NR
	a^+ \NC≠ \NC b^- \NR
\stopalign\stopformula

It should work though $a⁺$ and $b⁻$.
\stoptext

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to