This is the code I used:
\lstinputlisting[language=Python,breaklines=true]{seminar_ED.py}
It works fine with displaying the code over multiple pages when I don't add other figures in the text. But when I do, this code is broken into multiple pieces and separated with those figures.
My question is, is there a way to display the code entirely without being separated with figures ? This is how I enter the code for displaying figures:
\begin{figure}[ht,SSDD3]
\makebox[\textwidth][c]{\includegraphics[width=1.17\textwidth]{SSDD3}}%
\label{fig:SSDD3}
\end{figure}
How can I arrange my figures to display before the code, one after another, and then the code to follow the figures in its fullness ? The problem is that the figures are big in size so only one can appear on each page. Optimally, I would like to have top part of a page filled with one figure, and the lower part just blank, without being filled with the Python code.
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Mensch Jun 29 '14 at 13:00