|
[Date Index]
[Thread Index]
[Author Index]
RE: Formatting Problem with Summation Symbol
- To: mathgroup at smc.vnet.net
- Subject: [mg88576] RE: [mg88550] Formatting Problem with Summation Symbol
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 9 May 2008 03:22:25 -0400 (EDT)
- References: <200805080813.EAA14300@smc.vnet.net> <11438836.1210253438999.JavaMail.root@m02>
Many thanks Carl! I was hoping there was an option somewhere.
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark
From: Carl Woll [mailto:carlw at wolfram.com]
David Park wrote:
Is there a method to use a Column
>expression and have each line look like regular Output formatting?
>
>
>
Column formats its contents using ScriptLevel->1. So, override this by
including an explicit Style directive:
Column[{Style[p[x] == Sum[a[n] x^n, {n, 0, N}], ScriptLevel -> 0]}]
Carl Woll
Wolfram Research
Prev by Date:
Re: substitution within a substitution list
Next by Date:
Re: substitution within a substitution list
Previous by thread:
Formatting Problem with Summation Symbol
Next by thread:
Re: Formatting Problem with Summation Symbol
|