From fa4b1500dee274b70abcb638a6b958cbf923d442 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Wed, 30 Apr 2025 17:10:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0LaTeX=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E7=9A=84=E8=B6=85=E9=93=BE=E6=8E=A5=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=92=8CURL=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将main.tex中的hyperref配置更改为隐藏超链接,以改善文档的打印效果。同时,在verification.tex中调整URL的格式,使用\href命令替代\url,以增强可读性和一致性。 --- paper/latex/chapters/verification.tex | 2 +- paper/latex/main.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}%语法高亮支持