He leído algunas otras respuestas, todas con problemas similares. Por ejemplo, entkz-fct no produce tramas, ¿por qué?se da alguna solución: "entonces necesitas usar la opción --shell-escape o write18 en tu script para la compilación".
¿Es posible aplicar esta solución en Overleaf? Probablemente solo pregunto esto porque nunca tuve que usar este tipo de código.
MWE:
\documentclass{article}
\usepackage{tkz-fct}
\usepackage{tkz-euclide,tikz,tikz-layers}
\begin{document}
\begin{center}
\begin{tikzpicture}[scale=0.5]
\tkzInit[xmin=-10, xmax=10, ymin=-10,ymax=10]
\tkzGrid
\tkzAxeXY[>=latex]
\tkzFct[domain=-10:10,samples=1000,draw=red]{x}
\end{tikzpicture}
\end{center}
\end{document}
Y recibo en el log:Package pgf Warning: Plot data file 'output.tkzfonct.table' not found. on input line 17.