MathGroup Archive 2010

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

Search the Archive

Re: Frame

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106912] Re: [mg106654] Frame
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 28 Jan 2010 02:43:06 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Perhaps one of these is what you want

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

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


Bob Hanlon

---- John <jwa0 at lehigh.edu> wrote: 

=============
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




  • Prev by Date: Re: License terms for free Mathematica Player
  • Next by Date: Re: can SendMail use HTML and embedded images
  • Previous by thread: Re: Frame
  • Next by thread: Re: Frame