##// END OF EJS Templates
Grammar fixes, run on sentence trim.
Kyle Kelley -
Show More
@@ -1,6 +1,6
1 %% This is the automatic preamble used by IPython. Note that it does *not*
1 %% This is the automatic preamble used by IPython. Note that it does *not*
2 %% include a documentclass declaration, that is added at runtime to the overall
2 %% include a documentclass declaration. The documentclass is added at runtime
3 %% document.
3 %% to the overall document.
4
4
5 \usepackage{amsmath}
5 \usepackage{amsmath}
6 \usepackage{amssymb}
6 \usepackage{amssymb}
@@ -43,7 +43,7
43 % the ability of the frames inside of it to be broken across pages. This
43 % the ability of the frames inside of it to be broken across pages. This
44 % causes at least the problem of having lots of empty space at the bottom of
44 % causes at least the problem of having lots of empty space at the bottom of
45 % pages as new frames are moved to the next page, and if a single frame is too
45 % pages as new frames are moved to the next page, and if a single frame is too
46 % long to fit on a page, will completely stop latex from compiling the
46 % long to fit on a page, it will completely stop latex from compiling the
47 % document. So unless we figure out a solution to this, we'll have to instead
47 % document. So unless we figure out a solution to this, we'll have to instead
48 % leave the codecell env. as empty. I'm keeping the original codecell
48 % leave the codecell env. as empty. I'm keeping the original codecell
49 % definition here (a thin vertical bar) for reference, in case we find a
49 % definition here (a thin vertical bar) for reference, in case we find a
General Comments 0
You need to be logged in to leave comments. Login now