my .tex file is pretty big at this time and when I compile it, it says:
I tried this and this! TeX capacity exceeded, sorry [save size=80000].
<recently read> \__int_eval_end:
l.51771 \select@language {greek}
...
57i,0n,83p,10496b,80001s stack positions out of 15000i,500n,10000p,200000b,80000s
(which are pretty much the same:
the first one says to do "sudo fmtutil-sys --all",
the second says to "sudo texhash" after the texmf.cnf edit)
but no luck.
In fact, after changing the texmf.cnf and adding the appropriate line of code (save_size = 200000), I think that nothing happens, because after trying to compile my .tex again, the log error is EXACTLY the same (save size=80000), like it didn't update the "save size" to 200000.
Any help, please?