Hi all,

I want to include program code into my document as a program float.
However, the code is more than 1 page long and does not break across the
pages. I am using the code below to include them into a program float:

\usepackage{float, times, verbatim, moreverb}

\floatstyle{ruled}
\newfloat{Program} {htp}{lop}[chapter]
\newcommand{\Code}[3] {\begin{Program} %
\small \verbatiminputinput[1]{1}{#1} %
\caption{#2} \normalsize \label{#3} %
 \end{Program}}


Is there any way to solve my problem?

Email replies to [EMAIL PROTECTED]

Many Thanks

Kate Evans-Jones

Remote Sensing Group
University of Wales, Swansea
UK

Reply via email to