##// END OF EJS Templates
Fixed comment
Jonathan Frederic -
Show More
@@ -1,28 +1,28 b''
1
1
2 %===============================================================================
2 %===============================================================================
3 % Cell style
3 % Cell style
4 %===============================================================================
4 %===============================================================================
5
5
6 % Default to the simple output style
6 % Default to the simple output style
7 ((* if not cell_style is defined *))
7 ((* if not cell_style is defined *))
8 ((* set cell_style = 'simple_style.tplx' *))
8 ((* set cell_style = 'simple_style.tplx' *))
9 ((* endif *))
9 ((* endif *))
10
10
11 % Inherit from the specified cell style.
11 % Inherit from the specified cell style.
12 ((* extends cell_style *))
12 ((* extends cell_style *))
13
13
14
14
15 %===============================================================================
15 %===============================================================================
16 % Latex Article
16 % Latex Book
17 %===============================================================================
17 %===============================================================================
18
18
19 ((* block docclass *))
19 ((* block docclass *))
20 \documentclass{book}
20 \documentclass{book}
21 ((* endblock docclass *))
21 ((* endblock docclass *))
22
22
23 ((* block h1 -*))\part((* endblock h1 -*))
23 ((* block h1 -*))\part((* endblock h1 -*))
24 ((* block h2 -*))\chapter((* endblock h2 -*))
24 ((* block h2 -*))\chapter((* endblock h2 -*))
25 ((* block h3 -*))\section((* endblock h3 -*))
25 ((* block h3 -*))\section((* endblock h3 -*))
26 ((* block h4 -*))\subsection((* endblock h4 -*))
26 ((* block h4 -*))\subsection((* endblock h4 -*))
27 ((* block h5 -*))\subsubsection((* endblock h5 -*))
27 ((* block h5 -*))\subsubsection((* endblock h5 -*))
28 ((* block h6 -*))\paragraph((* endblock h6 -*)) No newline at end of file
28 ((* block h6 -*))\paragraph((* endblock h6 -*))
General Comments 0
You need to be logged in to leave comments. Login now