I have some serious issues with this template. No matter how much I try, I can’t include any graphics (.png, .jpg, .pdf , etc) in the text.
I tried putting some /figurepath command but it didn’t help at all.
Am I missing something in here? (I’m a Latex newbie)
Saghi
Assignments, Laboratory books and reports ⇒ Adding images
Adding images
Hi,
You need to add
Cheers,
Vel
You need to add
\usepackage{graphicx}
right after \documentclass{article}
and then include pictures with \includegraphics{imagename}
with the image file in the same directory as the .tex
file. Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com