Tjuthesis

LaTeX template for Tianjin University Master's and Doctoral Theses. 天津大学硕博学位论文 LaTeX 模板。

Category

phd

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[master]{tjuthesis} % 如果是博士论文,将 master 改为 phd

\usepackage{zhlipsum} % 只用于示例文件生成 dummy text,可删除
\usepackage{lipsum} % 只用于示例文件生成 dummy text,可删除

\addbibresource{references.bib} % 添加参考文献数据库

\begin{document}

\include{contents/titlepage} % 扉页

\include{contents/declaration} % 独创性声明

\frontmatter % 开始有页码(大写罗马)

\include{contents/abstract} % 中英文摘要

\tableofcontents % 目录

\mainmatter % 进入正文部分,页码变为阿拉伯数字

\include{contents/demo} % 导入正文示例

\printbibliography[heading=bibintoc] % 生成参考文献列表并添加到目录中

\include{contents/appendix} % 添加附录

\backmatter % 以后的章节没有编号

\include{contents/publications} % 发表论文和参加科研情况说明

\include{contents/acknowledgements} % 致谢

\end{document}
Preview
Tjuthesis preview
Tjuthesis LaTeX Template | Bibby | Bibby AI