|
[Date Index]
[Thread Index]
[Author Index]
Re: How to always output result in InputForm from the command line
- To: mathgroup at smc.vnet.net
- Subject: [mg91815] Re: How to always output result in InputForm from the command line
- From: Albert Retey <awnl at gmx-topmail.de>
- Date: Tue, 9 Sep 2008 06:55:24 -0400 (EDT)
- References: <ga2pnn$p6t$1@smc.vnet.net>
Peng Yu wrote:
> Hi,
>
> By default the command line program show results not in InputForm. I
> want all the output be in InputForm. Instead of appending each line
> with "//InputForm", is there any better solution?
>
Do this once at the beginning of your session (or put it into
~/.Mathematica/Kernel/init.m):
$Pre=InputForm
hth,
albert
Prev by Date:
Re: Comparison of coefficients
Next by Date:
Re: Rearrangement of expression
Previous by thread:
How to always output result in InputForm from the command line
Next by thread:
Re: How to always output result in InputForm from the command line
|