can I create a folder in generic folder in the tex folders?
When I usually insert a picture in my tex file, I always save the picture in the generic folder which in tex folder using the following code
Code: Select all
\begin{figure}[h!]
\caption{Picture}
\centering
\includegraphics[width=0.5\textwidth]{praat}
\end{figure}
Code: Select all
\includegraphics[width=0.5\textwidth]{...}
Any help is really appreciated...