MathGroup Archive 2008

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

Search the Archive

Re: BasicCalculations.nb in v.6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84639] Re: BasicCalculations.nb in v.6.0
  • From: sashap <pavlyk at gmail.com>
  • Date: Tue, 8 Jan 2008 01:25:30 -0500 (EST)
  • References: <flnjep$jtq$1@smc.vnet.net>

If you copy the pallete from 5.2 layout into 6.0 layout it would work.

The following shows the location of the Palettes directory in the
layout.

In[13]:= Last[StringSplit[#, "\\"]] & /@
 FileNames[
  ToFileName[{$InstallationDirectory, "SystemFiles", "FrontEnd",
    "Palettes"}, "Basic*"]]

Out[13]= {"BasicMathInput.nb", "BasicTypesetting.nb"}

In[14]:= Last[StringSplit[#, "\\"]] & /@
 FileNames[
  ToFileName[{$InstallationDirectory, "..", "5.2", "SystemFiles",
    "FrontEnd", "Palettes"}, "Basic*"]]

Out[14]= {"BasicCalculations.nb", "BasicInput.nb", \
"BasicTypesetting.nb"}


  • Prev by Date: Re: Global Fitting multiple equations to multiple
  • Next by Date: PC ram problems with M6
  • Previous by thread: BasicCalculations.nb in v.6.0
  • Next by thread: Dynamic stochastic general equilibrium models