diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
| commit | a4102d0252236e85b2813160b4b11e3a19a00d62 (patch) | |
| tree | d76601da26d87bad8b40eeabf1b71e6a6f0fbd69 /style | |
| parent | 11626ee425dc307ff1744a357edda72210684c90 (diff) | |
feat: added some refinements to the introduction
Diffstat (limited to 'style')
| -rw-r--r-- | style/first-page.tex | 2 | ||||
| -rw-r--r-- | style/style.tex | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/style/first-page.tex b/style/first-page.tex index 2403907..953571e 100644 --- a/style/first-page.tex +++ b/style/first-page.tex @@ -14,7 +14,7 @@ Vrije Universiteit Amsterdam \vspace*{1.5cm} \rule{.9\linewidth}{.6pt}\\[0.4cm] -{\huge \bfseries Title of the Thesis\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 f6e2697..72a9e50 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,9 +1,15 @@ \usepackage[T1]{fontenc} \usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx} +\hypersetup { + hidelinks=true, +} + +\usepackage[acronym, toc]{glossaries} \textwidth 15cm \textheight 22cm -\parindent 10pt +\parindent 10pt +\parskip 0pt \oddsidemargin 2.5cm \evensidemargin 2.5cm |
