I wonder if I could put an alias to the path of my folder and subfolder. Say for example, given that I have to put
Code: Select all
\begin{frame}{Microsoft Windows' Segments}
\begin{figure}
\fbox{\includegraphics[scale=0.35]{/home/najmi/Dropbox/mythesis-UTM/utmthesis/source/fig/windows-share.png}}
\caption{Windows product lines and usage share \cite{OPSWAT2011}}
\end{figure}
\end{frame}
is there a way to put the path in the preamble,predefined,so that I just have to issue the variable?
something like, $PATHNAME
Code: Select all
\begin{frame}{Microsoft Windows' Segments}
\begin{figure}
\fbox{\includegraphics[scale=0.35]{$PATHNAME/windows-share.png}}
\caption{Windows product lines and usage share \cite{OPSWAT2011}}
\end{figure}
\end{frame}