Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!shelby!neon!rokicki From: rokicki@Neon.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.text.tex Subject: Re: problem with epsf.tex Message-ID: <1990Nov29.081300.3491@Neon.Stanford.EDU> Date: 29 Nov 90 08:13:00 GMT References: <10441@uhccux.uhcc.Hawaii.Edu> Organization: Computer Science Department, Stanford University Lines: 16 > When I compile with latex ... 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