This is a latex template for PhDs in BUPT to finish their dissertation in a no-hair-loss manner.
Full docs are listed here.
- TeXLive (>= 2017 recommended)
IMPORTANT: All files MUST be encoded in UTF-8.
Only xelatex
can be used to compile this project.
- Compile by hand
# with bibtex xelatex main.tex bibtex main.tex xelatex main.tex xelatex main.tex
- Compile by TeXStudio
Configure the TeXStudio to use xelatex
as default compiler and press compile button.
- Add a new
tex
file inChapter
directory, assuming the name ischapter_I.tex
. - Open this file, insert
\chapter{Your chapter title}
as first line. - Add a new line
\include{Chapter/chapter_I.tex}
inmain.tex
after\mainmatter
. - Then compile.
- Open class file
buptthesis.cls
, find the line with\RequirePackage[xxx]{algorithm2e}
. - Remove the option
linesnumbered
and re-compile. - The meanings of the rest options can be found here in Chapter 7.
The first version of this template is designed and implemented by Haojun Yang <yanghaojun.yhj@gmail.com>, great thanks for his creativeness and wisdom.
Check this file for complete author list.