Documentation

I found this LaTeX template I build for the graduation project. fun moment.

Category

Other

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[11pt, oneside, a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage[style=ieee,sorting=none]{biblatex}
\addbibresource{reference.bib}


\begin{document}

\include{cover}

\pagenumbering{roman}
\setcounter{page}{2}

\include{ch-acknowledgements}
\include{ch-undertaking}
\include{ch-abstract}

\tableofcontents
\listoffigures
\listoftables

\clearpage

\pagenumbering{arabic}
\setcounter{page}{1}

\include{ch-introduction}
\include{ch-related-existing-system}
\include{ch-requirement-engineering-and-analysis}
\include{ch-architecture-and-design}
\include{ch-implementation-plan}
\include{ch-testing-plan}
\include{ch-conclusion-and-results}

\include{ch-references}

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