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[ |
|
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 |
|
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