Re: [sage-devel] notebook hack of the day

2012-05-14 Thread P Purkayastha
On Monday, May 14, 2012 6:14:39 PM UTC+8, Nicolas M. ThiƩry wrote: > > On Sat, May 12, 2012 at 03:59:55PM +0200, Florent Hivert wrote: > > Cool ! At the Sage Days 38 we have been doing a lot of tutorial using > notebook > > with a lot of text at this is extremely annoying. Too bad we learn of

Re: [sage-devel] notebook hack of the day

2012-05-14 Thread Nicolas M. Thiery
On Sat, May 12, 2012 at 03:59:55PM +0200, Florent Hivert wrote: > Cool ! At the Sage Days 38 we have been doing a lot of tutorial using notebook > with a lot of text at this is extremely annoying. Too bad we learn of it right > after the Days. By the way, half a dozen of those tutorials should be >

Re: [sage-devel] notebook hack of the day

2012-05-12 Thread Florent Hivert
On Fri, May 11, 2012 at 06:08:33PM -0400, William Stein wrote: > Hi, > > Have you ever given a presentation with the Sage notebook and been > annoyed by it "jumping all over the place" when you press shift-enter > or click "evaluate"? Then do: > > html('cell_focus=function(x,y){} ') Cool ! At t

Re: [sage-devel] notebook hack of the day

2012-05-11 Thread Christopher Swenson
Sorry. I wasn't clear. I meant when giving talks, you should make sure you have tried those things. The notebook tends to work fine, but you need to be careful about long lines and big images. :) On May 11, 2012 6:17 PM, "William Stein" wrote: > On Fri, May 11, 2012 at 6:13 PM, Christopher Swenso

Re: [sage-devel] notebook hack of the day

2012-05-11 Thread William Stein
On Fri, May 11, 2012 at 6:13 PM, Christopher Swenson wrote: > Great tip! > > I also recommend you make sure everything works under zoom and at 1024x768. > That's different and important new development work. The hack below was something I figured out because I was about to blow chunks while tryi

Re: [sage-devel] notebook hack of the day

2012-05-11 Thread Christopher Swenson
Great tip! I also recommend you make sure everything works under zoom and at 1024x768. On May 11, 2012 6:09 PM, "William Stein" wrote: > Hi, > > Have you ever given a presentation with the Sage notebook and been > annoyed by it "jumping all over the place" when you press shift-enter > or click "

[sage-devel] notebook hack of the day

2012-05-11 Thread William Stein
Hi, Have you ever given a presentation with the Sage notebook and been annoyed by it "jumping all over the place" when you press shift-enter or click "evaluate"? Then do: html('cell_focus=function(x,y){} ') -- William Stein Professor of Mathematics University of Washington http://wstein.org