我讀過其他一些有類似問題的答案。例如,在tkz-fct 沒有產生任何圖,為什麼?給了一些解決方案:「那麼您需要在腳本中使用選項 --shell-escape 或 write18 進行編譯」。
是否可以在 Overleaf 上套用此解決方案?我可能只是問這個,因為我從來沒有使用過這種程式碼。
微量元素:
\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}
我在日誌中收到:Package pgf Warning: Plot data file 'output.tkzfonct.table' not found. on input line 17.