From 95abbb9948ab7c8d4fe62aa9284c2abeced0515b Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 11 Jul 2026 16:43:45 +0200 Subject: feat: completed the second iteration over the introduction and conclusion --- style/style.tex | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'style/style.tex') 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} -- cgit v1.2.3