Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.text.tex Subject: Re: emTeX: TeX capacity exceeded, sorry [buffer size=1024] Message-ID: <1990Oct1.235021.2025@cs.rochester.edu> Date: 1 Oct 90 23:50:21 GMT References: <38296@eerie.acsu.Buffalo.EDU> Reply-To: ken@cs.rochester.edu Organization: University of Rochester Computer Science Dept Lines: 17 Address: Rochester, NY 14627, (716) 275-1448 |When I LaTeX a file using emTeX, it only goes to four pages and then stopped |w/ the message like, | |!TeX capacity exceeded, sorry [buffer size=1024] | |Then I transfer the file to mainframe and LaTeX over there, there is no |problem, it is only 16 pages. And then I transfer back the .DVI file |and I am able to view it and print it. The system you transfered your file from had a much more generous line buffer. There's probably a long line in the text (possibly due to a caption or a citation) that you need to shorten. Another common cause of buffer overflow is not paying attention to newline conventions. If you transfer your file from Unix to MS-DOS in binary mode this may happen, but right at the beginning. MS-DOS is looking for the CR-LF pair to end the line and doesn't find one.