So I was using the online editor Writelatex and inserting images there is pretty straightforward. However, it's quite slow so I began to use MacTex.
I'm using the \usepackage{graphicx} but I guess the nucleus of my problem is that I don't know how to create the folderpath on mac. My two images are on my desktop. Here is what I've tried:
\graphicspath{{/Users/david villarreal/Desktop}}
and when I have to insert the two images I say
\includegraphics[width=\columnwidth]{B.png}
\includegraphics[width=\columnwidth]{A.png}
Can somebody tell me what it is I'm doing wrong?
When I ask the program to tell me what error I have it highlights the following:
Thanks.
:)– Sean Allred Oct 12 '14 at 02:09