Dear all,
As you can see on the above figure, I would like the text to be higher (like it should start at the top of the image).
My code is :
\begin{figure}[ht]
\centering
\includegraphics[scale=1]{Images/GIS_mapping_Software.jpg}
\caption{test}
\label{GIS_Mapping_Software}
\end{minipage}%
\begin{minipage}[t]{10cm}
As shown on figure ~\ref{GIS_Mapping_Software}, the purpose of the GIS is to display multiple maps on one single map.\\
For example, a single map could regroup sites that produces pollution and sensitive sites to pollution. \\
\end{minipage}
\end{figure}
Is there anyway I can change my code so that the text begins at the top of the image ?


adjustboxpackage, it has several alignment features. – daleif Mar 05 '18 at 12:49\centering
\includegraphics[scale=1]{Images/GIS_mapping_Software.jpg}
\caption{test}
\label{GIS_Mapping_Software}
\end{minipage}
\begin{minipage}[t]{10cm}
As shown on figure ~\ref{GIS_Mapping_Software}, the purpose of the GIS is to display multiple maps on one single map.\
For example, a single map could regroup sites that produces pollution and sensitive sites to pollution.\
\end{minipage}
\end{figure}
– Avator Mar 05 '18 at 12:56\rule{5cm}{5cm}or one of the images that comes with themwepackage. We need something we can copy and test. Did you take a look at what theadjustboxpackage offers – daleif Mar 05 '18 at 13:14