University of Toronto Mississauga
MAT392H5S: Ideas of Mathematics, Winter 2017-18.
Instructions for incorporating graphics in LaTeX.
Add the command \usepackage{graphicx} to your "topmatter".
Your picture should be in one of the formats PDF, PNG, JPG, JPEG, GIF;
if not, convert it to one of these formats.
The file with the picture,
say, myfig.pdf, should be in the same directory as the .tex file
that you are working with.
To insert the graphics into your LaTeX, use the command \includegraphics
as in these examples:
\includegraphics{myfig.pdf}
\includegraphics[width=60mm]{myfig.png}
\includegraphics[height=60mm]{myfig.jpg}
\includegraphics[scale=0.75]{myfig.pdf}
\includegraphics[angle=45,width=52mm]{myfig.jpg}