One implication of the discussion in devel would be javascript and latex output in the worksheets:
javascript appears to be implemented in sage/server/notebook/notebook.py If I understand this code correctly - allowing users to add their own scripts cleanly might entail modifying worksheet_html() to prepend a string before the line s += '</head>' around line 2367 * Is this correct? * Is there a way to have an execute initialization code once for a particular notebook? (An 'Init' cell of some sort?) latex input appears to be implemented in sage/misc/latex.py modifying \usepackage for latex then seems nothing more than documenting LATEX_HEADER (or providing a set of function to modify this variable). * Is this correct? * What does SLIDE_HEADER do? Under what circumstance is it invoked? thanks, -gerhard --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---