Njust Thesis

Njust Thesis LaTeX template.

Category

thesis

License

Free to use (MIT)

File

myThesis.tex

myThesis.texRead-only preview
%%%%% ------------------------------------------------------------------------------------------
%%
%%                               Document Template
%%
%%  Project Name: njustThesis
%%  Repository: https://github.com/jiec827/njustThesis
%%
%%%%% ------------------------------------------------------------------------------------------
%% re-written by Jie Cheng <jie.cheng@aliyun.com>
%% Last-modified: 2015-01-05
%%
%% This program can be redistributed and/or modified under the terms
%% of the GNU Public License, version 2.
%%%%% ------------------------------------------------------------------------------------------
%%
%%%%*************************Document Class Declaration*******************************
%%
\documentclass{njustThesis}% thesis template of the Nanjing Univ of Sci & Tech
%% Options:
%% [draftinfo] % show draft version information
%%%%% --------------------------------------------------------------------------------
%%
%%%%**************************Command Define and Settings***************************
%%
\usepackage[njust]{commons}% common settings
\usepackage{custom}% user defined commands
%%%%% ------------------------------------------------------------------------------------------
%%%%*********************************Content**********************************************
%%
\begin{document}
%%
%%%%% ------------------------------------------------------------------------------------------
%%
%%%%*********************************Frontmatter******************************************
%%
%% Frontmatter of Title page, Table of contents, Preface chapter.
%%
%% >>> Cover
%%
\input{tex/cover}
%%
%% >>> start frontmatter page No.
%%
\frontmatter
%%
%% >>> Abstract
%%
\input{tex/abstract}
%%
%%% >>> List of Content
%%
%\clearpage
\tableofcontents% contents catalog
\addcontentsline{toc}{chapter}{目录}
%% list figures and tables sperately
\listoffigures%   figures catalog
%\addcontentsline{toc}{chapter}{插图目录}
\listoftables%    tables catalog
%\addcontentsline{toc}{chapter}{表格目录}
%% list figures and tables together
%\listoffiguresandtables
%\addcontentsline{toc}{chapter}{图表目录}
%%
% {\centering\printnomenclature}% nomenclature catalog
% \addcontentsline{toc}{chapter}{术语表}
%%
%%%%% ------------------------------------------------------------------------------------------
%%
%%%%*********************************Mainmatter******************************************
%%
%% Main topics.
\mainmatter
%%
%%% >>> Main Contents
%%
\input{tex/ch1-introduction}%
\input{tex/ch2-guide}%
\input{tex/ch3-texStructure}%
\input{tex/ch4-eqnFigAndTab}%
%%%%% ------------------------------------------------------------------------------------------
%%
%%%%*********************************Appendix********************************************
%%
%% Some subordinate chapters.
\input{tex/appendix}%
%%%%% ------------------------------------------------------------------------------------------
%%
%%%%********************************Backmatter*******************************************
%%
%% Matters of Bibliography, Glossary, Index.
\backmatter
%%
%%% >>> Acknowledgements
%%
\input{tex/thanks}
%%
%%% >>> Bibliography
%%
%\bibliographystyle{plainnat}
{\centering\bibliography{bib/myRefs}}%
%%
%%% >>> Publications
%%
\input{tex/publications}
%%
%%% >>> Resume
%%
\input{tex/resume}
%%
\end{document}
%%%%% ------------------------------------------------------------------------------------------
Preview
Njust Thesis preview
Njust Thesis LaTeX Template | Bibby | Bibby AI