##// END OF EJS Templates
Added max height as page height for images.
Jonathan Frederic -
Show More
@@ -80,7 +80,7 b' Note: For best display, use latex syntax highlighting. =))'
80 % Used to load and display graphics
80 % Used to load and display graphics
81 \usepackage{graphicx}
81 \usepackage{graphicx}
82 \graphicspath{ {figs/} }
82 \graphicspath{ {figs/} }
83 \usepackage[export]{adjustbox} % To resize
83 \usepackage[Export]{adjustbox} % To resize
84
84
85
85
86 % For formatting output while also word wrapping.
86 % For formatting output while also word wrapping.
@@ -414,7 +414,7 b' Note: For best display, use latex syntax highlighting. =))'
414 % Purpose: This macro will insert an image in the latex document given a path.
414 % Purpose: This macro will insert an image in the latex document given a path.
415 ((* macro insert_graphics(path) -*))
415 ((* macro insert_graphics(path) -*))
416 \begin{center}
416 \begin{center}
417 \includegraphics[max width=1.0\textwidth]{(((path)))}
417 \includegraphics[max size={\textwidth}{\textheight}]{(((path)))}
418 \par
418 \par
419 \end{center}
419 \end{center}
420 ((*- endmacro *))
420 ((*- endmacro *))
General Comments 0
You need to be logged in to leave comments. Login now