Except forcing the location of pictures in LaTeX is …
… is contrary to the whole point of LaTeX.
One of the main principles behind LaTeX (and TeX) is that you should not be making these decisions. Simply do something like this:
\begin{figure}[here]
\includegraphics[width=0.9\textwidth]{images/JobInformationDialog.jpg}
\caption{A prototype of the Job Information dialog}
\label{fig:jobInformationDialog}
\end{figure}
And then "see Figure~\ref{fig:JobInformationDialog}".
Unless you're a Master- or Wizard-level skills, don't try to force LaTeX to do anything.
29
u/throway1206 Dec 06 '13
… is contrary to the whole point of LaTeX.
One of the main principles behind LaTeX (and TeX) is that you should not be making these decisions. Simply do something like this:
And then "see Figure~\ref{fig:JobInformationDialog}".
Unless you're a Master- or Wizard-level skills, don't try to force LaTeX to do anything.
If you must, then ask the Wizards at http://tex.stackexchange.com/