diff options
Diffstat (limited to 'style/style.tex')
| -rw-r--r-- | style/style.tex | 16 |
1 files changed, 12 insertions, 4 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} |
