Show More
@@ -1,17 +1,17 | |||
|
1 | 1 | |
|
2 | 2 | % Default to the notebook output style |
|
3 | 3 | ((* if not cell_style is defined *)) |
|
4 |
((* set cell_style = 'ipython |
|
|
4 | ((* set cell_style = 'style_bw_ipython.tplx' *)) | |
|
5 | 5 | ((* endif *)) |
|
6 | 6 | |
|
7 | 7 | % Inherit from the specified cell style. |
|
8 | 8 | ((* extends cell_style *)) |
|
9 | 9 | |
|
10 | 10 | |
|
11 | 11 | %=============================================================================== |
|
12 | 12 | % Latex Article |
|
13 | 13 | %=============================================================================== |
|
14 | 14 | |
|
15 | 15 | ((* block docclass *)) |
|
16 | 16 | \documentclass{article} |
|
17 | 17 | ((* endblock docclass *)) No newline at end of file |
@@ -1,29 +1,29 | |||
|
1 | 1 | |
|
2 | 2 | % Default to the notebook output style |
|
3 | 3 | ((* if not cell_style is defined *)) |
|
4 |
((* set cell_style = 'ipython |
|
|
4 | ((* set cell_style = 'style_ipython.tplx' *)) | |
|
5 | 5 | ((* endif *)) |
|
6 | 6 | |
|
7 | 7 | % Inherit from the specified cell style. |
|
8 | 8 | ((* extends cell_style *)) |
|
9 | 9 | |
|
10 | 10 | |
|
11 | 11 | %=============================================================================== |
|
12 | 12 | % Latex Book |
|
13 | 13 | %=============================================================================== |
|
14 | 14 | |
|
15 | 15 | ((* block predoc *)) |
|
16 | 16 | ((( super() ))) |
|
17 | 17 | ((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *)) |
|
18 | 18 | ((* endblock predoc *)) |
|
19 | 19 | |
|
20 | 20 | ((* block docclass *)) |
|
21 | 21 | \documentclass{report} |
|
22 | 22 | ((* endblock docclass *)) |
|
23 | 23 | |
|
24 | 24 | ((* block h1 -*))\part((* endblock h1 -*)) |
|
25 | 25 | ((* block h2 -*))\chapter((* endblock h2 -*)) |
|
26 | 26 | ((* block h3 -*))\section((* endblock h3 -*)) |
|
27 | 27 | ((* block h4 -*))\subsection((* endblock h4 -*)) |
|
28 | 28 | ((* block h5 -*))\subsubsection((* endblock h5 -*)) |
|
29 | 29 | ((* block h6 -*))\paragraph((* endblock h6 -*)) No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now