pkuthss/doc/readme/pkuthss.tex

104 lines
3.0 KiB
TeX
Raw Normal View History

2014-04-11 21:26:52 +08:00
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
2019-11-15 22:15:05 +08:00
% Copyright (c) 2010-2016,2018-2019 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
2017-03-07 21:39:19 +08:00
% https://www.latex-project.org/lppl.txt
2014-04-11 21:26:52 +08:00
% 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
2018-06-07 17:27:14 +08:00
% chap/pkuthss-copy.tex
% chap/pkuthss-abs.tex
% chap/pkuthss-intro.tex
% chap/pkuthss-chap1.tex
% chap/pkuthss-chap2.tex
% chap/pkuthss-chap3.tex
2018-06-07 17:27:14 +08:00
% chap/pkuthss-concl.tex
% chap/pkuthss-encl1.tex
2018-06-07 17:27:14 +08:00
% chap/pkuthss-ack.tex
\documentclass[UTF8]{pkuthss}
\usepackage[
2016-06-07 17:46:14 +08:00
backend = biber, style = caspervector, utf8,
sorting = ecnyt, giveninits = true, sortgiveninits = true
]{biblatex}
2018-07-02 17:10:00 +08:00
\usepackage{iftex, fancyvrb, hologo}
2019-08-01 23:41:42 +08:00
\hypersetup{colorlinks = true, allcolors = blue}
2015-06-09 23:13:04 +08:00
\ctexset{linestretch = 2\ccwd}
2019-08-01 23:41:42 +08:00
\setlength{\hfuzz}{3pt}
2018-06-25 00:28:09 +08:00
\setlength{\bibitemsep}{3bp}
2019-08-01 23:41:42 +08:00
\renewcommand*{\bibfont}{\zihao{5}\linespread{1.27}\selectfont}
2015-04-27 14:26:07 +08:00
\newcommand*{\cupercite}[1]{\supercite{#1}\mbox{}}
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
\newcommand{\unemph}[1]{\textup{\textcolor{black}{#1}}}
2018-07-02 17:10:00 +08:00
\RecustomVerbatimEnvironment{Verbatim}{Verbatim}%
{frame = single, tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}}
\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}{
fontsize = {\small}, baselinestretch = 1,
tabsize = 4, formatcom = {\ifXeTeX\xeCJKVerbAddon\fi}
}
2019-11-17 19:10:49 +08:00
\newcommand*{\docversion}{v1.8.2}
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
2015-05-09 17:11:42 +08:00
ctitle = {北京大学学位论文模版\\pkuthss \docversion},
etitle = {%
2015-04-27 14:26:07 +08:00
PKU dissertation document class\texorpdfstring{\\}{: }%
pkuthss \docversion%
},
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
2019-11-15 22:15:05 +08:00
date = {\zhdigits{2019}\zhnumber{11}},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
2012-05-28 17:05:01 +08:00
direction = {据说 Casper 自己也不知道},
cmentor = {XX 教授}, ementor = {Prof.\ XX},
2015-04-29 23:35:37 +08:00
ckeywords = {\hologo{LaTeX2e},排版,文档类,\CTeX{}},
ekeywords = {\hologo{LaTeX2e}, Typesetting, Document class, \CTeX{}}
}
\addbibresource{pkuthss.bib}
\begin{document}
\frontmatter
\pagestyle{empty}
\maketitle
\cleardoublepage
2018-06-07 17:27:14 +08:00
\include{chap/pkuthss-copy}
\cleardoublepage
\pagestyle{plain}
\setcounter{page}{0}
\pagenumbering{Roman}
2018-06-07 17:27:14 +08:00
\include{chap/pkuthss-abs}
\tableofcontents
\mainmatter
2018-06-07 17:27:14 +08:00
\include{chap/pkuthss-intro}
\include{chap/pkuthss-chap1}
\include{chap/pkuthss-chap2}
\include{chap/pkuthss-chap3}
2018-06-07 17:27:14 +08:00
\include{chap/pkuthss-concl}
\appendix
\printbibliography[heading = bibintoc]
\include{chap/pkuthss-encl1}
\backmatter
2018-06-07 17:27:14 +08:00
\include{chap/pkuthss-ack}
\include{chap/origin}
\end{document}
2016-02-27 21:16:58 +08:00
% vim:ts=4:sw=4