I get the following error message:
! TeX capacity exceeded, sorry [main memory size=3000000].
\newpage ...k \@nobreakfalse \everypar {}\fi \par
\vfil \penalty -\@M
l.168 \newpage
I have to create a rather huge PDF in order to archive hundreds of textfiles. Using R and Sweave I ran a loop over all textfiles and put each file in a separate .tex file. Using \input all files are then put together. (Running the Sweave file with only a subset of the textfiles everything is OK. Therefore I can exclude an error in the code).
The font size is set to \tiny and after 1251 pages TeX stops compiling. So I fear this is really a memory-related problem.
I am using MikTeX 2.9, AucTeX, Emacs 24.2 on Windows 7
Thanks for every hint
\documentclass{...}and ending with\end{document}. – Jubobs Mar 18 at 15:42