From ffd0fed4a5f028983d136d7f46f1c6f0a78b2d64 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 25 Apr 2020 23:26:58 +0200 Subject: [PATCH] added a report template --- report.tex | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 report.tex diff --git a/report.tex b/report.tex new file mode 100644 index 0000000..c9d4d54 --- /dev/null +++ b/report.tex @@ -0,0 +1,46 @@ +%% PAGE LAYOUT +\documentclass[a4paper, 12pt, twocolumn, english]{article} +\input{packages} +\input{commands} +\geometry{margin=1in} +%%% TITLE +\title{<++>} +\author{\textit{Alexander Bocken}} +%\date{} +\addto\captionsenglish{\def\contentsname{\textsc{Contents}}} + +%%% HEAD- AND FOOTLINES +\usepackage{scrpage2} +\pagestyle{scrheadings} +\clearscrheadfoot +\ihead{\textsc{<++>}} +\chead{} +\ohead{} +\ifoot{} +\cfoot{\pagemark} +\ofoot{} + +\begin{document} +\twocolumn[ + \begin{@twocolumnfalse} + \maketitle + \section*{\textsc{Abstract}} + <++>\\ + \end{@twocolumnfalse} +] + +\tableofcontents + +\section{\textsc{<++>}} +<++> + +\onecolumn +\renewcommand{\thesection}{A} +\section{Appendix} +\appendix +%The code used for calculating these results: +%\begin{minted}[breaklines, linenos, xleftmargin=12pt]{python} +% <++> +%\end{minted} +%\includepdf[pages=-]{<++>} +\end{document}