我目前正在用希腊语写我的论文,每当我尝试引用一个数字时,我都会在我的文本中得到以下内容:
[;;]
这是我写的代码:
\begin{figure}[h]
\label{ fig:image1}
\includegraphics[width=1\textwidth]{image1}
\caption{?????????? ?????? ????????????????}
\end{figure}
Run Code Online (Sandbox Code Playgroud)
我通过写:{\ref{fig:{image1}}
.
我该如何解决?