MathGroup Archive 2005

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

Search the Archive

Add new option to Notebook[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55240] Add new option to Notebook[]
  • From: "rod at flyingspinach.com" <rodney.delmar.price at gmail.com>
  • Date: Thu, 17 Mar 2005 03:29:52 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I'd like to add a new option to Notebook[], so that I could write
Notebook[{...}, NewOption->"new_option_string"].  Then I would be able
to say Options[Notebook, NewOption] and get back the string
"new_option_string".  Can this be done?

I've tried Options[Notebook] = Append[NewOption, Options[Notebook]]
with no success.

Thanks,

-Rod


  • Prev by Date: Re: GridLines
  • Next by Date: Re: a simplification problem
  • Previous by thread: notebook interface and multiple open windows
  • Next by thread: Re: Add new option to Notebook[]