Hi Mike,
Thanks for checking. Here is the text version of a notebook I made to
try it out:
save_bug
system:sage
{{{id=0|
%hide
%html
<h1>Saving evaluated html in notebook
///
<html><font color='black'><h1>Saving evaluated html in notebook</
font></html>
}}}
{{{id=1|
%hide
%html
If the cells are evaluated, the text appears in Times New Roman, but
if the notebook is closed and then re-opened, the text becomes Courier
without line breaks, making it very inconvenient to read.
///
<html><font color='black'>If the cells are evaluated, the text appears
in Times New Roman, but if the notebook is closed and then re-opened,
the text becomes Courier without line breaks, making it very
inconvenient to read.</font></html>
}}}
{{{id=2|
///
}}}
If I do Save & quit, and then re-open, the text version becomes:
save_bug
system:sage
{{{id=0|
%hide
%html
<h1>Saving evaluated html in notebook
///
<html><font color='black'><h1>Saving evaluated html in notebook</
font></html>
}}}
{{{id=1|
%hide
%html
If the cells are evaluated, the text appears in Times New Roman, but
if the notebook is closed and then re-opened, the text becomes Courier
without line breaks, making it very inconvenient to read.
///
<html><font color='black'>If the cells are evaluated, the text appears
in Times New Roman, but if the notebook is closed and then re-opened,
the text becomes Courier without line breaks, making it very
inconvenient to read.</font></html>
}}}
{{{id=2|
///
}}}
The only difference I can see is a missing empty line after /// when
the document was saved and re-opened. Can this cause the problem? I'm
using sage 3.1.2 with Firefox 3.0.3 on a Intel Mac with OSX 10.4.
Cheers,
Stan
On Sep 29, 10:07 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm not able to reproduce this on my machine. Could you makes a
> specific list of thing you do to reproduce this on your system?
>
> Thanks,
> Mike
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---