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.txt22
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile10
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex3
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex1
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex23
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex8
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex7
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex1
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex3
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex46
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex46
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex3
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex8
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile37
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps146
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps273
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex4
17 files changed, 44 insertions, 597 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 861d1d96120..0d42b961414 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt
@@ -1,3 +1,25 @@
+2014-04-16, v1.5.2
+
+ * Changes to example template:
+ - Barcode moved to current dir instead of (removed) img/.
+
+ * Misc:
+ - dist: fix zipball permissions.
+ - README: previously forgotten updates.
+ - Minor improvements.
+
+2014-04-16, v1.5.1
+
+ * API Changes:
+ - pkulogo and pkuword are moved into tex/ and relicensed to LPPL.
+
+ * Changes to package code:
+ - Improve eps-to-pdf related script.
+
+ * Misc:
+ - qa: fix whitespace check.
+ - Minor improvements.
+
2014-04-11, v1.5.0
* Changes to example template:
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
index 7c4aea1c3c4..f63e6ac9a81 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile
@@ -19,14 +19,6 @@ ifeq ($(LATEX), pdflatex)
DOGBK2UNI = $(GBK2UNI) $(JOBNAME)
endif
-all: img_ doc
-
-img_:
- cd img && $(MAKE)
-
-img-clean:
- cd img && $(MAKE) clean
-
doc:
$(LATEX) $(JOBNAME)
$(BIBTEX) $(JOBNAME)
@@ -39,6 +31,6 @@ clean:
$(RM) $(JOBNAME).{aux,bbl,bcf,blg,dvi,lof,log,lot,run.xml,toc,out{,.bak}} \
{missfont,texput}.log chap/*.aux
-distclean: clean img-clean
+distclean: clean
$(RM) $(JOBNAME).pdf
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex
index 2b8ebdc1aee..d327c6686a9 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2013 Casper Ti. Vector
+% Copyright (c) 2010-2014 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\begin{cabstract}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex
index f3cadaf75ff..84e0304aee7 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\chapter{致谢}
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 16a92e32f99..8738ae5e04a 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
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2013 Casper Ti. Vector
+% Copyright (c) 2010-2014 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\chapter{使用介绍}
@@ -102,7 +101,7 @@ texdoc pkuthss
所打开的 pdf 文件所在的同一目录中包含三个子目录和两个 pdf 文件,
其中 \verb|doc-src| 为说明文档(即本文档)的源代码,
\verb|example-utf8/| 和 \verb|example-gbk/| 为模版文档的源代码,
- \verb|README.pdf| 和 \verb|example.pdf|
+ \verb|readme.pdf| 和 \verb|example.pdf|
分别为说明文档和模版文档的 pdf 文件。
\verb|example-utf8/| 目录下的源代码使用的是 UTF-8 编码,
@@ -143,24 +142,6 @@ texdoc pkuthss
请参考 \texttt{copyright.tex} 和
\texttt{originauth.tex} 中的相关注释。%
}
-
- \item \verb|img/|:目录,包含论文中所有图片:
- \begin{itemize}
- \item \verb|Makefile|:图片部分的 Makefile。
- \item \verb|Make.bat|:%
- Windows 下的伪“Makefile”,用 Windows 批处理实现。
- \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”
- 来生成这些图片。%
- }
\end{itemize}
\section{编译方式}\label{sec:compile}
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 e2db39b85d8..0322f10f1dc 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
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2013 Casper Ti. Vector
+% Copyright (c) 2010-2014 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\chapter{pkuthss 文档模版提供的功能}
@@ -125,7 +124,7 @@
\begin{figure}[htbp!]
\centering
- \includegraphics[width = 0.5\textwidth]{img/pkuword}
+ \includegraphics[width = 0.5\textwidth]{pkuword}
\caption{示例插图}\label{fig:example}
\end{figure}
@@ -180,9 +179,6 @@
\begin{Verbatim}[frame = single]
\documentclass[..., nocolorlinks]{pkuthss} % “...”代表其它的选项。
\end{Verbatim}
- 用户还可以进一步修改 \verb|img/| 目录中 %
- \verb|pkulogo.eps| 和 \verb|pkuword.eps| 两个图片文件,
- 以使封面上的北京大学图样也变为黑色(详见相应文件中的注释)。
\section{pkuthss 文档模版提供的命令和环境}
\subsection{设定文档信息的命令}
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 3d351ec6ea5..8be06126ed5 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
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2013 Casper Ti. Vector
+% Copyright (c) 2010-2014 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\chapter{问题及其解决}
@@ -44,10 +43,6 @@
Windows 批处理对于 LF(\texttt{\string\n})换行的批处理文件支持有问题,
解决方式见第 \ref{sec:compile} 节。
- \verb|img/| 目录中 eps 图片未转换为 pdf 格式时,%
- pdf\LaTeX{} 方式编译可能出错,
- 解决方式见第 \ref{sec:doc-dir} 节。
-
Windows 的“记事本”程序在查看 LF(\texttt{\string\n})
换行的文本文件时存在着一些问题,
因此建议用户使用支持 LF 换行的文本编辑器编辑文件,
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 60fdd2e17b9..2910672db37 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
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\specialchap{结论}
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 25017d9441b..c9b22fe6fa4 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
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\chapter*{版权声明}
@@ -42,8 +41,6 @@
\LaTeX{} Project Public License 发布。
随 pkuthss 提供的模版源代码中,除以下文件
\begin{itemize}
- \item \verb|img/pkulogo.eps|
- \item \verb|img/pkuword.eps|
\item \verb|chap/copyright.tex|
\item \verb|chap/originauth.tex|
\end{itemize}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex
index 7bf877d8997..ea0e17a7db4 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex
@@ -26,48 +26,20 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
-\chapter{pkuthss 文档模版的实现}
+\chapter{更新记录}
\raggedbottom
- \section{pkuthss 文档类和 pkuthss-extra 宏包的实现}
- \subsection{共用文件头部}
- \VerbatimInput[
- frame = lines, fontsize = {\footnotesize}, tabsize = 2,
- baselinestretch = 1, lastline = 23, numbers = left
- ]{pkuthss.cls}
+\section{1.3 版以后的更新记录}
+\VerbatimInput[
+ tabsize = 4, fontsize = {\small}, baselinestretch = 1
+]{ChangeLog.txt}
- \subsection{\texttt{pkuthss.cls}}
- \VerbatimInput[
- frame = lines, fontsize = {\footnotesize}, tabsize = 2,
- baselinestretch = 1, firstline = 25, numbers = left
- ]{pkuthss.cls}
-
- \subsection{\texttt{pkuthss-utf8.def} 和 \texttt{pkuthss-gbk.def}}
- \VerbatimInput[
- frame = lines, fontsize = {\footnotesize}, tabsize = 2,
- baselinestretch = 1, firstline = 25, numbers = left
- ]{pkuthss-utf8.def}
-
- \subsection{\texttt{pkuthss-extra.sty}}
- \VerbatimInput[
- frame = lines, fontsize = {\footnotesize}, tabsize = 2,
- baselinestretch = 1, firstline = 25, numbers = left
- ]{pkuthss-extra.sty}
-
- \section{pkuthss 说明(示例)文档的源代码}
-
- 本文档的源代码中大部分已经有了较为详细的注释,
- 故请直接参照相应文件中的注释。
-
- \myemph{%
- 注:%
- \texttt{img/} 目录中的 \texttt{Makefile} 和%
- 两个 PostScript(\texttt{.eps})文件(都是文本文件)中%
- 也有详细的注释哦 :)%
- }
+\section{1.3 及其以前版本的更新记录}
+\VerbatimInput[
+ tabsize = 4, fontsize = {\small}, baselinestretch = 1.1
+]{ChangeLog-upto-1.3.txt}
\flushbottom
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex
deleted file mode 100644
index 8a438af49b4..00000000000
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex
+++ /dev/null
@@ -1,46 +0,0 @@
-% vim:ts=4:sw=4
-%
-% Documentation for pkuthss.
-%
-% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2012,2014 Casper Ti. Vector
-%
-% This work may be distributed and/or modified under the conditions of the
-% LaTeX Project Public License, either version 1.3 of this license or (at
-% your option) any later version.
-% The latest version of this license is in
-% http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX version
-% 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-% The current maintainer of this work is Casper Ti. Vector.
-%
-% This work consists of the following files:
-% pkuthss.tex
-% chap/copyright.tex
-% chap/abstract.tex
-% chap/introduction.tex
-% chap/chap1.tex
-% chap/chap2.tex
-% chap/chap3.tex
-% chap/conclusion.tex
-% chap/encl1.tex
-% chap/encl2.tex
-% chap/acknowledge.tex
-
-\chapter{更新记录}
-\raggedbottom
-
-\section{1.3 版以后的更新记录}
-\VerbatimInput[
- tabsize = 4, fontsize = {\small}, baselinestretch = 1
-]{ChangeLog.txt}
-
-\section{1.3 及其以前版本的更新记录}
-\VerbatimInput[
- tabsize = 4, fontsize = {\small}, baselinestretch = 1.1
-]{ChangeLog-upto-1.3.txt}
-
-\flushbottom
-
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 f1ec9646ce3..3ee9d28bbce 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
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2012 Casper Ti. Vector
+% Copyright (c) 2010-2012,2014 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\specialchap{序言}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex
index f73b5f95591..8bb2791600e 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex
@@ -1,7 +1,7 @@
% vim:ts=4:sw=4
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2013 Casper Ti. Vector
+% Copyright (c) 2010-2014 Casper Ti. Vector
% All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
@@ -16,7 +16,7 @@
% * Neither the name of Peking University nor the names of its contributors
% may be used to endorse or promote products derived from this software
% without specific prior written permission.
-%
+%
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -78,9 +78,9 @@
}
% 若需排版二维码,请将二维码图片重命名为“barcode”,
- % 转为合适的图片格式,并放在 img/ 目录中,然后去掉下面 2 行的注释。
+ % 转为合适的图片格式,并放在当前目录下,然后去掉下面 2 行的注释。
%\vskip 4em \noindent
- %\includegraphics[height = 5em]{img/barcode}
+ %\includegraphics[height = 5em]{barcode}
\vspace*{\fill}\par
}
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile
deleted file mode 100644
index 2068c24714c..00000000000
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# vim:ts=4:sw=4
-#
-# Copyright (c) 2008-2009 solvethis
-# Copyright (c) 2010-2012 Casper Ti. Vector
-# Public domain.
-
-# 直接使用 pkulogo.eps 作为论文封面图片也是可行的,
-# 因为它使用的 Times-Bold 字体一般操作系统都有。
-# 这样用 LaTeX + dvipdfm 或 XeLaTeX 方式是可以编译成功的。
-# 可以使用 ghostscript 将 eps 文件转换为 和 pdf 格式,
-# 则 pdfLaTeX 方式也可以编译成功。
-
-OPTS = -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
-WIDTHOPT = -dDEVICEWIDTHPOINTS=
-HEIGHTOPT = -dDEVICEHEIGHTPOINTS=
-OUTPUTOPT = -sOutputFile=
-
-# 区分是 Windows 环境还是类 UNIX 环境。
-ifdef PATH
- GS = gs
- RM = rm -f
-else
- GS = gswin32c
- RM = del
-endif
-
-all: pkulogo.pdf pkuword.pdf
-
-pkulogo.pdf: pkulogo.eps
- $(GS) $(OPTS) $(WIDTHOPT)400 $(HEIGHTOPT)400 $(OUTPUTOPT)$@ -f $<
-
-pkuword.pdf: pkuword.eps
- $(GS) $(OPTS) $(WIDTHOPT)525 $(HEIGHTOPT)150 $(OUTPUTOPT)$@ -f $<
-
-clean:
- $(RM) pkulogo.pdf pkuword.pdf
-
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps
deleted file mode 100644
index 638b429db44..00000000000
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps
+++ /dev/null
@@ -1,146 +0,0 @@
-%!PS
-%%BoundingBox: 0 0 400 400
-%%Pages: 1
-%%Page: 1 1
-
-% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2012 Casper Ti. Vector
-% All rights reserved.
-%
-% Redistribution and use in source and binary forms, with or without
-% modification, are permitted provided that the following conditions are
-% met:
-%
-% * Redistributions of source code must retain the above copyright notice,
-% this list of conditions and the following disclaimer.
-% * Redistributions in binary form must reproduce the above copyright
-% notice, this list of conditions and the following disclaimer in the
-% documentation and/or other materials provided with the distribution.
-% * Neither the name of Peking University nor the names of its contributors
-% may be used to endorse or promote products derived from this software
-% without specific prior written permission.
-%
-% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-% 设置北大红的色值(http://web5.pku.edu.cn/bs/cjwt/,问题 5)。
-% 要想将颜色改为黑色,只需将下面一行改为“0 setgray”即可。
-0.0 1.0 1.0 0.45 setcmykcolor
-% 设置线的属性。
-1 setlinecap
-1 setlinejoin
-
-% 将坐标原点移到图片的中心。
-200 200 translate
-% 作出外圆。
-newpath
-6 setlinewidth
-0 0 195 0 360 arc
-stroke
-% 作出内圆。
-newpath
-5 setlinewidth
-0 0 143 0 360 arc
-stroke
-
-% 描出“北大”字样。
-newpath
-0 setlinewidth
--10 101 moveto
--10 101 -10 38 lineto
--10 35 -14 29 -19 28 curveto
--30 28 -60 15 -89 -26 curveto
--104 -39 -108 -24 -105 -16 curveto
--76 27 -36 45 -32 45 curveto
--30 46 -29 47 -29 49 curveto
--29 49 -29 68 lineto
--29 69 -30 69 -31 69 curveto
--38 67 -58 63 -83 42 curveto
--95 35 -103 49 -94 57 curveto
--72 74 -53 83 -31 88 curveto
--30 88 -29 89 -29 90 curveto
--29 90 -29 102 lineto
--29 111 -10 111 -10 101 curveto
-10 101 moveto
-10 101 10 38 lineto
-10 35 14 29 19 28 curveto
-30 28 60 15 89 -26 curveto
-104 -39 108 -24 105 -16 curveto
-76 27 36 45 32 45 curveto
-30 46 29 47 29 49 curveto
-29 49 29 68 lineto
-29 69 30 69 31 69 curveto
-38 67 58 63 83 42 curveto
-95 35 103 49 94 57 curveto
-72 74 53 83 31 88 curveto
-30 88 29 89 29 90 curveto
-29 90 29 102 lineto
-29 111 10 111 10 101 curveto
--11 5 moveto
--11 4 -11 4 -12 4 curveto
--33 2 -65 -25 -80 -58 curveto
--82 -71 -70 -74 -63 -64 curveto
--45 -32 -27 -17 -12 -15 curveto
--11 -15 -11 -15 -11 -16 curveto
--11 -16 -11 -35 lineto
--11 -38 -11 -38 -13 -40 curveto
--28 -48 -34 -57 -45 -85 curveto
--48 -97 -32 -103 -28 -94 curveto
--15 -44 15 -44 28 -94 curveto
-32 -103 48 -97 45 -85 curveto
-34 -57 28 -48 13 -40 curveto
-11 -38 11 -38 11 -35 curveto
-11 -35 11 -16 lineto
-11 -15 11 -15 12 -15 curveto
-27 -17 45 -32 63 -64 curveto
-70 -74 82 -71 80 -58 curveto
-65 -25 33 2 12 4 curveto
-11 4 11 4 11 5 curveto
-11 5 11 12 lineto
-11 25 -11 25 -11 12 curveto
--11 12 -11 5 lineto
-133 0 moveto
-0 0 133 0 360 arc
-% 对刚作出的线条执行奇偶相间的填充,使中间空出的“北大”字样就是透明的。
-% 从而,即使页面带背景色,插入这个图片时也会很正常。
-eofill
-
-% 添加文字“PEKING UNIVERSITY 1898”。
-/Times-Bold findfont 40 scalefont setfont
-/offset { dup stringwidth pop 2 div neg 155 moveto show } def
-
-gsave 112 rotate (P) offset grestore
-gsave 98 rotate (E) offset grestore
-gsave 84 rotate (K) offset grestore
-gsave 70 rotate (I) offset grestore
-gsave 56 rotate (N) offset grestore
-gsave 41 rotate (G) offset grestore
-gsave 15 rotate (U) offset grestore
-gsave (N) offset grestore
-gsave -14 rotate (I) offset grestore
-gsave -28 rotate (V) offset grestore
-gsave -42 rotate (E) offset grestore
-gsave -56 rotate (R) offset grestore
-gsave -70 rotate (S) offset grestore
-gsave -84 rotate (I) offset grestore
-gsave -98 rotate (T) offset grestore
-gsave -112 rotate (Y) offset grestore
-
-/onset { dup stringwidth pop 2 div neg -182 moveto show } def
-
-gsave -24 rotate (1) onset grestore
-gsave -8 rotate (8) onset grestore
-gsave 8 rotate (9) onset grestore
-gsave 24 rotate (8) onset grestore
-
-showpage
-%%EOF
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps
deleted file mode 100644
index 673309b8fe5..00000000000
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps
+++ /dev/null
@@ -1,273 +0,0 @@
-%!PS
-%%BoundingBox: 0 0 525 150
-%%Pages: 1
-%%Page: 1 1
-
-% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2012 Casper Ti. Vector
-% All rights reserved.
-%
-% Redistribution and use in source and binary forms, with or without
-% modification, are permitted provided that the following conditions are
-% met:
-%
-% * Redistributions of source code must retain the above copyright notice,
-% this list of conditions and the following disclaimer.
-% * Redistributions in binary form must reproduce the above copyright
-% notice, this list of conditions and the following disclaimer in the
-% documentation and/or other materials provided with the distribution.
-% * Neither the name of Peking University nor the names of its contributors
-% may be used to endorse or promote products derived from this software
-% without specific prior written permission.
-%
-% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-% 设置北大红的色值(http://web5.pku.edu.cn/bs/cjwt/,问题 5)。
-% 要想将颜色改为黑色,只需将下面一行改为“0 setgray”即可。
-0.0 1.0 1.0 0.45 setcmykcolor
-% 缩放和平移。
-0.702957 0.602957 scale
--30 -9 translate
-
-% “北”。
-newpath
-74 224 moveto
-85.9 214.1 110.4 207.3 105 187 curveto
-106 176.3 111.5 166.3 108 155 curveto
-112.3 125.8 104.7 99 103 71 curveto
-100.3 59.5 96.9 47.3 91 38 curveto
-81.8 36 87.7 47.3 86 52 curveto
-88.3 56.7 86.2 62 84 66 curveto
-83 66 82 66 81 66 curveto
-70.7 51.3 53.5 42.7 41 31 curveto
-37.6 31.1 33.9 30.3 32 34 curveto
-32.6 40.3 30.8 46.8 32 52 curveto
-30.2 54 31.3 57.3 31 60 curveto
-43.6 65.3 42.7 79.6 47 90 curveto
-59 103.5 50 123.3 47 138 curveto
-54.7 135.5 63.5 135.7 69 128 curveto
-74.1 126.1 81.7 125.9 83 119 curveto
-84.9 118.4 85.8 119.9 87 121 curveto
-87 133.3 87 145.7 87 158 curveto
-86.2 176.4 91.3 203.1 71 215 curveto
-67.6 220.4 61.6 223.4 64 230 curveto
-68.7 231.2 70.2 224.9 74 224 curveto
-85 102 moveto
-87.3 94.7 85.2 86.7 83 80 curveto
-73.4 67.6 58.4 63.9 46 56 curveto
-42.7 55.1 40.4 57.1 40 60 curveto
-46 74 57.7 85.7 63 100 curveto
-65.7 103 69.7 102.6 73 104 curveto
-78.5 106.2 80.1 113.5 85 115 curveto
-88 110.7 83.5 107 85 102 curveto
-eofill
-newpath
-176 176 moveto
-184.2 165.9 175.8 148 187 140 curveto
-192.6 149.1 209.4 149.9 205 164 curveto
-206 165.1 202.5 172.3 208 171 curveto
-206.9 159.6 220 161 226 156 curveto
-231.2 157.2 228.8 148.7 228 146 curveto
-223.7 140 223 131.6 215 128 curveto
-205 124.2 195.7 127.8 187 121 curveto
-187 115 187 109 187 103 curveto
-181.5 99.2 175.8 93.7 175 87 curveto
-188.7 76.3 201.5 91.8 216 91 curveto
-221.9 93 226.5 97.9 234 96 curveto
-235.1 91.6 232.3 91.4 231 88 curveto
-230 76.1 218.3 77.6 211 72 curveto
-200.8 70.8 188.8 71.6 183 62 curveto
-175.5 63.2 167.5 63 162 69 curveto
-150.9 87.6 151.2 111 146 132 curveto
-141.1 158 154 179.1 157 203 curveto
-161.7 194.2 176.5 188.7 176 176 curveto
-closepath
-fill
-
-% “京”。
-newpath
-351 221 moveto
-349.4 215.9 349.3 209.3 343 207 curveto
-332.9 217.2 312.8 180.1 322 206 curveto
-322.3 218.3 314.3 227.2 311 238 curveto
-309.3 244.7 315.9 244.8 320 243 curveto
-329.3 239.7 338.7 234.2 346 228 curveto
-346.6 225.2 350.4 223.8 351 221 curveto
-closepath
-fill
-newpath
-361 183 moveto
-352.3 176.8 341.6 170.9 333 162 curveto
-329.4 152.3 319 150.7 312 145 curveto
-300.2 142.3 291.2 148.7 284 155 curveto
-282.8 159.1 287.7 161.1 290 163 curveto
-303.2 171.4 320.3 170.3 333 180 curveto
-341.8 183.3 351 185.6 361 186 curveto
-361 185 361 184 361 183 curveto
-closepath
-fill
-newpath
-357 135 moveto
-361.8 126.8 349.9 127.4 347 122 curveto
-341.4 114.9 332.9 110.9 329 104 curveto
-327.3 101.3 322.5 100 324 96 curveto
-326.1 92.8 330.4 96.3 333 98 curveto
-337.3 100.7 341.7 97.3 346 97 curveto
-343.8 86.8 332.7 85.7 326 80 curveto
-322.5 79.3 318.3 77.9 317 74 curveto
-312.2 64.9 322.3 60.7 321 52 curveto
-323.8 41 328.2 28 325 17 curveto
-317.4 16.8 319.5 25.8 314 29 curveto
-311.8 32.7 304.6 30.9 306 37 curveto
-309.5 37.7 313.7 39.1 315 43 curveto
-314.3 48.7 316.7 55.6 313 60 curveto
-311.1 60.3 309.6 59.5 308 59 curveto
-293.5 46.9 284.8 31.5 271 20 curveto
-264.2 18.7 260.4 24.7 259 30 curveto
-257.8 32.6 258 35.9 258 39 curveto
-276.8 39.2 288.7 56.3 304 65 curveto
-307.5 64.9 309.3 69 312 71 curveto
-313.3 74.6 309.9 76.3 309 79 curveto
-308.3 85.9 319.3 93.8 311 98 curveto
-306.6 97.1 300.6 97.6 299 92 curveto
-304.1 80.4 294.9 72.3 289 64 curveto
-287.6 63.3 287.4 65.7 286 65 curveto
-277.5 80.5 281 99.7 283 117 curveto
-287.1 115.7 290.3 112.3 294 110 curveto
-309.9 114.8 321.3 130.8 337 136 curveto
-343 134.2 351.6 135.3 357 135 curveto
-closepath
-fill
-newpath
-374 62 moveto
-374 57.7 374 53.3 374 49 curveto
-368.6 46.4 362.1 40.9 357 48 curveto
-351.7 57.8 341.8 69.4 350 81 curveto
-359.3 77.8 371.6 73.3 374 62 curveto
-closepath
-fill
-
-% “大”。
-newpath
-501 224 moveto
-507.6 216 519.8 213 519 202 curveto
-510.5 194.5 518.5 184 516 174 curveto
-513.8 166.3 516.2 156.7 514 149 curveto
-514.3 146.1 517.5 145.7 520 146 curveto
-537.1 151 538.8 182.5 560 171 curveto
-557.7 161.3 549.5 155.7 542 149 curveto
-533.4 140.8 521.6 133.8 514 123 curveto
-512.2 101.2 508.4 78.4 488 66 curveto
-476 57.9 463 52.2 449 49 curveto
-447.3 51.2 438.3 44.3 442 51 curveto
-450.7 56.3 458.9 62.7 468 67 curveto
-482.2 77.4 486.1 93.8 491 109 curveto
-484.7 113.3 478.3 105.7 472 104 curveto
-456.1 97.9 445.1 86.2 430 78 curveto
-424.8 75.9 419.1 72.1 413 75 curveto
-406.8 81.8 408.2 93 408 101 curveto
-411.9 101.9 410.9 97.2 414 96 curveto
-436.6 97.6 452.7 115.2 474 120 curveto
-480.7 125.8 491.4 124.2 496 133 curveto
-500.2 163 498.3 195.4 486 221 curveto
-487.2 223.7 488.1 229.2 493 227 curveto
-495 224.5 497.7 223.5 501 224 curveto
-closepath
-fill
-newpath
-557 86 moveto
-564 76.3 578.2 71.9 574 58 curveto
-568.3 51.9 560.3 51.5 552 52 curveto
-550.3 54.4 550.8 58.5 552 61 curveto
-548.5 71.2 540.4 81.9 545 93 curveto
-548.4 91.3 552.1 86.2 557 86 curveto
-closepath
-fill
-
-% 学。
-newpath
-640 130 moveto
-639.8 124 641.2 115.7 635 114 curveto
-628.1 111.5 630.1 119.8 626 122 curveto
-625.8 131.8 626.8 139.7 624 148 curveto
-634.8 146.6 632.8 135.8 640 130 curveto
-closepath
-fill
-newpath
-733 248 moveto
-738 233.7 720.5 224.5 721 210 curveto
-728.7 202 735.5 214.1 744 213 curveto
-753.3 220.2 762.3 213.3 773 214 curveto
-768.4 191.6 756.7 169.5 737 156 curveto
-736.5 154.6 736.3 153.1 735 152 curveto
-740.1 145.1 758.1 154.4 754 140 curveto
-746.5 116.3 724.8 109.9 705 101 curveto
-715.3 113.3 728.2 123.7 736 138 curveto
-733 143.2 726.9 137.7 723 136 curveto
-703.9 117.4 683.8 101.3 660 94 curveto
-652.2 91.7 644 90.4 635 91 curveto
-635.9 98.4 645.4 97.9 650 103 curveto
-673.8 121.1 701.1 130.5 726 146 curveto
-726.6 147.9 725.1 148.8 724 150 curveto
-716.7 151.2 712 146 706 144 curveto
-705.5 149.3 711 153.3 709 158 curveto
-704 160 699.6 166.5 694 164 curveto
-686.8 160.8 686.1 147.6 677 150 curveto
-677.2 159.5 697.7 166.9 684 176 curveto
-694.5 171.8 700.6 182.7 705 189 curveto
-705.8 191.9 705.5 193 703 195 curveto
-699.4 194.7 696.9 191.6 693 192 curveto
-693.6 196.3 699.8 198.2 699 203 curveto
-694.9 208.7 686.3 203.7 684 212 curveto
-684.1 216.3 689.1 212.2 692 213 curveto
-695.3 212 699.5 214.5 703 216 curveto
-718.6 222.2 724.8 240.5 726 255 curveto
-729.2 254.8 729.6 249.9 733 248 curveto
-748 193 moveto
-743.7 180.6 733.5 168.9 725 160 curveto
-724.5 167.3 722.5 174 719 180 curveto
-710.8 180.5 719.2 163.3 708 168 curveto
-696.3 179.3 716.2 187.4 718 198 curveto
-728 202.3 738 194.7 748 193 curveto
-eofill
-newpath
-640 195 moveto
-643.7 193 646.5 188.9 651 189 curveto
-661.3 177.5 670.8 165.7 671 150 curveto
-667.8 144.8 662.5 140.5 657 139 curveto
-653.4 161.3 643.8 182 627 198 curveto
-625.5 199.7 625.5 203.3 627 205 curveto
-632.2 203.8 635.2 197.3 640 195 curveto
-closepath
-fill
-newpath
-732 82 moveto
-727.7 76.8 729.2 66.5 720 66 curveto
-713.6 65.1 703.7 68.2 702 60 curveto
-702.4 47.8 712 38.2 707 25 curveto
-704 12.5 688.9 12 678 10 curveto
-675.5 16.8 666.3 14.1 663 19 curveto
-675.2 21.9 691.3 19.6 697 34 curveto
-692.9 41.6 697.4 53.6 690 59 curveto
-670.3 53.8 653.1 42.5 636 31 curveto
-631.1 29.7 626.4 25.1 621 28 curveto
-620.2 35.6 610.3 39.5 614 49 curveto
-617.7 54.2 624 53 629 55 curveto
-654.8 67.1 680.6 79.3 709 85 curveto
-711.4 88.3 717 87.2 720 86 curveto
-723.4 86.2 729.3 86.3 732 82 curveto
-closepath
-fill
-
-showpage
-%%EOF
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 ac7b25955e5..50485f6e9d5 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
@@ -26,7 +26,6 @@
% chap/chap3.tex
% chap/conclusion.tex
% chap/encl1.tex
-% chap/encl2.tex
% chap/acknowledge.tex
\documentclass[UTF8, colorlinks]{pkuthss}
@@ -37,7 +36,7 @@
\usepackage{fancyvrb}
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
-\newcommand{\docversion}{v1.5.0}
+\newcommand{\docversion}{v1.5.2}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -79,7 +78,6 @@
\printbibliography[heading = bibintoc, sorting = ecnty]
\include{chap/encl1}
- \include{chap/encl2}
\backmatter