|
[Date Index]
[Thread Index]
[Author Index]
Re: capturing formatting
- To: mathgroup at smc.vnet.net
- Subject: [mg71017] Re: [mg70994] capturing formatting
- From: Carl Woll <carlw at wolfram.com>
- Date: Sat, 4 Nov 2006 23:07:14 -0500 (EST)
- References: <200611040908.EAA25074@smc.vnet.net>
Chris Chiasson wrote:
>How does one make package code read the right hand side values for the
>PrintPrecision and ShowStringCharacters (Global? Notebook?) options?
>
>I get the feeling that the (hypothetical) command is going to require
>an Cell type and a stylesheet.
>
>
>
Use FullOptions[$FrontEnd] or FullOptions[InputNotebook[]], e.g.:
PrintPrecision /. FullOptions[$FrontEnd]
etc.
Carl Woll
Wolfram Research
Prev by Date:
Re: Matrix Output
Next by Date:
General--Another Trigonometric Problem....NEED HELP
Previous by thread:
capturing formatting
Next by thread:
Tricky visualization of maximization problem
|