[comp.text.tex] Questions for TeXpert and experienced TeXnician

genius@cs.mcgill.ca (Michel NGUYEN) (03/20/91)

I'm having trouble to get the DVI file from my LaTeX file. Here the story:
I'm working on a program that generate a bitmap (Fractal Bitmap), each
time it plots a pixel on the screen, it also writes the following LaTeX
command in a file:

\put(X_coord,Y_coord){\circle*{1}}

X_coord and Y_coord are floats.

The program for now plots about 10000 pixels (therefore about 10000 
'\put' command line in the file); it can go up to more than 1000000 points
no prob in the future.


Here is the contents of the log file:

This is TeX, Version 2.9 for Berkeley UNIX (preloaded format=lplain 88.11.9)  20 MAR 1991 00:04
**FractTeX.tex 
(FractTeX.tex
LaTeX Version 2.09 <25 Jan 1988>
(/usr/local/tex2.9/lib/tex/inputs/book.sty
Document Style `book' <5 Feb 88>.
(/usr/local/tex2.9/lib/tex/inputs/bk10.sty)
\descriptionmargin=\dimen99
\c@part=\count78
\c@chapter=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
) (FractTeX.aux)
! TeX capacity exceeded, sorry [main memory size=62701].
\put ...\hbox to \z@ {\kern #1\unitlength #3\hss }
                                                  \ignorespaces 
l.2959 \put(614.6341463,768.2926827){\circle*{1}}
                                                 
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

No pages of output.

<END of file>


Here is the beginning and end of the .tex file:

\documentstyle {book}
\begin{document}
\setlength{\unitlength}{0.005in}
\begin{picture}(1200,1200)
\put(0.0000000,600.0000000){\circle*{1}}
\put(0.0000000,499.9999998){\circle*{1}}
\put(600.0000000,766.6666664){\circle*{1}}
\put(499.9999998,855.5555552){\circle*{1}}
\put(766.6666664,285.1851848){\circle*{1}}
\put(855.5555552,395.0617282){\circle*{1}}
\put(285.1851848,131.6872426){\circle*{1}}
\put(395.0617282,43.8957475){\circle*{1}}
\put(131.6872426,614.6319158){\circle*{1}}
\put(43.8957475,504.8773051){\circle*{1}}
\put(614.6319158,768.2924349){\circle*{1}}
.
<LOTS of LINES here>
.
\put(131.7073169,614.6341463){\circle*{1}}
\put(43.9024389,504.8780486){\circle*{1}}
\put(614.6341463,768.2926827){\circle*{1}}
\put(504.8780486,856.0975606){\circle*{1}}
\put(768.2926827,285.3658533){\circle*{1}}
\put(856.0975606,395.1219510){\circle*{1}}
\put(285.3658533,131.7073169){\circle*{1}}
\put(395.1219510,43.9024389){\circle*{1}}
\end{picture}
\end{document}

<END of file>


I did check for the famous coordinates: 614.634...,768.293... and
it is repeated many many times (this is due to the Fractal Generator
Algorithm: Iterated Random).

Questions: 
 1. What is the Problem here?
 2. What are the solutions?
 3. Is there a TeX/LaTeX macro to check if the same command is repeated?
 4. Any other infos are welcome.


Response by E-mail or in the NetNews.

Note: I am a novice TeXer.


*****************************************************************************

E-Mail: genius@bart.cs.mcgill.ca

- lanigiro'l, suineg -

*****************************************************************************