##// END OF EJS Templates
Fix, sphinx template not removing new lines from headers
Jonathan Frederic -
Show More
@@ -232,7 +232,7 b' Note: For best display, use latex syntax highlighting. =))'
232 in IPYNB file titles) do not make their way into latex. Sometimes this
232 in IPYNB file titles) do not make their way into latex. Sometimes this
233 causes latex to barf. =))
233 causes latex to barf. =))
234 ((*- endif -*))
234 ((*- endif -*))
235 {((( cell.source | citation2latex | markdown2latex )))}
235 {((( cell.source | replace('\n', ' ') | citation2latex | markdown2latex )))}
236 ((*- endblock headingcell *))
236 ((*- endblock headingcell *))
237
237
238 %==============================================================================
238 %==============================================================================
General Comments 0
You need to be logged in to leave comments. Login now