diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex b/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex index 964610f5a91..adb685b9ec8 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme/pkuthss.tex @@ -1,9 +1,7 @@ -% vim:ts=4:sw=4 -% % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2015 Casper Ti. Vector +% Copyright (c) 2010-2016 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 @@ -30,7 +28,10 @@ \documentclass[UTF8]{pkuthss} -\usepackage[backend = biber, style = caspervector, utf8, sorting = ecnty]{biblatex} +\usepackage[ + backend = biber, style = caspervector, utf8, sorting = ecnty, + giveninits = true, sortgiveninits = true +]{biblatex} \usepackage{fancyvrb} \usepackage{hologo} @@ -42,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.0} +\newcommand{\docversion}{v1.7.1} \pkuthssinfo{ cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis}, @@ -54,7 +55,7 @@ cauthor = {盖茨波·钛·维克托}, eauthor = {Casper Ti.\ Vector}, studentid = {00910???}, - date = {二〇一五年十二月}, + date = {二〇一六年三月}, school = {化学与分子工程学院}, cmajor = {化学(?)}, emajor = {Chemistry ... ?}, direction = {据说 Casper 自己也不知道}, @@ -68,13 +69,13 @@ \frontmatter \pagestyle{empty} \maketitle + \cleardoublepage + \include{chap/pkuthss-copyright} \cleardoublepage \pagestyle{plain} \setcounter{page}{0} \pagenumbering{Roman} - - \include{chap/pkuthss-copyright} \include{chap/pkuthss-abstract} \tableofcontents @@ -94,3 +95,4 @@ \include{chap/originauth} \end{document} +% vim:ts=4:sw=4 |