I have the following image set in sharedlatex:
\begin{figure}[h]
\includegraphics[width=17cm]{sensors}
\centering
\caption{Sensor framework}
\end{figure}
What is the best way to set this image as landscape? It is set as default in sharedlatex as portrait, but since the image is too big for it is not readable.
\includegraphics[angle=270,height=17cm]{sensors}? – yo' Aug 20 '14 at 18:35\includegraphicscommand and thegraphicxpackage. If you need to fit the picture you can use\includegrahics[width=\textwidth]{sensors}or use the option that @tohecz recommends you. – Aradnix Aug 20 '14 at 18:45