[comp.text.tex] problem with epsf.tex

lim@wiliki.eng.hawaii.edu (Lim Kok Kian) (11/29/90)

	I have a lot of graph, window dump, picture to be included in
	my latex document.
	When I compile with latex <filename.tex> ... It goes all right ... till
	it hit the fifteenth figure and it stop to give the following
	error messages :

	(/extra/temp/tex/inputs/epsf.tex
	! No room for a new \read .
	\ch@ck ...\else \errmessage {No room for a new #3}
																	  \fi
																	  \alloc@ ...\advance \count 1#1by\@ne \ch@ck #1#4#2
																																		 \allocationnumber =\count ...
																																		 l.34 \newread\epsffilein

	
	It looks like the counter is overflow and I tried to solve it but failed !

	Any help ? I would appreciate it very much if you can mail me the solution,
	and I will post the solution if many are interested !

	Thanks
	aloha
	--lim

rokicki@Neon.Stanford.EDU (Tomas G. Rokicki) (11/29/90)

> When I compile with latex <filename.tex> ... It goes all right ... till
> it hit the fifteenth figure and it stop to give the following
> error messages :
> (/extra/temp/tex/inputs/epsf.tex
> ! No room for a new \read .

Don't `include epsf' each time, just include it once as an optional
style.  For instance:

\documentstyle[epsf]{article}

(Don't forget, in the center environment, you need to precede the
\epsffile command with \leavevmode because of a bug in the center
environment.)

-tom