##// END OF EJS Templates
Cleaned up spacing and removed large comments from...
Jonathan Frederic -
Show More
@@ -1,8 +1,4 b''
1
1
2 %===============================================================================
3 % Cell style
4 %===============================================================================
5
6 % Default to the simple output style
2 % Default to the simple output style
7 ((* if not cell_style is defined *))
3 ((* if not cell_style is defined *))
8 ((* set cell_style = 'notebook_style.tplx' *))
4 ((* set cell_style = 'notebook_style.tplx' *))
@@ -1,8 +1,4 b''
1
1
2 %===============================================================================
3 % Cell style
4 %===============================================================================
5
6 % Default to the simple output style
2 % Default to the simple output style
7 ((* if not cell_style is defined *))
3 ((* if not cell_style is defined *))
8 ((* set cell_style = 'simple_style.tplx' *))
4 ((* set cell_style = 'simple_style.tplx' *))
@@ -1,9 +1,3 b''
1
2 %===============================================================================
3 % Cell style
4 %===============================================================================
5
6 % Inherit from the specified cell style.
7 ((* extends 'latex_article.tplx' *))
1 ((* extends 'latex_article.tplx' *))
8
2
9 %===============================================================================
3 %===============================================================================
@@ -121,7 +121,6 b''
121
121
122 ((* endblock definitions *))
122 ((* endblock definitions *))
123
123
124
125 %===============================================================================
124 %===============================================================================
126 % Input
125 % Input
127 %===============================================================================
126 %===============================================================================
@@ -2,7 +2,6 b''
2
2
3 ((*- extends 'latex_base.tplx' -*))
3 ((*- extends 'latex_base.tplx' -*))
4
4
5
6 % Custom packages
5 % Custom packages
7 ((* block packages *))
6 ((* block packages *))
8 ((( super() )))
7 ((( super() )))
General Comments 0
You need to be logged in to leave comments. Login now