MathGroup Archive 2009

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

Search the Archive

Re: Printed Formulas

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105866] Re: Printed Formulas
  • From: John <jwa0 at lehigh.edu>
  • Date: Tue, 22 Dec 2009 04:05:53 -0500 (EST)
  • References: <20545116.1261135817106.JavaMail.root@n11> <hgid9e$o19$1@smc.vnet.net>

On Dec 19, 6:26 am, "David Park" <djmp... at comcast.net> wrote:
> John,
>
> Use Menu -> Format -> Screen Environment -> Presentation
>
> Or use the magnification control at the bottom right of the notebook window.
>
> David Park
> djmp... at comcast.nethttp://home.comcast.net/~djmpark/ 
>
> From: John [mailto:j... at lehigh.edu]
>
> Mathematica 6, Windows XP
>
> Limit[f(n),n->Infinity]//TraditionalForm produces a type set formula,
> but it is too small to be viewed on screen by students in a class. Is
> there any way to control the font?
>
> John

Someone showed me how to use the pallet to do what I wanted to do.

    Grid[{{"\!\(\*UnderscriptBox[
RowBox[{\"lim\", \" \"}],
RowBox[{\"n\", \"\[Rule]\", \
\"\[Infinity]\"}]]\)\!\(\*FractionBox[SubscriptBox[\"X\", \"i\"], \"n\
\"]\)" , "= \!\(\*SubscriptBox[\"p\",
RowBox[{\"i\", \" \"}]]\), i=1,2,3,...,6"}}, Frame -> True,
 ItemStyle -> Directive[FontFamily -> "Tahoma", Bold, 28],
 FrameStyle -> Directive[Black, Thick]]

The pallet solution is much simpler than the above.

John


  • Prev by Date: solving equations
  • Next by Date: Re: intersection of two circles
  • Previous by thread: Re: Printed Formulas
  • Next by thread: Find maxima in lists of data