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