| 1 | initial version |
If you are running your own server: edit the file
./sage/notebook.css
For example insert a line
@media print { h1 { page-break-before : always;} }
Now each h1 heading in a text cell gives a page break when printing
| 2 | No.2 Revision |
If you are running your own server: edit the file
./sage/notebook.css.sage/notebook.css
For example insert a line
@media print { h1 { page-break-before : always;} }
Now each h1 heading in a text cell gives a page break when printing
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.