MathGroup Archive 2004

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

Search the Archive

Re: Printing "Alias" Definitions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45347] Re: Printing "Alias" Definitions
  • From: Tom Burton <tburton at brahea.com>
  • Date: Thu, 1 Jan 2004 05:54:38 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Harold,

The format is

InputAutoReplacements->{"->"->"\[Rule]", ":>"->"\\[RuleDelayed"},

so close but no cigar. I insert options with the inspector and then look at
the format in the front end's INIT.M. Better than guessing :^)

Tom

On 12/30/03 10:27 PM, in article bsu18l$8gh$1 at smc.vnet.net, "Harold Noffke"
<Harold.Noffke at wpafb.af.mil> wrote:

> After clearing autoreplacements from the Option Inspector, I tried
> inserting the replacement expression below into my User INIT.M file,
> but it did not work.  It also did not work when I executed this
> expression from a Notebook.  The autoreplacements were not inserted
> into the Option Inspector, as I thought they would be.
> 
> InputAutoReplacements {
>   "ff"->"FullForm",
>   "df"->"DisplayForm",
>   "mf"->"MatrixForm",
>   "tf"->"TraditionalForm",
>   "sf"->"StandardForm"}


  • Prev by Date: RunThrough on Windows 2000
  • Next by Date: Function interpolation
  • Previous by thread: Re: RunThrough on Windows 2000
  • Next by thread: Re: Printing "Alias" Definitions