Harald Schilly

Results 166 comments of Harald Schilly

might be a silly question, so late, but do you still have that worksheet? send us a link at [email protected] with its URL.

Just inserting some space is maybe not a good idea. I would use the [page-break-before](https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-before) css statement, especially for the print-media. e.g. ``` @media print { .pagebreak { page-break-before: always;...

`salvus.print_latex("\newpage")` is a good idea, but i would call it a bit differently: `salvus.latex_insert("\newpage")` by prefixing such commands with what they are about ("latex") instead of the verb ("print"), they...

I can start thinking about some. About uploading, the path and the filename should be part of the header in the POST request, that's more natural for RESTful services.

added clarifications about `files` for `PUT`, `POST`, `GET` and `PATCH`. also a sketchy idea about running a command.

@rudimk have you looked into https://github.com/sagemath/android ?

Ha, that's indeed a nice one, [given this example file](https://raw.githubusercontent.com/gpoore/pythontex/master/pythontex_gallery/pythontex_gallery.html) ... seems to be like IPython as analogous to sagews.

As a workaround, in the command line box in the upper right corner, you can do `rm wrongname*` and it's gone.

... also, some of the emails have been misspelled, too. Then it won't work at all :( On Jan 31, 2014 5:06 PM, "William Stein" [email protected] wrote: > Sending new...