summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/readme-src
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/readme-src')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt21
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile5
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex71
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex6
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex22
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.bib93
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex5
10 files changed, 123 insertions, 106 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt b/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt
index 0d42b961414..dbafc76c61e 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt
@@ -1,4 +1,23 @@
-2014-04-16, v1.5.2
+2014-05-23, v1.5.3
+
+ * Changes to package code:
+ - Use `\newcommand*'/`\renewcommand*' when appropriate.
+ - Fix bookmarks in pdflatex/gbk compilation by introducing xCJK2uni.
+
+ * Changes to example template:
+ - No longer require gbk2uni.
+ - Exemplify `\cite', `\parencite' and `\supercite'.
+
+ * Changes to documentation:
+ - No longer recommend the CTeX Suite.
+ - Remove install hints (already included in TeX Live).
+ - Discourage bibtex usage with UTF-8.
+ - hologo is back, and now we have proper XeLaTeX logo.
+
+ * Misc:
+ - Minor fixes and improvements.
+
+2014-04-17, v1.5.2
* Changes to example template:
- Barcode moved to current dir instead of (removed) img/.
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
index f63e6ac9a81..13d068a9067 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
@@ -7,7 +7,6 @@
JOBNAME = pkuthss
LATEX = latex
BIBTEX = biber -l zh__pinyin
-GBK2UNI = gbk2uni
DVIPDF = dvipdfmx
MAKE = make
RM = rm -f
@@ -15,14 +14,10 @@ RM = rm -f
ifeq ($(LATEX), latex)
DODVIPDF = $(DVIPDF) $(JOBNAME)
endif
-ifeq ($(LATEX), pdflatex)
- DOGBK2UNI = $(GBK2UNI) $(JOBNAME)
-endif
doc:
$(LATEX) $(JOBNAME)
$(BIBTEX) $(JOBNAME)
- $(DOGBK2UNI)
$(LATEX) $(JOBNAME)
$(LATEX) $(JOBNAME)
$(DODVIPDF)
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
index 8738ae5e04a..8b620834910 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
@@ -33,8 +33,8 @@
正确编译需要以下几部分:
\begin{itemize}
- \item 一个基本的 \TeX{} 发行版。
- \item CJK 或 XeCJK(供 Xe\LaTeX{} 使用)宏包。
+ \item 一个基本的 \hologo{TeX} 发行版。
+ \item CJK 或 XeCJK(供 \hologo{XeLaTeX} 使用)宏包。
\item ctex 宏包\supercite{ctex,ctex-faq}(提供了 ctexbook 文档类)。
\item 中文字体。
\item 如果要使用 biblatex 进行文献列表和引用的排版的话,
@@ -48,15 +48,15 @@
但如果使用由批处理实现的伪“Makefile”就不用了。
\end{itemize}
- \myemph{最新}的\myemph{完全版} \TeX{}Live 系统(\myemph{%
+ \myemph{最新}的\myemph{完全版} \hologo{TeX} Live 系统(\myemph{%
注:
- 某些 Linux 发行版软件仓库中的 \TeX{}Live 有问题,
- 建议使用独立安装版的 \TeX{}Live%
+ 某些 Linux 发行版软件仓库中的 \hologo{TeX} Live 有问题,
+ 建议使用独立安装版的 \hologo{TeX} Live%
\footnote{\url{http://www.tug.org/texlive/}.}。%
- })和 \CTeX{} 套装都已经包含除中文字体和 Make 之外所有要求的项目。%
+ })都已经包含除中文字体和 Make 之外所有要求的项目。%
\myemph{%
为了获得最好的支持,
- 我们建议用户使用最新完全版的 \TeX{} 系统和各宏包。%
+ 我们建议用户使用最新完全版的 \hologo{TeX} 系统和各宏包。%
}
中文字体需要用户自行获得。\myemph{%
@@ -78,20 +78,6 @@
\hspace*{\parindent}%
\url{http://gnuwin32.sourceforge.net/packages/make.htm}
- \section{安装方法}\label{sec:inst}
-
- 使用 \TeX{}Live 的用户可以通过在终端中以管理员权限执行
-\begin{Verbatim}[frame = single]
-tlmgr install pkuthss
-\end{Verbatim}
- 来安装 pkuthss 文档模版。
-
- 使用 \CTeX{} 套装的用户可以通过在命令提示符中执行
-\begin{Verbatim}[frame = single]
-mpm --install=pkuthss
-\end{Verbatim}
- 来安装 pkuthss 文档模版。
-
\section{模版文件}\label{sec:doc-dir}
在正确安装 pkuthss 文档模版之后,在终端/命令提示符中执行
@@ -99,7 +85,7 @@ mpm --install=pkuthss
texdoc pkuthss
\end{Verbatim}
所打开的 pdf 文件所在的同一目录中包含三个子目录和两个 pdf 文件,
- 其中 \verb|doc-src| 为说明文档(即本文档)的源代码,
+ 其中 \verb|doc-src/| 为说明文档(即本文档)的源代码,
\verb|example-utf8/| 和 \verb|example-gbk/| 为模版文档的源代码,
\verb|readme.pdf| 和 \verb|example.pdf|
分别为说明文档和模版文档的 pdf 文件。
@@ -148,30 +134,33 @@ texdoc pkuthss
pkuthss 文档模版支持三种编译方式,即
\begin{itemize}
- \item \LaTeX{} -- dvipdfmx 方式:\\
+ \item \hologo{LaTeX} -- dvipdfmx 方式:\\
依次执行 \verb|latex|,\verb|biber|(或 \verb|bibtex|),%
- \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|latex|,\verb|latex| 和 \verb|dvipdfmx|。
+ \item \hologo{pdfLaTeX} 方式:\\
依次执行 \verb|pdflatex|,\verb|biber|(或 \verb|bibtex|),%
\verb|pdflatex| 和 \verb|pdflatex|。
- \item Xe\LaTeX{} 方式:\\
+ \item \hologo{XeLaTeX} 方式:\\
依次执行 \verb|xelatex|,\verb|biber|(或 \verb|bibtex|),%
- \verb|xelatex| 和 \verb|xelatex|。\\
- \myemph{%
- 注意:Xe\LaTeX{} 对非 UTF-8 的编码支持不好,
- 因此 Xe\LaTeX{} 方式的编译不支持 GBK 编码。%
- }
+ \verb|xelatex| 和 \verb|xelatex|。
\end{itemize}
+ \myemph{%
+ 注意:
+ \begin{itemize}
+ \item 除非无法使用 biber,否则不建议使用 bibtex。
+ 如果的确要使用 bibtex,请将 biblatex 宏包的\texttt{backend}
+ 选项从 \texttt{biber} 改为 \texttt{bibtex},
+ 在 Makefile 中将变量 \texttt{BIBTEX} 的值改为 \texttt{bibtex},
+ 并去掉 biblatex 宏包和 \texttt{\string\printbibliography} 命令
+ 的 \texttt{sorting} 选项。%
+ \item bibtex 对 UTF-8 编码的支持不好,
+ 因此不建议在编译 UTF-8 编码的源文件时使用 bibtex。
+ \item \hologo{XeLaTeX} 对非 UTF-8 编码的支持不好,
+ 因此 \hologo{XeLaTeX} 方式的编译不支持 GBK 编码。
+ \end{itemize}%
+ }
+
pkuthss 文档模版附带的 Makefile 中已经对这三种编译方式进行了完整的配置。
用户只需要在 Makefile 中通过设定变量 \verb|JOBNAME| 的值%
指定被编译的主文件名,
@@ -206,7 +195,7 @@ make
但双击文件图标执行时就会出错。
作者在 Google Code 和北大未名 BBS 上发布的压缩包中 \texttt{Make.bat}
均是 CRLF(\texttt{\string\r\string\n})换行,
- 但 \TeX{}Live、\CTeX{} 套装中安装的 \texttt{Make.bat} 和
+ 但 \hologo{TeX} Live 中安装的 \texttt{Make.bat} 和
CTAN 上提供的压缩包里的 \texttt{Make.bat}
可能是 LF(\texttt{\string\n})换行的。%
}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex
index 0322f10f1dc..7086c8600b6 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex
@@ -106,7 +106,7 @@
\end{itemize}
\item \textbf{\texttt{[no]tightlist}}:
- 是否采用比 \LaTeX{} 默认设定更加紧密的枚举环境。
+ 是否采用比 \hologo{LaTeX} 默认设定更加紧密的枚举环境。
在枚举环境(itemize、enumerate 和 description)中,
每个条目的内容较少时,条目往往显得稀疏;
在参考文献列表中也有类似的现象。
@@ -304,7 +304,9 @@
pkuthss 文档类建立在 ctexbook\supercite{ctex} 文档类的基础上,
并调用了 CJKfntef、%
graphicx\supercite{graphicx}、geometry\supercite{geometry} 和 %
- fancyhdr\supercite{fancyhdr} 等几个宏包。
+ fancyhdr\supercite{fancyhdr} 等几个宏包;
+ 使用 \hologo{pdfLaTeX} 方式编译 GBK 编码的源文件时还会调用
+ xCJK2uni\supercite{xCJK2uni} 宏包。
因此,ctexbook 文档类和这些宏包所提供的功能均可以使用。
例如,用户如果想将目录的标题改为“目{\quad\quad}录”,
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex
index 8be06126ed5..8d3aef9a21a 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex
@@ -48,8 +48,8 @@
因此建议用户使用支持 LF 换行的文本编辑器编辑文件,
详见第 \ref{sec:doc-dir} 节。
- 使用过旧的 \TeX{} 系统和各宏包,
- 或使用某些 Linux 发行版软件仓库所提供的 \TeX{}Live 时,
+ 使用过旧的 \hologo{TeX} 系统和各宏包,
+ 或使用某些 Linux 发行版软件仓库所提供的 \hologo{TeX} Live 时,
可能引起一些问题,
详见第 \ref{sec:req} 节。
@@ -59,7 +59,8 @@
而未引用的文献按照英文文献在前、中文文献在后排序这样的需求,
见第 \ref{ssec:thirdparty} 小节。
- 无法使用 biber 的用户可以使用 bibtex,具体设置方式请见第 \ref{sec:compile} 节。
+ 无法使用 biber 的用户可以使用 bibtex,这种情况下建议使用 GBK 编码,
+ 具体设置方式请见第 \ref{sec:compile} 节。
一些高级设置,
如封面中部分内容长度超过预设空间容量时的设置,
@@ -82,7 +83,7 @@
此文件通常和执行 \verb|texdoc hyperref| %
时打开的 pdf 文件位于同一目录中。
- 使用 Xe\LaTeX{} 的用户可能在已经安装字体的情况下遇到形如(其中
+ 使用 \hologo{XeLaTeX} 的用户可能在已经安装字体的情况下遇到形如(其中
\verb|xxxxxxxx| 为具体字体名)
\begin{Verbatim}[frame = single, fontsize = {\small}]
! fontspec error: "font-not-found"
@@ -95,7 +96,7 @@
不同于原文件的)字体文件名,
并改动 ctex.cfg 等配置文件之后没有在调用 pkuthss 文档类时加入
\verb|nofonts| 选项,
- 又使用 Xe\LaTeX{} 编译造成的,使用
+ 又使用 \hologo{XeLaTeX} 编译造成的,使用
\begin{Verbatim}[frame = single]
\documentclass[nofonts, ...]{pkuthss} % “...”代表其它的选项。
\end{Verbatim}
@@ -129,15 +130,6 @@ See the caption package documentation for explanation.
研究生手册和其电子版\supercite{pku-thesisstyle}要求的论文封面可能并不一致,
这里以电子版为准。
- \subsection{其它一些问题}
-
- 使用 GBK 编码和 pdf\LaTeX{} 编译方式时需要用户%
- 运行 \verb|gbk2uni| 程序来转换 \verb|.out| 文件,
- 否则生成的 pdf 书签可能乱码。
- 考虑到用户可能没有 \verb|gbk2uni| 程序,且有用户使用 UTF-8 编码,
- 默认的 \verb|Makefile| 和 \verb|Make.bat| 中将相关代码注释掉了,
- 用户可以自行去掉相应的注释。
-
\section{反馈意见和建议}
关于 pkuthss 文档模版的意见和建议,
@@ -157,7 +149,7 @@ See the caption package documentation for explanation.
请给 issue 加上 \verb|Proj-Pkuthss| 标签。
如果是错误报告,
请说明所使用 pkuthss 模版的版本、
- 自己使用的操作系统和 \TeX{} 系统的类型和版本;
+ 自己使用的操作系统和 \hologo{TeX} 系统的类型和版本;
同时强烈建议附上一个出错的最小例子及其相应的编译日志(\verb|.log| 文件),
在文件较长时请使用附件。
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex
index 2910672db37..50d93d09641 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex
@@ -31,5 +31,5 @@
\specialchap{结论}
pkuthss 文档模版结构较为简洁、清晰、灵活,较为易于学习和使用。
-希望它能为各位需要使用 \LaTeX{} 撰写学位论文的同学提供一些帮助。
+希望它能为各位需要使用 \hologo{LaTeX} 撰写学位论文的同学提供一些帮助。
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex
index c9b22fe6fa4..8df44c8ce76 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex
@@ -38,7 +38,7 @@
\vskip 1em
pkuthss 文档类、pkuthss-extra 宏包及其说明文档均以 %
- \LaTeX{} Project Public License 发布。
+ \hologo{LaTeX} Project Public License 发布。
随 pkuthss 提供的模版源代码中,除以下文件
\begin{itemize}
\item \verb|chap/copyright.tex|
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex
index 3ee9d28bbce..172e311d561 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex
@@ -43,7 +43,7 @@ pkuthss 文档模版由四部分构成:
自动根据用户设定的文档信息对所生成 pdf 的作者、标题等属性进行设置等。
\item \textbf{说明文档}:
说明文档即本文档,
- 在安装(见第 \ref{sec:inst} 节)之后应该可以用 \TeX{} 系统提供的
+ 在安装(见第 \ref{sec:req} 节)之后应该可以用 \hologo{TeX} 系统提供的
\verb|texdoc| 命令调出:
\begin{Verbatim}[frame=single]
texdoc pkuthss
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.bib b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.bib
index 11f16a92954..822bd9ae32c 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.bib
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.bib
@@ -1,31 +1,33 @@
-vim:ts=4:sw=4
+% vim:ts=4:sw=4
@online{biber,
author = {Kime, Philip and Charette, Fran\c{c}ois},
- title = {Biber: A backend bibliography processor for biblatex (Version 0.9.9)},
+ title = {Biber: A backend bibliography processor for biblatex (Version 1.8)},
type = {M/OL},
- date = {2012-03-29},
+ date = {2013-10-18},
url = {http://mirror.ctan.org/biblio/biber/},
- urldate = {2012-08-01},
+ urldate = {2014-05-24},
+ language = {english},
}
@online{biblatex,
author = {Lehman, Philipp},
- title = {The biblatex Package: Programmable Bibliographies and Citations (Version 1.7)},
+ title = {The biblatex Package: Programmable Bibliographies and Citations (Version 2.8a)},
type = {M/OL},
- date = {2011-11-13},
+ date = {2013-11-25},
url = {http://mirror.ctan.org/macros/latex/exptl/biblatex/},
- urldate = {2012-08-01},
+ urldate = {2014-05-24},
+ language = {english},
}
@online{biblatex-caspervector,
author = {Vector, Casper Ti.},
- title = {biblatex 参考文献和引用样式:caspervector v0.1.9},
+ title = {biblatex 参考文献和引用样式:caspervector v0.2.0},
type = {M/OL},
- date = {2013-12-27},
- url = {https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.9.zip},
- urldate = {2013-12-27},
- userf = {zh},
+ date = {2014-05-24},
+ url = {https://caspervector-dist.googlecode.com/git/biblatex-caspervector/biblatex-caspervector-0.2.0.zip},
+ urldate = {2014-05-24},
+ language = {chinese},
}
@online{caption,
@@ -35,6 +37,7 @@ vim:ts=4:sw=4
date = {2011-11-02},
url = {http://mirror.ctan.org/macros/latex/contrib/caption},
urldate = {2013-06-03},
+ language = {english},
}
@online{ctex,
@@ -44,7 +47,7 @@ vim:ts=4:sw=4
date = {2011-03-11},
url = {http://mirror.ctan.org/language/chinese/ctex/},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{ctex-faq,
@@ -54,7 +57,7 @@ vim:ts=4:sw=4
date = {2007-01-30},
url = {http://mirror.ctan.org/info/ctex-faq/},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{enumitem,
@@ -64,24 +67,27 @@ vim:ts=4:sw=4
date = {2011-09-28},
url = {http://mirror.ctan.org/macros/latex/contrib/enumitem/},
urldate = {2012-08-01},
+ language = {english},
}
@online{fancyhdr,
author = {van Oostrum, Piet},
- title = {Page layout in \LaTeX{}},
+ title = {Page layout in \hologo{LaTeX}},
type = {M/OL},
date = {2004-03-02},
url = {http://mirror.ctan.org/macros/latex/contrib/fancyhdr/},
urldate = {2012-08-01},
+ language = {english},
}
@online{footmisc,
author = {Fairbairns, Robin},
- title = {footmisc --- a portmanteau package for customising footnotes in \LaTeX{}},
+ title = {footmisc --- a portmanteau package for customising footnotes in \hologo{LaTeX}},
type = {M/OL},
date = {2011-07-06},
url = {http://mirror.ctan.org/macros/latex/contrib/footmisc/},
urldate = {2012-08-01},
+ language = {english},
}
@online{geometry,
@@ -91,6 +97,7 @@ vim:ts=4:sw=4
date = {2010-09-12},
url = {http://mirror.ctan.org/macros/latex/contrib/geometry/},
urldate = {2012-08-01},
+ language = {english},
}
@online{graphicx,
@@ -100,15 +107,27 @@ vim:ts=4:sw=4
date = {2005-11-14},
url = {http://mirror.ctan.org/macros/latex/required/graphics/},
urldate = {2012-08-01},
+ language = {english},
}
@online{hyperref,
author = {Rahtz, Sebastian and Oberdiek, Heiko},
- title = {Hypertext marks in \LaTeX{}: a manual for hyperref (v6.82q)},
+ title = {Hypertext marks in \hologo{LaTeX}: a manual for hyperref (v6.82q)},
type = {M/OL},
date = {2012-05-13},
url = {http://mirror.ctan.org/macros/latex/contrib/hyperref/},
urldate = {2012-08-01},
+ language = {english},
+}
+
+@online{xCJK2uni,
+ author = {李清},
+ title = {xCJK2uni 宏包(v0.1)},
+ type = {M/OL},
+ date = {2013-08-17},
+ url = {http://mirror.ctan.org/macros/latex/contrib/xcjk2uni/},
+ urldate = {2014-05-10},
+ language = {chinese},
}
@online{dypang,
@@ -118,7 +137,7 @@ vim:ts=4:sw=4
date = {2005-04-05},
url = {http://bdwm.net/a.php?b/Thesis/M.1112645491.A/D10F612.rar},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{FerretL,
@@ -128,7 +147,7 @@ vim:ts=4:sw=4
date = {2007-03-27},
url = {http://bdwm.net/a.php?b/Thesis/M.1174982168.A/4270722.rar},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{lwolf,
@@ -138,7 +157,7 @@ vim:ts=4:sw=4
date = {2007-05-15},
url = {http://bdwm.net/a.php?b/MathTools/M.1179239165.A/5A2D5A2.rar},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{Langpku,
@@ -148,7 +167,7 @@ vim:ts=4:sw=4
date = {2007-06-01},
url = {http://bdwm.net/a.php?b/MathTools/M.1180676700.A/DBB7810.zip},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{solvethis,
@@ -158,40 +177,40 @@ vim:ts=4:sw=4
date = {2008-03-13},
url = {http://bdwm.net/a.php?b/Thesis/M.1205377509.A/9413ED2.rar},
urldate = {2012-08-01},
- userf = {zh},
+ language = {chinese},
}
@online{pku-copyright,
author = {北京大学研究生院},
title = {北京大学学位论文版权声明(首页)},
type = {M/OL},
- year = {2010},
- url = {http://grs.pku.edu.cn/document/20101110143928832634.doc},
- urldate = {2012-08-01},
- userf = {zh},
+ year = {2014},
+ url = {http://grs.pku.edu.cn/document/20140416145103446514.doc},
+ urldate = {2014-05-24},
+ language = {chinese},
}
@online{pku-originauth,
author = {北京大学研究生院},
- title = {北京大学学位论文原创性声明和使用授权说明(末页)},
+ title = {北京大学学位论文原创性声明和使用授权说明},
type = {M/OL},
- year = {2010},
- url = {http://grs.pku.edu.cn/document/20101110143844053593.doc},
- urldate = {2012-08-01},
- userf = {zh},
+ year = {2014},
+ url = {http://grs.pku.edu.cn/document/20140416145000135438.doc},
+ urldate = {2014-05-24},
+ language = {chinese},
}
@incollection{pku-thesisstyle,
author = {北京大学研究生院},
- title = {北京大学研究生学位论文的基本要求与书写格式},
+ title = {北京大学研究生学位论文的基本要求与书写格式(2007 年 6 月修订)},
type = {M/OL},
bookauthor = {北京大学研究生院},
booktitle = {北京大学研究生手册},
publisher = {北京大学},
- year = {2011},
- pages = {27-31},
- url = {http://grs.pku.edu.cn/document/20110829160841775796.doc},
- urldate = {2012-08-01},
- userf = {zh},
+ year = {2013},
+ pages = {30-35},
+ url = {http://grs.pku.edu.cn/document/20131031200524521428.pdf},
+ urldate = {2014-05-24},
+ language = {chinese},
}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
index 50485f6e9d5..9166bbe39b5 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
@@ -34,9 +34,10 @@
\usepackage{lmodern}
\usepackage{amssymb}
\usepackage{fancyvrb}
+\usepackage{hologo}
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
-\newcommand{\docversion}{v1.5.2}
+\newcommand{\docversion}{v1.5.3}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -48,7 +49,7 @@
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
- date = {二〇一四年四月},
+ date = {二〇一四年五月},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},