You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用XeLaTeX编译器,2024版TeXLive编译出现超链接包的警告
Package hyperref: Unexpected value for option hidelinks' (hyperref) is ignored. 可以不管,实在想消掉,可以把cugthesis.cls中的hidelinks=true修改为hidelinks。 还有一些字体的警告 LaTeX Font: Font shape U/rsfs/m/n' in size <16.06> not available (Font) size <17.28> substituted.
LaTeX Font: Size substitutions with differences(Font) up to 1.22pt have occurred.
也可以不管,强迫症不想看到可以用silence包关掉。
在导言区加上
\usepackage{silence}
\WarningFilter{latexfont}{Font shape `U/rsfs/m/n'}
\WarningFilter{latexfont}{Size substitutions}
警告就都消失了。
感谢Timozer大佬的模版,非常好用,小论文的内容基本上用这个可以无缝贴过来。使用过程中也发现了一些比较小的建议和bug:
\cugauthorcvsection{基本情况}
\begin{table}[H]
\centering
\begin{tabular}{llll}
姓名:xxx & 性别:x & 民族:xx & \
出生年月:xx & 籍贯:xx & & \
2022.09 - 2025.06 & 中国地质大学(武汉) & xx专业 & 工学硕士 \
2018.09 - 2022.06 & 中国地质大学(武汉) & xx专业 & 工学学士
\end{tabular}
\end{table}
Package hyperref: Unexpected value for option
hidelinks' (hyperref) is ignored. 可以不管,实在想消掉,可以把cugthesis.cls中的hidelinks=true修改为hidelinks。 还有一些字体的警告 LaTeX Font: Font shapeU/rsfs/m/n' in size <16.06> not available (Font) size <17.28> substituted.LaTeX Font: Size substitutions with differences(Font) up to 1.22pt have occurred.
也可以不管,强迫症不想看到可以用silence包关掉。
在导言区加上
\usepackage{silence}
\WarningFilter{latexfont}{Font shape `U/rsfs/m/n'}
\WarningFilter{latexfont}{Size substitutions}
警告就都消失了。
然后把cugthesis.cls的
\bibliographystyle{gbt7714-2005-sec}
\else
\bibliographystyle{gbt7714-2005}
修改为
\bibliographystyle{gbt7714-numerical}