[comp.text.tex] Problem with verbatim mode

zahid@gec-rl-hrc.co.uk (Dr. Zahid Hussain (G11)) (10/03/90)

Dear LaTexers,
  I hope you could help me with this problem. I am having difficultly 
including an ascii file (produced from a C program) into a verbatim mode.
LaTeX is falling over with the follwing message

(appendix.tex
Runaway argument?
^^M[ HRC_TRACKER_OUTPUT^^M  SCENE bremer_stern^^M  SCENERIO ste\ETC.
! TeX capacity exceeded, sorry [main memory size=65531].
l.925                   
                          [-7288.5 -22295.1 0.000000]
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

 
Here is how much of TeX's memory you used:
 400 strings out of 1511
 3615 string characters out of 8990
 65532 words of memory out of 65531
 2240 multiletter control sequences out of 3000
 18996 words of font info for 72 fonts, out of 36000 for 120
 14 hyphenation exceptions out of 307
 16i,13n,21p,263b,222s stack positions out of 200i,40n,60p,2000b,2000s
Output written on r122.dvi (32 pages, 74368 bytes).


This doesn't look like a memory problem but with linefeed. A few line
of the input file is like the following:


\begin{verbatim}
[ HRC_TRACKER_OUTPUT
  SCENE bremer_stern
  SCENERIO stern3
  CAMERA_TYPE video
  FRAMEs [
                ID Object8
                CLASS  Car
                IMAGE_POS [338 212]
                ANGLE 116.626835
                SCENE_POS [16496.4 -16946.6 0.000000]
                BOUNDING_BOX [
                    [21598.8 -17451.6 0.000000]
                    [18039.6 -14271.3 -0.000000]
                    [ 8428.4 -16148.2 0.000000]
                    [11954.7 -18701.9 0.000000]
                ]
              ]


\end{verbatim}

Any help with this problem will be most appreciated. 
Thanks in advance.
		** Zahid.


PS. It is not feasible to regenerate the data. Also information on printing
double column in landscape mode of ascii files on a PostScript printer
will also be appreciated.