Report

My personal template for reports and documentation

Category

Reports

License

Free to use (MIT)

File

report.tex

report.texRead-only preview
\documentclass[11pt,a4paper]{report} 

\include{settings/settings}

\begin{document}

\title{\Huge\textsf{\textbf{Project XYZ}}\\
\vspace{30px}
\large{Documentation for the module "XXXXXX"}}
\author{
  First Last\\ \texttt{lastf1}
}

\maketitle

\begin{abstract}
This documentation describes our project.
\end{abstract}

\tableofcontents

\include{chapters/1-intro}

\bibliography{bibliography}
\addcontentsline{toc}{chapter}{Bibliography}

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