If I have the following LaTeX code, is it possible to combine both graphic and algorithm so that they are fixed to a common page?
\begin{figure} [H]
\centering{\includegraphics[scale=1]{Figure.png}}
\caption{Figure.}
\label{fig:Figure}
\end{figure}
\begin{algorithm}[H]
\algsetup{indent=2em ...
Search found 1 match
- Wed Oct 14, 2015 11:17 pm
- Forum: Graphics, Figures & Tables
- Topic: Placing graphic and algorithm together on page
- Replies: 1
- Views: 2046