Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\begin{document}
Hello World!
\end{document}
I do get output when selecting DVI or PS as outputs, but I need to have the pdf converter.
I have tried replacing the graphicx from this URL http://mathstore.ac.uk/iwsm/documents/graphicx.sty in case it was anything wrong with it, saw it suggested on another forum.
Any help?