\documentclass[10pt, a4paper]{article}
\usepackage{graphicx}
...
\begin{figure}
\includegraphics{logicarch.pdf}
\caption{system architecture}
\label{fig:logiarch}
\end{figure}
...
I wish the figure and its caption, could be horizontal placed in a single page, unlike the rest which is vertical. Besides, I also noticed the pdf exported from visio have a large blank at its bottom, is there a way to 'cut' it a little or 'autofit' according to the content?
\usepackage[figuresleft]{rotating}instead of\usepackage{rotating}. – Feb 12 '18 at 03:17