Show More
@@ -1,7 +1,7 b'' | |||||
1 |
|
1 | |||
2 | % Default to the notebook output style |
|
2 | % Default to the notebook output style | |
3 | ((* if not cell_style is defined *)) |
|
3 | ((* if not cell_style is defined *)) | |
4 |
((* set cell_style = ' |
|
4 | ((* set cell_style = 'ipython_style.tplx' *)) | |
5 | ((* endif *)) |
|
5 | ((* endif *)) | |
6 |
|
6 | |||
7 | % Inherit from the specified cell style. |
|
7 | % Inherit from the specified cell style. |
@@ -1,7 +1,7 b'' | |||||
1 |
|
1 | |||
2 | % Default to the notebook output style |
|
2 | % Default to the notebook output style | |
3 | ((* if not cell_style is defined *)) |
|
3 | ((* if not cell_style is defined *)) | |
4 |
((* set cell_style = ' |
|
4 | ((* set cell_style = 'ipython_style.tplx' *)) | |
5 | ((* endif *)) |
|
5 | ((* endif *)) | |
6 |
|
6 | |||
7 | % Inherit from the specified cell style. |
|
7 | % Inherit from the specified cell style. | |
@@ -18,7 +18,7 b'' | |||||
18 | ((* endblock predoc *)) |
|
18 | ((* endblock predoc *)) | |
19 |
|
19 | |||
20 | ((* block docclass *)) |
|
20 | ((* block docclass *)) | |
21 |
\documentclass{ |
|
21 | \documentclass{report} | |
22 | ((* endblock docclass *)) |
|
22 | ((* endblock docclass *)) | |
23 |
|
23 | |||
24 | ((* block h1 -*))\part((* endblock h1 -*)) |
|
24 | ((* block h1 -*))\part((* endblock h1 -*)) |
@@ -1,9 +1,3 b'' | |||||
1 |
|
||||
2 | % Default to the python output style |
|
|||
3 | ((* if not cell_style is defined *)) |
|
|||
4 | ((* set cell_style = 'python_style.tplx' *)) |
|
|||
5 | ((* endif *)) |
|
|||
6 |
|
||||
7 | ((* extends 'latex_article.tplx' *)) |
|
1 | ((* extends 'latex_article.tplx' *)) | |
8 |
|
2 | |||
9 | %=============================================================================== |
|
3 | %=============================================================================== |
@@ -1,9 +1,3 b'' | |||||
1 |
|
||||
2 | % Default to the python output style |
|
|||
3 | ((* if not cell_style is defined *)) |
|
|||
4 | ((* set cell_style = 'python_style.tplx' *)) |
|
|||
5 | ((* endif *)) |
|
|||
6 |
|
||||
7 | ((* extends 'latex_book.tplx' *)) |
|
1 | ((* extends 'latex_book.tplx' *)) | |
8 |
|
2 | |||
9 | %=============================================================================== |
|
3 | %=============================================================================== |
General Comments 0
You need to be logged in to leave comments.
Login now