I must be having the simplest problem, and feel rather silly, but I can't fine a solution, so here it is:
How do I get graphics in my pdf? I've tried the following code:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
Hello world
\end{document}
Thanks very much! Chris.
PS First time post, and I'm new to latex - let me know if I should ask my question a little differently, or if there's an easy place to find the solution that I've missed (though I may just not be understanding what I read when I've searched on the internet for why this is happening). Thank you!