summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex41
1 files changed, 29 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex
index 53bb81697f9..fd640c269a9 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/utf8lf/chap/chap1.tex
@@ -93,6 +93,7 @@ texdoc pkuthss
被 Make 工具调用的 Makefile,用于使编译工作自动化。
\item \verb|Make.bat|:%
Windows 下的伪“Makefile”,用 Windows 批处理实现。
+
\item \verb|chap/|:目录,包含各章节内容:
\begin{itemize}
\item \verb|copyright.tex|:
@@ -102,11 +103,18 @@ texdoc pkuthss
符合学校要求的一个版权声明已经放在此文件中,
但用 \texttt{\string\iffalse{} ...\ \string\fi} %
注释掉了,
- 用户可以考虑使用那个版本。
+ 用户可以考虑使用这个版本。
}。
\item \verb|originauth.tex|:
原创性声明和使用授权说明部分\supercite{pku-originauth}。
\end{itemize}
+ \myemph{%
+ 注:%
+ pkuthss 文档模版支持排版学校要求的二维码,
+ 请参考 \texttt{copyright.tex} 和
+ \texttt{originauth.tex} 中的相关注释。%
+ }
+
\item \verb|img/|:目录,包含论文中所有图片:
\begin{itemize}
\item \verb|Makefile|:图片部分的 Makefile。
@@ -115,15 +123,15 @@ texdoc pkuthss
\item \verb|pkulogo.eps|:北京大学校徽。
\item \verb|pkuword.eps|:“北京大学”字样。
\end{itemize}
- \myemph{%
- 注:%
- pdf\LaTeX{} 方式编译(见第 \ref{sec:compile} 节)
- 可能需要将 eps 图片转换为 pdf 格式,
- 而使用 Makefile 或伪“Makefile”时这些图片可以自动生成;
- 不使用 Makefile 的用户可以手动运行 %
- \texttt{img/} 目录中的 Makefile 或伪“Makefile”
- 来生成这些图片。%
- }
+ \myemph{%
+ 注:%
+ pdf\LaTeX{} 方式编译(见第 \ref{sec:compile} 节)
+ 可能需要将 eps 图片转换为 pdf 格式,
+ 而使用 Makefile 或伪“Makefile”时这些图片可以自动生成;
+ 不使用 Makefile 的用户可以手动运行 %
+ \texttt{img/} 目录中的 Makefile 或伪“Makefile”
+ 来生成这些图片。%
+ }
\end{itemize}
\section{编译方式}\label{sec:compile}
@@ -132,7 +140,16 @@ texdoc pkuthss
\begin{itemize}
\item \LaTeX{} -- dvipdfmx 方式:\\
依次执行 \verb|latex|,\verb|biber|(或 \verb|bibtex|),%
- \verb|latex|,\verb|latex| 和 \verb|dvipdfmx|。
+ \verb|latex|,\verb|latex| 和 \verb|dvipdfmx|。\\
+ \myemph{%
+ 注意:除非无法使用 biber,否则不建议使用 bibtex。
+ 如果的确要使用 bibtex,请将 biblatex 宏包的\texttt{backend}
+ 选项从 \texttt{biber} 改为 \texttt{bibtex},
+ 在 Makefile 中将变量 \texttt{BIBTEX} 的值改为 \texttt{bibtex},
+ 并去掉 biblatex 宏包和 \texttt{\string\printbibliography} 命令
+ 的 \texttt{sorting} 选项。
+ 以下各编译方式也存在类似的注意事项,不再重复说明。%
+ }
\item pdf\LaTeX{} 方式:\\
依次执行 \verb|pdflatex|,\verb|biber|(或 \verb|bibtex|),%
\verb|pdflatex| 和 \verb|pdflatex|。
@@ -141,7 +158,7 @@ texdoc pkuthss
\verb|xelatex| 和 \verb|xelatex|。\\
\myemph{%
注意:Xe\LaTeX{} 对非 UTF-8 的编码支持不好,
- 因此 Xe\LaTeX{} 方式的编译不支持 GBK 编码。
+ 因此 Xe\LaTeX{} 方式的编译不支持 GBK 编码。%
}
\end{itemize}