diff --git a/paper/latex/chapters/verification.tex b/paper/latex/chapters/verification.tex index e345321..a8e7531 100644 --- a/paper/latex/chapters/verification.tex +++ b/paper/latex/chapters/verification.tex @@ -67,7 +67,7 @@ \end{itemize} \subsubsection{仓库文档选择} -本实验使用unsloth官方仓库文档(\url{https://docs.unsloth.ai/})进行微调。在训练前,大模型并不了解该项目,如图\ref{fig:before_train}所示。 +本实验使用unsloth官方仓库文档(\href{https://docs.unsloth.ai/}{https://docs.unsloth.ai/})进行微调。在训练前,大模型并不了解该项目,如图\ref{fig:before_train}所示。 \begin{figure}[htbp] \centering diff --git a/paper/latex/main.tex b/paper/latex/main.tex index 2352d57..0d32241 100644 --- a/paper/latex/main.tex +++ b/paper/latex/main.tex @@ -68,7 +68,7 @@ %目录超链接 -\usepackage[colorlinks,linkcolor=black,anchorcolor=blue,citecolor=black]{hyperref} +\usepackage[colorlinks=false,hidelinks,linkcolor=black,citecolor=black]{hyperref} \usepackage{listings}%可以插入代码 \usepackage[table]{xcolor}%语法高亮支持