summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-11 16:43:45 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-11 16:43:45 +0200
commit95abbb9948ab7c8d4fe62aa9284c2abeced0515b (patch)
tree4d284bfd92d3b7efec32c08b698c1df8e479f655 /style
parentfa15aea3b9c647f2aa770315c148baaaad3ac8f9 (diff)
feat: completed the second iteration over the introduction and conclusion
Diffstat (limited to 'style')
-rw-r--r--style/style.tex16
-rw-r--r--style/toc.tex7
2 files changed, 17 insertions, 6 deletions
diff --git a/style/style.tex b/style/style.tex
index 2b69c8b..6a328cc 100644
--- a/style/style.tex
+++ b/style/style.tex
@@ -12,16 +12,18 @@
% For the font.
\usepackage{fouriernc}
+% fdsymbol can be loaded together with pifont
+\usepackage{fdsymbol}
% For beautiful appendices
\usepackage[page,toc,titletoc,title]{appendix}
-% This removes the self-reference to toc in the toc.
-\usepackage[nottoc]{tocbibind}
+% This removes the self-reference to toc, lof, lot in the toc.
+\usepackage[nottoc,notlof,notlot]{tocbibind}
-\usepackage{xspace, lipsum, booktabs, caption, setspace, vmargin, graphicx, pifont, float, array, ipsum, circledsteps, inconsolata, listings}
+\usepackage{xspace, lipsum, booktabs, caption, setspace, vmargin, graphicx, pifont, twemojis, float, array, ipsum, circledsteps, inconsolata, listings}
% Must be separately in case hidelinks=true option is needed.
-\usepackage[hidelinks]{hyperref}
+\usepackage{hyperref}
% Makes the TOC title font and number in a bold font.
\renewcommand\cftchapfont{\bfseries}
@@ -43,6 +45,12 @@
\oddsidemargin 2.5cm
\evensidemargin 2.5cm
+\hypersetup{
+ colorlinks=true,
+ citecolor=Green!90!white,
+ linkcolor=Blue!90!white
+}
+
\newcommand{\ie}{\emph{i.e.,}\xspace}
\newcommand{\eg}{\emph{e.g.,}\xspace}
\newcommand{\etc}{\emph{etc.}\xspace}
diff --git a/style/toc.tex b/style/toc.tex
index 956a8f4..9920293 100644
--- a/style/toc.tex
+++ b/style/toc.tex
@@ -7,8 +7,11 @@
\thispagestyle{empty}
{\small\tableofcontents}
\restoregeometry
-%\listoffigures
-%\listoftables
+\clearpage
+\listoffigures
+\clearpage
+\listoftables
+\newpage
% Restores to normal numbers.
\pagenumbering{arabic}