On Sep 2, 6:49 pm, Jason Grout <[email protected]> wrote:
> Type pretty_print_default() in an input cell and press shift-enter. All > future output will be typeset automatically. > > Can you try to put pretty_print_default() in the init.sage and see if > that works? Jason Thankfully that works great. There is one potential tiny bug fyi I found.... If you alter typsetting with pretty_print_default, then it works fine but it does not magically add/remove the check in the checkbox of the worksheet. In other words, adding prety_print_default() to init.sage works but the worksheet still shows an unchecked Typeset box in a new worksheet which may confuse some users. I suppose a fix would require pretty_print_default invocations triggering some javascript code to add/remove the check? I don't know. Sincerely, Chris -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
