Show More
@@ -60,6 +60,13 b' it introduces a new line' | |||||
60 | \end{center} |
|
60 | \end{center} | |
61 | ((*- endblock -*)) |
|
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 | ((* block pyout *)) |
|
70 | ((* block pyout *)) | |
64 | ((* block data_priority scoped *))((( super() )))((* endblock *)) |
|
71 | ((* block data_priority scoped *))((( super() )))((* endblock *)) | |
65 | ((* endblock pyout *)) |
|
72 | ((* endblock pyout *)) |
@@ -358,6 +358,10 b' Note: For best display, use latex syntax highlighting. =))' | |||||
358 | ((( conditionally_center_output(insert_graphics(output.svg_filename)) ))) |
|
358 | ((( conditionally_center_output(insert_graphics(output.svg_filename)) ))) | |
359 | ((*- endblock -*)) |
|
359 | ((*- endblock -*)) | |
360 |
|
360 | |||
|
361 | ((*- block data_pdf -*)) | |||
|
362 | ((( conditionally_center_output(insert_graphics(output.pdf_filename[:-4])) ))) | |||
|
363 | ((*- endblock -*)) | |||
|
364 | ||||
361 | ((*- block data_latex *)) |
|
365 | ((*- block data_latex *)) | |
362 | ((* if resources.sphinx.centeroutput *))\begin{center}((* endif -*))((( output.latex | rm_math_space )))((*- if resources.sphinx.centeroutput *))\end{center} ((* endif -*)) |
|
366 | ((* if resources.sphinx.centeroutput *))\begin{center}((* endif -*))((( output.latex | rm_math_space )))((*- if resources.sphinx.centeroutput *))\end{center} ((* endif -*)) | |
363 | ((*- endblock -*)) |
|
367 | ((*- endblock -*)) |
General Comments 0
You need to be logged in to leave comments.
Login now