diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-27 17:18:48 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-27 17:18:48 +0200 |
| commit | caf75aad39580fd3c8536fb0d21ea94368c6c130 (patch) | |
| tree | 3c68fab0f00b670c94e20e1275b91a239339a32b /style/style.tex | |
| parent | 577d8de6f8847ac562aa3c02c52c54f1956a756c (diff) | |
feat: removed the PhD template class in favour of a much simpler setup
Diffstat (limited to 'style/style.tex')
| -rw-r--r-- | style/style.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/style/style.tex b/style/style.tex index 69c0d05..cef4167 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,6 +1,7 @@ \usepackage[T1]{fontenc} \usepackage[inline]{enumitem} -\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont, float, array, ipsum, circledsteps} +\usepackage[dvipsnames]{xcolor} +\usepackage{xspace,hyperref, lipsum, booktabs, caption, fancyhdr, footmisc, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont, float, array, ipsum, circledsteps} \hypersetup { hidelinks=false, @@ -16,8 +17,6 @@ \oddsidemargin 2.5cm \evensidemargin 2.5cm -% for [] citation brackets -\setcitestyle{square} \newcommand{\ie}{\emph{i.e.,}\xspace} \newcommand{\eg}{\emph{e.g.,}\xspace} @@ -29,4 +28,5 @@ \newcommand{\three}{(\ding{184})\xspace} \newcommand{\four}{(\ding{185})\xspace} +\usepackage{cleveref} \newcommand\myCircled[1]{\scalebox{0.75}{\Circled[fill color=black,inner color=white]{{\sffamily#1}}}} |
