This is my first post on the LaTeX Community forum. I've been using LaTex for a couple years, but never tried to do anything complicated with it. I was wondering if anyone had any insight into an error message that I've been getting when I try to include a figure. It says:
Code: Select all
! Missing \endcsname inserted.
<to be read again>
\protect
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics{~/Documents/Computing/Placeholder.pdf}
\end{figure}
\end{document}
Thanks,
Rebecca