-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TeX capacity exceeded, sorry [grouping levels=255] #103
Comments
I suspect you have already done most of these, but, here is my initial thoughts:
What build number is it you are working on? |
Thanks for your fast response. Points 1-3: I fixed them all --> same result This are the last lines of the log file
For conveniance I attached the complete log file here One thing I found could be to put all Tikz pictures in a separate file with the help of the standalone package Unfortunately
|
|
Ok after some time of testing I found something. I attached two files for testing with enumitem and custom macro definition. If you run this the error comes. I guess it has something to do with enumitem. Can anyone test and report? I tested with latest development release! |
It works now with the latest release, thank you! |
|
@Strauman
|
I reduced the size of the file enumitem-bug.txt but you have to repeat it. I tested with 150 times and the error comes maybe it comes earlier. Here are the two files again. |
I think you might just have so many exercises that LaTeX runs out of memory? |
@Strauman |
123, but not 124? |
I will look at it, but later :) |
123 is the last repetition possible everything above will fail :-) |
Okay. I assume that there is something that is nested. It could be that I forgot a |
Please try build 130? |
Hi, today I got exactly the same error. Before I also had big files, one had more than 300 exercises. There was no problem. To include the exercises, I used:
where Now all my problems are split and to collect them I use:
With build 130 there is no more problems. Thank you thorstengrothe for reporting it! I hope it also solve your problem! |
@Strauman @tristelune1 |
@thorstengrothe |
I got one big file containing at least 150 exercises and a personal sty file with a lot of custom macros and environments. The file contains graphics and some larger tikz pictures. All exercises are tagged. Compiling the file with all tags enabled:
leads to
TeX capacity exceeded, sorry [grouping levels=255]
. Commenting out some tags helps and the documents compiles. I searched a lot in my code but I cannot find the error. Maybe the file is too large or it is something wrong in my sty file or it is a exercisebank issue or it is tikz. I don't know.I would be happy if someone could give me tipp how to deal with this error...
Thorsten
The text was updated successfully, but these errors were encountered: