Add note on `hidelinks'.
This commit is contained in:
parent
59c6819651
commit
50c4ad6355
@ -69,6 +69,10 @@
|
||||
选项,同时可以考虑启用 biblatex-caspervector 的 \texttt{ugly} 选项
|
||||
或者换用 biblatex-gb7714-2015,详见 \texttt{thesis.tex} 中相关注释。
|
||||
|
||||
生成的 PDF 文件中标记链接的彩色框不会出现在打印版论文中。
|
||||
如仍须去掉,可在 \texttt{thesis.tex} 导言区加入
|
||||
\texttt{\string\hypersetup\{hidelinks\}}。
|
||||
|
||||
若要避免章末空白页,请在调用 pkuthss 文档类时加入 \texttt{openany} 选项。
|
||||
|
||||
如果编译时不出参考文献,
|
||||
|
||||
@ -71,6 +71,12 @@ hyperref\cupercite{hyperref} 宏包和一些宏包可能发生冲突。
|
||||
可以参考 hyperref 宏包 README 文件中的“Package Compatibility”一节。
|
||||
此文件通常和执行 \verb|texdoc hyperref|
|
||||
时打开的 pdf 文件位于同一目录中。
|
||||
hyperref 默认会在输出的 pdf 文件中用彩色框来标记链接,
|
||||
这些彩色框只会显示在屏幕上,不会被打印出来;
|
||||
如有特殊需求,也可以在文章的导言区加入以下代码以完全去掉彩色框:
|
||||
\begin{Verbatim}
|
||||
\hypersetup{hidelinks}
|
||||
\end{Verbatim}
|
||||
|
||||
biber 运行时有一定概率出现形如(目录名可能稍有不同)
|
||||
\begin{Verbatim}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user