Templates

For NPU Thesis

Preview

For NPU Thesis

西北工业大学本科毕业设计论文模版 | Thesis Template for Northwestern Polytechnical University

Category

university

License

Free to use (MIT)

File

example.tex

example.texRead-only preview
\documentclass[12pt,a4paper,openany,oneside]{book}

% 格式控制
\input{settings/thesis-setting}

% 非格式控制插件
% \usepackage{math-symbols}
\usepackage{math-symbols}
\input{plug-ins/aerocoeffs}

% 插图目录
\graphicspath{{figures/}}

% 仅用于测试
\usepackage{blindtext}

\title{\textsf{比如我举个例子}}
\author{{\kai 谁知道呢}}
\date{May 20, 20xx}

\begin{document}

\sloppy

\pagenumbering{Roman}

% 封皮
\frontmatter
\input{settings/cover.tex}
\clearpage
\thispagestyle{empty}
\phantom{s}
\clearpage
\includepdf{preface/tasklist.pdf}
\newpage
\clearpage
\thispagestyle{empty}
\phantom{s}
\clearpage

\setcounter{page}{1}
\pagenumbering{Roman}
\renewcommand{\baselinestretch}{1.25}

% 中文摘要
\include{preface/c_abstract}
% 英文摘要
\include{preface/e_abstract}

\renewcommand{\baselinestretch}{1.25}
\fontsize{12pt}{12pt}\selectfont
\phantomsection
\addcontentsline{toc}{chapter}{\fHei 目录}
\tableofcontents
\clearpage

\mainmatter

\renewcommand{\baselinestretch}{1.25}
\sHalfXiaosi\fSong

% 正文内容
\input{chapters/chapter01.tex}
\input{chapters/chapter02.tex}
\input{chapters/chapter03.tex}

% 参考文献设置
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\fHei 参考文献}
\sWuhao

% npu专用
\bibliographystyle{settings/nputhesis}

% 参考文献位置
\bibliography{references/reference}

% 附录
\backmatter
\input{appendix/appendix.tex}
\input{appendix/acknowledgements.tex}
\input{appendix/design-conclusion.tex}

\clearpage
\end{document}
Preview
For NPU Thesis preview
For NPU Thesis LaTeX Template | Bibby | Bibby AI