MathGroup Archive 2013

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

Search the Archive

Re: eliminating script level change in a math cell...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131361] Re: eliminating script level change in a math cell...
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Mon, 1 Jul 2013 05:49:38 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

Hi all:

I'm writing up a document that uses an "equals aligned" math cell from the writing palette.  The notation uses some fractions, which are being automatically shrunk down.  I'd like to know how to eliminate this behavior...

I tried looking at the underlying code (show expression) and inserting an AllowScriptLevelChange -> False, but that didn't work.  It's quite possible that this WOULD work, and that I'm trying to put it in the wrong place.

I also figure that I might be able to format the stylesheet to take care of this, but I don't know the command that would do it.

Thanks for any help!

Rob Holman

Hi, Rob,

Try this:

Row[{Style[u + (a^k + b/d)/c, 16,
   FractionBoxOptions -> {AllowScriptLevelChange -> False}],
  Spacer[50],
  Style[u + (a^k + b/d)/c, 16]
    }]

Have fun, Alexei

Alexei BOULBITCH, Dr., habil.
IEE S.A.
ZAE Weiergewan,
11, rue Edmond Reuter,
L-5326 Contern, LUXEMBOURG

Office phone :  +352-2454-2566
Office fax:       +352-2454-3566
mobile phone:  +49 151 52 40 66 44

e-mail: alexei.boulbitch at iee.lu







  • Prev by Date: Re: Finding a function within an arbitrary expression
  • Next by Date: Re: Finding a function within an arbitrary expression
  • Previous by thread: Re: Constraint definition is not valid: WHY?
  • Next by thread: Re: Syzygy module computation