Hi I am trying to insert an image in a document and have the width of the image be the same as the width of the text.
I have included the following and cannot seem to get the display command to work.
\usepackage{graphics}
I am trying to display image using
\includegraphics[width=\textwidth]{my-image}
I receive the following error message:
width=\textwidth ]{my-image}
! Paragraph ended before \Gin@iii was complete.
<to be read again>
\par
graphicxpackage (\usepackage{graphicx}) instead. – Phelype Oleinik Oct 18 '19 at 18:21\usepackage{graphicsx}, but it's\usepackage{graphicx}. – Phelype Oleinik Oct 18 '19 at 19:27