personalizing Mathematica output
- To: mathgroup at smc.vnet.net
- Subject: [mg54615] personalizing Mathematica output
- From: "Christoph Lhotka" <lhotka at astro.univie.ac.at>
- Date: Thu, 24 Feb 2005 03:21:17 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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 ) ? With kind regards, -- Christoph Lhotka -- University of Vienna Institute for Astronomy Tuerkenschanzstr. 17 1180 Vienna, Austria fon. +43.1.4277.518.41 mail. lhotka at astro.univie.ac.at
- Follow-Ups:
- Re: personalizing Mathematica output
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: personalizing Mathematica output