- #1
Rectifier
Gold Member
- 313
- 4
Hey!
I can't get my images to appear in ##LaTeX## :(
Could you please help me out?
I have read that you can use \includegraphics but when I add it in my code nothing happens.
Where image is in the same folder as the LaTeX file.
What am I doing wrong?
I can't get my images to appear in ##LaTeX## :(
Could you please help me out?
I have read that you can use \includegraphics but when I add it in my code nothing happens.
Code:
\documentclass[a4paper,11pt]{article}
\usepackage[swedish]{babel}
\usepackage{graphicx}
\begin{document}
\begin{graphics}
\includegraphics[width=0.7\textwidth]{folder/test.jpg}
\end{graphics}
\end{document}
Where image is in the same folder as the LaTeX file.
What am I doing wrong?
Last edited: