On Jul 24, 3:49 pm, NoSyu <don...@gmail.com> wrote:

> groundhog day?

"The Groundhog Day server gets reset every day to the exact same
state. No  user data of any kind is saved; everything is erased." (
Lokk at http://sagenb.kaist.ac.kr/about.html)

> 2. Oh...
>
> But txt file is not...
> I search or make another way to solve this problem.

txt file - a truncated output. Sage notebook use special commentary
tag <!--notruncate-->, so you must simply insert it before every
command, using http://math1.skku.ac.kr/wap_html:

html('<!--notruncate-->')
command_produced_big_output


> 3. String constants?
> I don't understand it.

It was my error, don't think about it.

> We consider the jsmath, but phone web browser in Korean phone service
> can't work javascript code.
> So we remove it.
> But latex is good.
> I make and test it later.

You can do LaTeX support in some minutes, because you already can sent
images to users:

1) do template:

html('<!--notruncate-->')
command_produced_some_output
latex(_)

2) latex output send to mimetex (http://www.forkosh.dreamhost.com/
mimetex.html) - a fast and simple tool, produced fine graphical
output;

3) deliver it as any another image.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to