##// END OF EJS Templates
use grffile to support notebooks with spaces
Paul Ivanov -
Show More
@@ -95,6 +95,9 b' Note: For best display, use latex syntax highlighting. =))'
95 95 \graphicspath{ {figs/} }
96 96 \usepackage[Export]{adjustbox} % To resize
97 97
98 % used so that images for notebooks which have spaces in the name can still be included
99 \usepackage{grffile}
100
98 101
99 102 % For formatting output while also word wrapping.
100 103 \usepackage{listings}
@@ -463,4 +466,4 b' Note: For best display, use latex syntax highlighting. =))'
463 466 \includegraphics[max size={\textwidth}{\textheight}]{((( path )))}
464 467 \par
465 468 \end{center}
466 ((*- endmacro *)) No newline at end of file
469 ((*- endmacro *))
General Comments 0
You need to be logged in to leave comments. Login now