Show More
@@ -158,7 +158,7 This template does not define a docclass, the inheriting class must define this. | |||
|
158 | 158 | ((* elif cell.level == 6 -*)) |
|
159 | 159 | ((* block h6 -*))\\*\textit((* endblock h6 -*)) |
|
160 | 160 | ((*- endif -*)) |
|
161 |
{((( cell.source | |
|
|
161 | {((( cell.source | citation2latex | escape_latex )))} | |
|
162 | 162 | |
|
163 | 163 | ((* endblock headingcell *)) |
|
164 | 164 | |
@@ -171,7 +171,7 This template does not define a docclass, the inheriting class must define this. | |||
|
171 | 171 | |
|
172 | 172 | % Render markdown |
|
173 | 173 | ((* block markdowncell scoped *)) |
|
174 |
((( cell.source | |
|
|
174 | ((( cell.source | citation2latex | markdown2latex ))) | |
|
175 | 175 | ((* endblock markdowncell *)) |
|
176 | 176 | |
|
177 | 177 | % Spit out the contents of raw cells unmodified |
General Comments 0
You need to be logged in to leave comments.
Login now