Martin Vermeer wrote:
> These are meant to be the units Ångström and Ørsted. So you need a
> Swedish Å (\AA is OK I think) and a Danish Ø (\O).

Patch attached. The only drawback is that it gets rendered as "AA" and "O". I 
don't know how to add the commands \AA and \O to lib/symbols or whereever.

Jürgen
Index: ControlMath.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlMath.C,v
retrieving revision 1.26
diff -u -r1.26 ControlMath.C
--- ControlMath.C	19 May 2004 15:11:30 -0000	1.26
+++ ControlMath.C	16 Dec 2004 13:08:08 -0000
@@ -177,7 +177,7 @@
 	"angle", "top", "bot", "Vert", "neg",
 	"flat", "natural", "sharp", "surd", "triangle",
 	"diamondsuit", "heartsuit", "clubsuit", "spadesuit",
-	"textrm Ã?", "textrm Ã?", "mathcircumflex", "_",
+	"textrm \\AA", "textrm \\O", "mathcircumflex", "_",
 	"mathrm T",
 	"mathbb N", "mathbb Z", "mathbb Q",
 	"mathbb R", "mathbb C", "mathbb H",

Reply via email to