I am using emacs with sage-mode. When I run

1+1

it outputs html-code, instead of a LaTeX-rendered output:

<html><script
type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}2</script></html>

How can I change this? My configuration file contains the lines

(add-to-list 'load-path (expand-file-name 
"/opt/sage/current/local/share/emacs"))
(setq sage-dir "/opt/sage/current")
(require 'sage sage")
(setq sage-command "sage")
(add-hook 'sage-startup-after-prompt-hook
          (lambda () (interactiv)e'Sage Version 5.4, Release Date: 
2012-11-09''Sage Version 5.4, Release Date: 2012-11-09'
          (sage-view 1)))

I am using 'Sage Version 5.4, Release Date: 2012-11-09' on Ubuntu 12.04.

Thanks for your help in advance.

Klaus.


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to