2009/10/15 [email protected] <[email protected]>:
>
> I think that you can use custom css file in your .sage directory.
> I do not remember he name of this file, try to seach this group, it
> has been dicussed - here or in sage-devel
>
> Robert Marik
That's a useful idea. Despite having implemented that feature, I
forgot about it. Anyway, if you are running your own Sage notebook
server, you can edit
the file
$HOME/.sage/notebook.css
and put something like:
div.text_cell {
font-size:30px;
font-family:arial;
}
in it. Then if you refresh your worksheets you'll see that text
between compute cells is all 30px Arial by default. This doesn't
impact how they *look* while editing in TinyMCE though, and this
change won't be seen by users if you share your worksheet with
somebody else.
But, depending on what you're doing, this might be useful. E.g., if
this is just for personal use or presentations.
William
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---