How do you make folders in a latex project ? I created a folder inside my main folder but my structure window doesn't show it. I am using OSX and Texmaker latest version?
This is the folder that I created (figure 1), and I am trying to add UniversityLogo.png on my main text file but I get this error (figure 2).
The code that I am using is
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{{Images/}}
\title{
{Thesis Title}\\
{\large Old Dominion University}\\
{\includegraphics{UniversityLogo.png}}
}
\author{My Name}
\date{Day Month Year}
\begin{document}
\maketitle
\end{document}


\includeor\input. – Torbjørn T. Mar 15 '18 at 12:52Thesisfolder, i.e.Thesis<space>. Spaces in paths have a tendency to not work well, though I cannot say if it would be a problem in this case. – Torbjørn T. Mar 15 '18 at 21:55