diff options
Diffstat (limited to 'style')
| -rw-r--r-- | style/style.tex | 16 | ||||
| -rw-r--r-- | style/toc.tex | 7 |
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} |
