MathGroup Archive 2010

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

Search the Archive

Re: Frame

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106973] Re: [mg106654] Frame
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Fri, 29 Jan 2010 07:51:11 -0500 (EST)

John,

Try this:

ExpressionCell[
 Style[Binomial[n, j] == (n!/(j! (n - j)!) // HoldForm), 
   FontFamily -> "Tahoma", FontSize -> 24, Bold] // TraditionalForm, 
 CellFrame -> True]

and play with options like CellFrameColor and Background, if you like. For example, 

ExpressionCell[
 Style[Binomial[n, j] == (n!/(j! (n - j)!) // HoldForm), 
   FontFamily -> "Tahoma", FontSize -> 24, Bold] // TraditionalForm, 
 CellFrame -> True, CellFrameColor -> RGBColor[1, 0, 1], 
 Background -> LightYellow]

Try also this: 

Panel@Style[Binomial[n, j] == (n!/(j! (n - j)!) // HoldForm), 
   FontFamily -> "Tahoma", FontSize -> 24, Bold] // TraditionalForm

Have fun, Alexei


Mathematica 6, windows XP

Style[Binomial[n, j] == (n!/(j! (n - j)!) // HoldForm),
  FontFamily -> "Tahoma", FontSize -> 24, Bold] // TraditionalForm

The above typesets the combinatorial symbol perfectly. Is there a way
to put a frame around the printed symbol? Attempts to put it in a grid
failed.

John

-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: Using Export to create a spreadsheet containing formulas
  • Next by Date: Re: Access to Open Excel Cell
  • Previous by thread: Re: Frame
  • Next by thread: Re: Problems