Templates

JLU CSW Thesis

Preview

JLU CSW Thesis

A LaTeX Template for Jilin University CSW undergradate thesis, based on CTeX's ctexbook

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[a4paper]{jluCSWThesis}

\hypersetup{
  pdftitle={<your title>},
  pdfkeywords={<keyword1, keyword2>},
  pdfcreator={<your name>},
}

% refs
\addbibresource{references.bib}

\begin{document}
\pagestyle{toc}
\frontmatter
\input{before_toc.tex}
\clearpage
\tableofcontents

\mainmatter
\pagestyle{plain}
\input{chap/chap.01.intro.tex}
\input{chap/chap.02.main.tex}

\backmatter
% bib part
\input{references.tex}

% appendix part
\appendix
\input{appendix.tex}

% thanks part
\input{thanks.tex}

\end{document}
Preview
JLU CSW Thesis preview
JLU CSW Thesis LaTeX Template | Bibby | Bibby AI