Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • 3
    Have you seen Increasing the size of the memory: not all files are built successfully Commented Nov 24, 2017 at 22:32
  • 3
    Try kpsewhich texmf.cnf in a command line window. Commented Nov 24, 2017 at 22:51
  • 1
    Yes a cmd window. Just type exactly that. This is a command that should show you where TeX will look for texmf.cnf. It should return a full path. Commented Nov 24, 2017 at 22:54
  • 1
    Sorry, MikTeX seems to work differently from TeX Live. See docs.miktex.org/manual/runtimeparams.html Commented Nov 24, 2017 at 23:01
  • 2
    Are you using pgfplots? If so, the best strategy might be to use \usetikzlibrary{external}. This will do away with the need to recompile every plot every time. Compilation will be faster and use less memory. To get around the current memory shortage snag, start with a smaller document: insert \end{document} halfway down or so to compile some plots first, then remove it again and compile the rest. Commented Nov 24, 2017 at 23:05