pkuthss/doc/readme/pkuthss.tex

89 lines
2.3 KiB
TeX
Raw Normal View History

% vim:ts=4:sw=4
%
2014-04-11 21:26:52 +08:00
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
2014-04-11 13:20:31 +08:00
% Copyright (c) 2010-2014 Casper Ti. Vector
2014-04-11 21:26:52 +08:00
%
% 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/acknowledge.tex
2013-03-29 12:22:12 +08:00
\documentclass[UTF8, colorlinks]{pkuthss}
\usepackage[backend = biber, style = caspervector, utf8, sorting = none]{biblatex}
\usepackage{lmodern}
\usepackage{amssymb}
\usepackage{fancyvrb}
2014-05-10 20:19:34 +08:00
\usepackage{hologo}
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
2014-07-07 21:38:33 +08:00
\newcommand{\docversion}{v1.5.5}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
ctitle = {北京大学论文文档模版\\pkuthss \docversion},
etitle = {%
The PKU dissertation document class\texorpdfstring{\\}{: }%
pkuthss \docversion%
},
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
2014-07-04 00:39:12 +08:00
date = {二〇一四年七月},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
2012-05-28 17:05:01 +08:00
direction = {据说 Casper 自己也不知道},
cmentor = {XX 教授}, ementor = {Prof.\ XX},
ckeywords = {\LaTeX2e{},排版,文档类,\CTeX{}},
ekeywords = {\LaTeX2e{}, typesetting, document class, \CTeX{}}
}
\addbibresource{pkuthss.bib}
\begin{document}
\frontmatter
\maketitle
\include{chap/copyright}
\include{chap/abstract}
\tableofcontents
\mainmatter
\include{chap/introduction}
\include{chap/chap1}
\include{chap/chap2}
\include{chap/chap3}
\include{chap/conclusion}
\appendix
\printbibliography[heading = bibintoc, sorting = ecnty]
\include{chap/encl1}
\backmatter
\include{chap/acknowledge}
\include{chap/originauth}
\end{document}