MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

NotationPalette with Ersek's SubscriptSymbols package

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58609] NotationPalette with Ersek's SubscriptSymbols package
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sun, 10 Jul 2005 05:12:23 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

I'm having trouble with the function NotationPalette[] from Ted Ersek's 
SubscriptSymbols package.

I installed the package in directory

  ToFileName[{$TopDirectory, "AddOns", "ExtraPackages", "Utilities"}]

per instructions (including creating the package file from notebook
SubscriptSymbols.nb).

But I had to edit the definition in it of function NotationPalette[] to 
become:

   NotationPalette[] := (
      NotebookOpen[FrontEnd`FileName[
        {$TopDirectory, "AddOns", "ExtraPackages", "Utilities", "
           Palettes", "English"}, "NotationPalette.nb"] ];)

so as to use the correct location for NotationPalette.nb under 
Mathematica 5.2.  (This is the correct place with Mathematica 5.1, as well.)

After loading SubscriptSymbols` in the normal way, if I evaluate

   NotationPalette[]

I get an error message, "The file you tried to open was not found, or 
could not be opened."

However, if I directly evaluate in an input cell the expression

   NotebookOpen[FrontEnd`FileName[
       {$TopDirectory, "AddOns", "ExtraPackages", "Utilities", "
           Palettes", "English"}, "NotationPalette.nb"] ];

then I do get the NotationPalette to open.

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: Updated my RootSearch package
  • Next by Date: Re: Updated my RootSearch package
  • Previous by thread: Re: Mathematica: how to set the format of binary numbers in plotting?
  • Next by thread: Re: NotationPalette with Ersek's SubscriptSymbols package