MathGroup Archive 2008

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

Search the Archive

What "style"s are available in a notebook?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89537] What "style"s are available in a notebook?
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 12 Jun 2008 02:58:27 -0400 (EDT)

We can use the Style[expr, "style"] expression where "style" is a specified 
style in the current notebook. How could we find the complete set of such 
"styles"s that are available? Specifically, I am thinking of styles that may 
come from cascading style sheets and are not directly visible in the current 
style sheet.

For example, in the first example in tutorial/GridsRowsAndColumns the style 
"TableHeader" is used. Is this a style that is in the Documentation style 
sheets, or is it one that is available in Default style notebooks? It 
appears that it is not generally available and Mathematica substitutes 
something like the "Text" style.

Mathematica obviously makes substitutions because if we put in a nonsense 
style we get output with no warning message.

Style["Some text.", "znmjdhr"]

So basically I would like to know how to obtain a list of all valid "style"s 
available in a notebook environment.


-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/




  • Prev by Date: Re: How to test if list of arguments are numeric
  • Next by Date: Re: How to test if list of arguments are numeric
  • Previous by thread: Re: Don't understand replacement rule for some functions
  • Next by thread: Re: What "style"s are available in a notebook?