MathGroup Archive 2014

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

Search the Archive

mathematica modify code like?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132693] mathematica modify code like?
  • From: Walter Sívoli <wafima at gmail.com>
  • Date: Tue, 6 May 2014 02:26:48 -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 

how to modify this line to
the letter remains in bold and can enlarge at will

(this is the last line of a larger code)

For[i = 1, i <= 20, i++,
 Print[If[i < 10, "O", ""] <> ToString[i], spc[5], "A = ",
  toStrg /@ t[[i, 1]],
  spc[col - Plus @@ StringLength[toStrg /@ t[[i, 1]]]], "B = ",
  toStrg /@ t[[i, 2]]]]



  • Prev by Date: Chained-functional notation examples?
  • Next by Date: Installing Mathematica on redhat "Extras" fails
  • Previous by thread: Re: Chained-functional notation examples?
  • Next by thread: Re: mathematica modify code like?