Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16911

mathematica modify code like?

From Walter Sívoli <wafima@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject mathematica modify code like?
Date 2014-05-06 06:27 +0000
Message-ID <lk9vbq$677$1@smc.vnet.net> (permalink)
Organization Time-Warner Telecom

Show all headers | View raw


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

Back to comp.soft-sys.math.mathematica | Previous | NextNext in thread | Find similar


Thread

mathematica modify code like? Walter Sívoli <wafima@gmail.com> - 2014-05-06 06:27 +0000
  Re: mathematica modify code like? David Bailey <dave@removedbailey.co.uk> - 2014-05-12 04:44 +0000

csiph-web