diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-05-17 14:21:09 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-05-17 14:21:09 +0200 |
| commit | a5a140c6286e8b113ca8d371f88e3ed54e731cea (patch) | |
| tree | cd648c36df09d30c217166865a81a0c4e523932b /style | |
| parent | a4102d0252236e85b2813160b4b11e3a19a00d62 (diff) | |
feat: added lots of citations and slowly finishing the introduction
Diffstat (limited to 'style')
| -rw-r--r-- | style/first-page.tex | 4 | ||||
| -rw-r--r-- | style/style.tex | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/style/first-page.tex b/style/first-page.tex index 953571e..076a1f2 100644 --- a/style/first-page.tex +++ b/style/first-page.tex @@ -9,12 +9,12 @@ Vrije Universiteit Amsterdam \vspace{2cm} -{\Large Honours Programme Thesis} +{\Large Bachelor Thesis} \vspace*{1.5cm} \rule{.9\linewidth}{.6pt}\\[0.4cm] -{\huge \bfseries Enabling Predictive Analytics for Datacenters through Digital Twinning \par}\vspace{0.4cm} +{\huge \bfseries Enabling Predictive Analytics for Datacenters Through Digital Twinning \par}\vspace{0.4cm} \rule{.9\linewidth}{.6pt}\\[1.5cm] \vspace*{2mm} diff --git a/style/style.tex b/style/style.tex index 72a9e50..fa7447f 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,14 +1,13 @@ \usepackage[T1]{fontenc} -\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx} +\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, enumitem, pifont} -\hypersetup { - hidelinks=true, +\hypersetup { + hidelinks=true, } - \usepackage[acronym, toc]{glossaries} \textwidth 15cm \textheight 22cm -\parindent 10pt +\parindent 10pt \parskip 0pt \oddsidemargin 2.5cm \evensidemargin 2.5cm @@ -18,3 +17,7 @@ \newcommand{\etc}{etc.\xspace} \newcommand{\etal}{\emph{et~al.}\xspace} \newcommand{\todo}[1]{\textcolor{blue}{#1}} +\newcommand{\one}{(\ding{182})\xspace} +\newcommand{\two}{(\ding{183})\xspace} +\newcommand{\three}{(\ding{184})\xspace} +\newcommand{\four}{(\ding{185})\xspace} |
