images.tex 240 B

12345678910
  1. Inline image: \noindent\includegraphics[width=\textwidth]{myfile.png}.
  2. Image on a single line:
  3. \noindent\includegraphics[width=\textwidth]{myfile.png}
  4. Image with \_ in the name:
  5. \noindent\includegraphics[width=\textwidth]{my_file.png}