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