Questions tagged [capacity]

Concerned with the various capacity limitations in TeX, related errors, solutions and workarounds. Capacity limitations include restrictions on the size of numbers, dimensions, input-output streams, memory usage etc. If the question specifically concerns memory restrictions, the memory tag should be added.

58 questions
0
votes
1 answer

Figure environment exceeds TeX capacity

I'm trying to include a figure environment in this project (see main.tex file line 76). However, as soon as I include the figure environment, the compiler says that TeX capacity has been exceeded. The same happens in TeXStudio. If I remove the…
R__
  • 103
0
votes
0 answers

TeX capacity exceeded, sorry [input stack size=5000].

In fact, I got this error TeX capacity exceeded, sorry [input stack size=5000] when I use \doublespacing of the package setspace and no PDF file is produced. But when I remove \doublespacing, there is no problem and the pdf file is produced. N.B:…