Imaxima problem



You can control the text output size by adding

                     (setq imaxima-fnt-size "Huge")

to your .emacs file.  (You can replace Huge by Large).


On Wed, 2007-12-05 at 18:57 +0100, Piet van Oostrum wrote:
> >>>>> "Kun Lin " <klin at umd.edu> (KL) wrote:
> 
> >KL> Hi all,
> >KL>    I am just wondering if we have any imaxima experts in the group.
> 
> >KL>   I am trying to run imaxima with emacs22.  I have too bareable but annoy  
> >KL> problems
> 
> >KL> 1) the latex output returned by maxima is way too small to see it  
> >KL> comfortablly. It there an option
> >KL> to increase the image size?
> >KL> 2) the output returned from maxima for my previous input is on the same  
> >KL> line as my next prompt.
> 
> >KL> basically
> 
> >KL> %o1) equation %i2)
> 
> I have a similar but slightly different problem: the input prompt is
> repeated, but only the first time.
> 
> (%i1) 2+2;
> (%i1) (%o1)     4
> (%i2) 
> 
> This is on emacs 22, Mac OS X, Maxima 5.13.0 
> Using Lisp SBCL 1.0.11
> 
> Maybe it depends on the Lisp version.