diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/example.pdf | bin | 91944 -> 95198 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/example/thesis.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme.pdf | bin | 375263 -> 396368 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme/ChangeLog.txt | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf | bin | 3641 -> 3641 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf | bin | 6392 -> 6392 bytes |
11 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/example.pdf b/Master/texmf-dist/doc/latex/pkuthss/example.pdf Binary files differindex 8f0ee7b1044..3fc96cbb807 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example.pdf +++ b/Master/texmf-dist/doc/latex/pkuthss/example.pdf diff --git a/Master/texmf-dist/doc/latex/pkuthss/example/thesis.tex b/Master/texmf-dist/doc/latex/pkuthss/example/thesis.tex index f46610aeff6..a06092ccc5d 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example/thesis.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/example/thesis.tex @@ -94,9 +94,8 @@ % 正文中的附录部分。 \appendix - % 排版参考文献列表。 - % 以下选项使“参考文献”出现在目录中;如果同时要使参考文献列表参与章节编号, - % 可将“bibintoc”改为“bibnumbered”。 + % 排版参考文献列表。bibintoc 选项使“参考文献”出现在目录中; + % 如果同时要使参考文献列表参与章节编号,可将“bibintoc”改为“bibnumbered”。 \printbibliography[heading = bibintoc] % 各附录。 \include{chap/encl1} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme.pdf b/Master/texmf-dist/doc/latex/pkuthss/readme.pdf Binary files differindex f109b66ecba..d8b2fd2a930 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme.pdf +++ b/Master/texmf-dist/doc/latex/pkuthss/readme.pdf diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme/ChangeLog.txt b/Master/texmf-dist/doc/latex/pkuthss/readme/ChangeLog.txt index 4a69b7188a4..a88eb3db074 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/pkuthss/readme/ChangeLog.txt @@ -1,3 +1,12 @@ +2016-03-22, v1.7.2 + + * Changes to documentation: + - pkuthss-chap1.tex: note biblatex-caspervector's dependence on biber. + + * Misc: + - Fix missing bib due to inconsistency on author's computer. + - Minor fixes and cosmetics. + 2016-03-17, v1.7.1 * Changes to example template: diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex index 617c7eafac8..862e02e7dcd 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme/chap/pkuthss-chap1.tex @@ -40,7 +40,8 @@ \item 如果需要对中文文献进行按汉语拼音的排序的话, 还需要 biber\supercite{biber} 程序。 \item 如果使用默认的文献列表和引用样式的话,还需要作者编写的 biblatex 样式 - (biblatex-caspervector\supercite{biblatex-caspervector})。 + (biblatex-caspervector\supercite{biblatex-caspervector}), + 此样式要求使用 biber 程序。 \item 如果需要使用 Makefile 来实现自动编译,还需要 Make 工具; 但如果使用由批处理实现的伪“Makefile”就不用了。 \end{itemize} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex b/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex index adb685b9ec8..e1d81f4554d 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex @@ -43,7 +43,7 @@ \hypersetup{colorlinks = true, allcolors = blue} \newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}} \newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}} -\newcommand{\docversion}{v1.7.1} +\newcommand{\docversion}{v1.7.2} \pkuthssinfo{ cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis}, @@ -87,7 +87,7 @@ \include{chap/pkuthss-conclusion} \appendix - \printbibliography[heading = bibintoc, sorting = ecnty] + \printbibliography[heading = bibintoc] \include{chap/pkuthss-encl1} \backmatter diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf Binary files differindex 3b4dd573723..8992cd90fee 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf +++ b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def index 252a85ca3bd..aafa45b2da1 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def @@ -22,7 +22,7 @@ % pkuword.eps \ProvidesFile{pkuthss-gbk.def} - [2016/03/17 v1.7.1 Labels and captions in GBK encoding + [2016/03/22 v1.7.2 Labels and captions in GBK encoding for the pkuthss document class] \def\label@ctitle{Ŀ} diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def index d58631f072b..370d0e21a4a 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def @@ -22,7 +22,7 @@ % pkuword.eps \ProvidesFile{pkuthss-utf8.def} - [2016/03/17 v1.7.1 Labels and captions in UTF-8 encoding + [2016/03/22 v1.7.2 Labels and captions in UTF-8 encoding for the pkuthss document class] \def\label@ctitle{题目:} diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls index 2106e51464e..de448e91a81 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls @@ -23,7 +23,7 @@ \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{pkuthss} - [2016/03/17 v1.7.1 Peking University dissertation document class] + [2016/03/22 v1.7.2 Peking University dissertation document class] % eg. `\pkuthss@int@boolopt{spacing}{true}' will expand to: % \newif\ifpkuthss@opt@spacing \pkuthss@opt@spacingtrue diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf Binary files differindex 8a2a87f13e5..ec3da41bc45 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf |