s/导入/载入/g
This commit is contained in:
parent
d4bc781ca4
commit
6ab509bcc6
@ -56,7 +56,7 @@
|
|||||||
cmentor = {某某教授}, ementor = {Prof.\ Somebody},
|
cmentor = {某某教授}, ementor = {Prof.\ Somebody},
|
||||||
ckeywords = {其一,其二}, ekeywords = {First, Second}
|
ckeywords = {其一,其二}, ekeywords = {First, Second}
|
||||||
}
|
}
|
||||||
% 导入参考文献数据库(注意不要省略“.bib”)。
|
% 载入参考文献数据库(注意不要省略“.bib”)。
|
||||||
\addbibresource{thesis.bib}
|
\addbibresource{thesis.bib}
|
||||||
|
|
||||||
% 普通用户可删除此段。
|
% 普通用户可删除此段。
|
||||||
@ -124,7 +124,7 @@
|
|||||||
% 单独设定排序方案。此设定会局部覆盖之前的全局设置。
|
% 单独设定排序方案。此设定会局部覆盖之前的全局设置。
|
||||||
% 注:只有同时使用 2.x 或之后版本的 biblatex 和相应兼容版本的 biber,
|
% 注:只有同时使用 2.x 或之后版本的 biblatex 和相应兼容版本的 biber,
|
||||||
% 才能对每个 \printbibliography 命令采用不同的排序方案,
|
% 才能对每个 \printbibliography 命令采用不同的排序方案,
|
||||||
% 否则只能在导入 biblatex 宏包时就(全局)指定排序方案。
|
% 否则只能在载入 biblatex 宏包时就(全局)指定排序方案。
|
||||||
% 在这样的情况下,请去掉所有的 sorting 选项,否则可能出错。
|
% 在这样的情况下,请去掉所有的 sorting 选项,否则可能出错。
|
||||||
sorting = ecnty
|
sorting = ecnty
|
||||||
]
|
]
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
例如,如果需要使用 UTF-8 编码撰写论文,
|
例如,如果需要使用 UTF-8 编码撰写论文,
|
||||||
则需要在导入 pkuthss 文档类时加上 \verb|UTF8| 选项:
|
则需要在载入 pkuthss 文档类时加上 \verb|UTF8| 选项:
|
||||||
\begin{Verbatim}[frame = single]
|
\begin{Verbatim}[frame = single]
|
||||||
\documentclass[UTF8, ...]{pkuthss} % “...”代表其它的选项。
|
\documentclass[UTF8, ...]{pkuthss} % “...”代表其它的选项。
|
||||||
\end{Verbatim}
|
\end{Verbatim}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user