style: 更新LaTeX文档中的超链接设置和URL格式

将main.tex中的hyperref配置更改为隐藏超链接,以改善文档的打印效果。同时,在verification.tex中调整URL的格式,使用\href命令替代\url,以增强可读性和一致性。
This commit is contained in:
carry 2025-04-30 17:10:22 +08:00
parent 278fc67f18
commit fa4b1500de
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}%语法高亮支持