##// END OF EJS Templates
Enable chapters for latex report class
jakobgager -
Show More
@@ -1,22 +1,26 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 = 'style_ipython.tplx' *))
4 ((* set cell_style = 'style_ipython.tplx' *))
5 ((* endif *))
5 ((* endif *))
6
6
7 % Inherit from the specified cell style.
7 % Inherit from the specified cell style.
8 ((* extends cell_style *))
8 ((* extends cell_style *))
9
9
10
10
11 %===============================================================================
11 %===============================================================================
12 % Latex Book
12 % Latex Book
13 %===============================================================================
13 %===============================================================================
14
14
15 ((* block predoc *))
15 ((* block predoc *))
16 ((( super() )))
16 ((( super() )))
17 ((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
17 ((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
18 ((* endblock predoc *))
18 ((* endblock predoc *))
19
19
20 ((* block docclass *))
20 ((* block docclass *))
21 \documentclass{report}
21 \documentclass{report}
22 ((* endblock docclass *))
22 ((* endblock docclass *))
23
24 ((* block markdowncell scoped *))
25 ((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
26 ((* endblock markdowncell *))
General Comments 0
You need to be logged in to leave comments. Login now