##// 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 2 % Default to the simple output style
7 3 ((* if not cell_style is defined *))
8 4 ((* set cell_style = 'notebook_style.tplx' *))
@@ -1,8 +1,4 b''
1 1
2 %===============================================================================
3 % Cell style
4 %===============================================================================
5
6 2 % Default to the simple output style
7 3 ((* if not cell_style is defined *))
8 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 1 ((* extends 'latex_article.tplx' *))
8 2
9 3 %===============================================================================
@@ -121,7 +121,6 b''
121 121
122 122 ((* endblock definitions *))
123 123
124
125 124 %===============================================================================
126 125 % Input
127 126 %===============================================================================
@@ -2,7 +2,6 b''
2 2
3 3 ((*- extends 'latex_base.tplx' -*))
4 4
5
6 5 % Custom packages
7 6 ((* block packages *))
8 7 ((( super() )))
General Comments 0
You need to be logged in to leave comments. Login now