##// END OF EJS Templates
Fixed comment
Jonathan Frederic -
Show More
@@ -1,28 +1,28 b''
1 1
2 2 %===============================================================================
3 3 % Cell style
4 4 %===============================================================================
5 5
6 6 % Default to the simple output style
7 7 ((* if not cell_style is defined *))
8 8 ((* set cell_style = 'simple_style.tplx' *))
9 9 ((* endif *))
10 10
11 11 % Inherit from the specified cell style.
12 12 ((* extends cell_style *))
13 13
14 14
15 15 %===============================================================================
16 % Latex Article
16 % Latex Book
17 17 %===============================================================================
18 18
19 19 ((* block docclass *))
20 20 \documentclass{book}
21 21 ((* endblock docclass *))
22 22
23 23 ((* block h1 -*))\part((* endblock h1 -*))
24 24 ((* block h2 -*))\chapter((* endblock h2 -*))
25 25 ((* block h3 -*))\section((* endblock h3 -*))
26 26 ((* block h4 -*))\subsection((* endblock h4 -*))
27 27 ((* block h5 -*))\subsubsection((* endblock h5 -*))
28 28 ((* 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