##// END OF EJS Templates
Enable chapters for latex report class
jakobgager -
Show More
@@ -20,3 +20,7 b''
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