MathGroup Archive 2005

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

Search the Archive

Re: personalizing Mathematica output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54662] Re: [mg54615] personalizing Mathematica output
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 25 Feb 2005 01:19:20 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200502240821.DAA13242@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

  $Post = f

or the corresponding form if you're using some pure function:

  $Post = f[#]&

Christoph Lhotka wrote:
> Hello !
> 
> I want to wrap a function over every output expression, before Mathematica
> writes it out to the stdout. I have tried 
> 
> SetOptions[OutputStream[stdout, 1],FormatType->f[#]&]
> 
> but this doesn't work for other functions than StandardForm, etc... . I dont
> want to enter my personal formatting function after each input line, is it
> possible to define it anywhere (global variable, or option inspector ) ?


-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: personalizing Mathematica output
  • Next by Date: Re: Testing the 'type' of a root returned by Solve
  • Previous by thread: personalizing Mathematica output
  • Next by thread: Re: personalizing Mathematica output