##// END OF EJS Templates
add data_pdf block to latex templates
MinRK -
Show More
@@ -60,6 +60,13 b' it introduces a new line'
60 60 \end{center}
61 61 ((*- endblock -*))
62 62
63 ((*- block data_pdf -*))
64 \begin{center}
65 \includegraphics[width=0.7\textwidth]{(((output.pdf_filename[:-4])))}
66 \par
67 \end{center}
68 ((*- endblock -*))
69
63 70 ((* block pyout *))
64 71 ((* block data_priority scoped *))((( super() )))((* endblock *))
65 72 ((* endblock pyout *))
@@ -358,6 +358,10 b' Note: For best display, use latex syntax highlighting. =))'
358 358 ((( conditionally_center_output(insert_graphics(output.svg_filename)) )))
359 359 ((*- endblock -*))
360 360
361 ((*- block data_pdf -*))
362 ((( conditionally_center_output(insert_graphics(output.pdf_filename[:-4])) )))
363 ((*- endblock -*))
364
361 365 ((*- block data_latex *))
362 366 ((* if resources.sphinx.centeroutput *))\begin{center}((* endif -*))((( output.latex | rm_math_space )))((*- if resources.sphinx.centeroutput *))\end{center} ((* endif -*))
363 367 ((*- endblock -*))
General Comments 0
You need to be logged in to leave comments. Login now