summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex32
1 files changed, 23 insertions, 9 deletions
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 71e8cfdbe30..eb7d71a5281 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex
@@ -3,7 +3,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2014 Casper Ti. Vector
+% Copyright (c) 2010-2015 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
@@ -31,44 +31,56 @@
\documentclass[UTF8, colorlinks]{pkuthss}
\usepackage[backend = biber, style = caspervector, utf8, sorting = none]{biblatex}
-\usepackage{lmodern}
+\usepackage[defaultsups]{newtxtext}
+\usepackage{newtxmath}
\usepackage{amssymb}
\usepackage{fancyvrb}
\usepackage{hologo}
+\setlength{\hfuzz}{3pt}
+\setlength{\bibitemsep}{3bp}
+\renewcommand*{\bibfont}{\zihao{5}\linespread{1.27}\selectfont}
+
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
-\newcommand{\docversion}{v1.5.5}
+\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
+\newcommand{\docversion}{v1.6.0}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
ctitle = {北京大学论文文档模版\\pkuthss \docversion},
etitle = {%
- The PKU dissertation document class\texorpdfstring{\\}{: }%
+ PKU dissertation document class\texorpdfstring{\\}{: }%
pkuthss \docversion%
},
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
- date = {二〇一四年七月},
+ date = {二〇一五年四月},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},
cmentor = {XX 教授}, ementor = {Prof.\ XX},
ckeywords = {\LaTeX2e{},排版,文档类,\CTeX{}},
- ekeywords = {\LaTeX2e{}, typesetting, document class, \CTeX{}}
+ ekeywords = {\LaTeX2e{}, Typesetting, Document class, \CTeX{}}
}
\addbibresource{pkuthss.bib}
\begin{document}
\frontmatter
+ \pagestyle{empty}
\maketitle
\include{chap/copyright}
+
+ \cleardoublepage
+ \pagestyle{plain}
+ \setcounter{page}{0}
+ \pagenumbering{Roman}
+
\include{chap/abstract}
\tableofcontents
\mainmatter
-
\include{chap/introduction}
\include{chap/chap1}
\include{chap/chap2}
@@ -76,13 +88,15 @@
\include{chap/conclusion}
\appendix
-
\printbibliography[heading = bibintoc, sorting = ecnty]
\include{chap/encl1}
\backmatter
-
\include{chap/acknowledge}
+
+ \cleardoublepage
+ \pagestyle{empty}
+
\include{chap/originauth}
\end{document}