summaryrefslogtreecommitdiff
path: root/preamble.tex
blob: 993fe821cffff38b3d4e9be860bb714097001384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[11pt]{article}
\usepackage{graphicx}
%\usepackage{xcolor}
\usepackage{fancyhdr}
\usepackage{listings}
\usepackage{subfig}
\renewcommand{\floatpagefraction}{.8}%
%\renewcommand{\thesubfigure}{Figure \arabic{subfigure}}
\captionsetup[subfigure]{labelformat=simple, labelsep=colon}
\pagestyle{fancy}
\author{Bent Bisballe Nyeng <deva@aasimon.org> University of Aarhus}
\begin{document}
\maketitle
\noindent\textit{This exercise is done one a stationary PC (ie. not
  laptop), 64-bit Intel i7 with 4 cores, each with hyper-threading
  enabled (8 hyper-threads in total) and 16GB RAM, running Gentoo
  linux using gcc-11.2. Optimization flags set to -O2}

\bigskip