##// END OF EJS Templates
Grammar fixes, run on sentence trim.
Kyle Kelley -
Show More
@@ -1,6 +1,6 b''
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 b''
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
@@ -105,9 +105,9 b''
105 }
105 }
106
106
107 % hardcode size of all verbatim environments to be a bit smaller
107 % hardcode size of all verbatim environments to be a bit smaller
108 \makeatletter
108 \makeatletter
109 \g@addto@macro\@verbatim\small\topsep=0.5em\partopsep=0pt
109 \g@addto@macro\@verbatim\small\topsep=0.5em\partopsep=0pt
110 \makeatother
110 \makeatother
111
111
112 % Prevent overflowing lines due to urls and other hard-to-break entities.
112 % Prevent overflowing lines due to urls and other hard-to-break entities.
113 \sloppy
113 \sloppy
General Comments 0
You need to be logged in to leave comments. Login now