Re: Formatting of Equations
- To: mathgroup at smc.vnet.net
- Subject: [mg18054] Re: Formatting of Equations
- From: "Atul Sharma" <mdsa at musica.mcgill.ca>
- Date: Tue, 15 Jun 1999 01:43:17 -0400
- Delivery-date: Tue Jun 15 05:15:17 1999
- References: <7juab1$567@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
If it's a Power Macintosh running OS 8.x, the Appearance extension patch from the Wolfram web site will solve the problem. The Appearances Extension patch provided there solved the problem on my 603e series PowerBook. I should point out that at the time I was running System 8.1. The Wolfram site also provides a new set of Mathematica fonts to fix some display problems with ater versions of the OS, but I haven't had the opportunity to test them myself since I am now running Mathematica on a PC. You can find all of these subjects discussed at : http://www.wolfram.com/support/Systems/Macintosh/FE/AppearancePatch.html A. Sharma Brian Higgins wrote in message <7juab1$567 at smc.vnet.net>... >I have an annoying problem regarding formatting equation in a notebook >that perhaps someone can advise me on. When I type an equation such as >"del dot v" with an underscore for "v". Then after I save the notebook >and reopen it the underscore is now over the "dot" as well. Here are the >actual cell details(shown for Input Cells though it happens with inline >equations as well): >Before Saving the notebook: > >Cell[BoxData[ > RowBox[{ > RowBox[{"\[Del]", > RowBox[{"\[CenterDot]", > UnderscriptBox["v", "_"]}]}], "=", "0"}]], "Input"] > >After saving the notebook: > >Cell[BoxData[ > RowBox[{ > RowBox[{"\[Del]", > UnderscriptBox[ > RowBox[{"\[CenterDot]", "v"}], "_"]}], "=", "0"}]], > "Input"] > >Anyone got any ideas how to resolve this pesky problem? > >Thanks, > >B >