Colaps Praxisproject Template
Author
Irene-Angelica Chounta
Last Updated
há 2 anos
License
Creative Commons CC BY 4.0
Abstract
Report template for Praxisprojects @ colaps, UDE
\documentclass[11pt, a4paper, oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage[english]{babel}
%Includes "References" in the table of contents
\usepackage[nottoc]{tocbibind}
%\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage{subcaption}
\usepackage[hidelinks]{hyperref}
\usepackage{acronym}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\usepackage{xspace}
\usepackage{mdframed}
\usepackage{color, colortbl}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\usepackage{booktabs}
%\linespread{0.4}
\def\whatIsIt{Praxisproject Report}
\def\title{Title of your project}
\def\praxisproject{Name of the Praxisproject}
\def\author{Author Name 1, Author Name 2, Author Name 3}
\def\matrikelNr{xxxxx1, xxxxx2, xxxxx3}
\def\location{Duisburg}
\def\date{insert date}
\def\betreuer{Prof. Dr. Irene-Angelica Chounta}
%\def\ersterGutachter{Prof. Dr. Name}
%\def\fach{Faculty of Engineering}
\def\dept{Department of Computer Science and Applied Cognitive Science}
\def\researchgroup{Computational Methods in Modeling and Analysis of Learning Processes}
\def\semester{Insert Semester and Academic Year}
\begin{document}
% This is an example of the thesis outline. Please adapt this template to fit your needs.
\include{title}
\cleardoublepage
\pagestyle{empty}
\thispagestyle{plain}
\input{abstract}
\tableofcontents
\mainmatter
\lhead{}
\chead{}
\pagestyle{fancy}
\include{Summary}
\include{Method}
\include{Evaluation}
\include{Conclusion}
%Figures, tables and references
\cleardoublepage
\bibliographystyle{acm}
\bibliography{references.bib}
%appendices
\cleardoublepage
\pagenumbering{roman}
\appendix
\include{appendix}
\end{document}