ich habe ein Problem mit einem Diagramm, welches ich von Matlab mit matlab2tikz nach LaTeX konvertiert habe.
Wenn ich diese Datein mit \input{} einbinde erscheint folgende Fehlermeldung:
TeX capacity exceeded, sorry [main memory size=5000000]. \end{axis}\usepgfplotslibrary{external}
\tikzexternalize
-shell-escape
Anscheinend habe ich es nicht richtig gemacht. Bitte um Hilfe!
Beispiel:
\documentclass{scrartcl}
\usepackage{graphicx}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
%% the following commands are needed for some matlab2tikz features
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{grffile}
\usepackage{amsmath}
\usepgfplotslibrary{external}
\tikzexternalize
\begin{document}
\input{Aufgabe1Figure.tex}
\end{document}
TexStudio
TeXLive
Fedora 24 x86_64
