diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-02 21:05:57 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-02 21:05:57 +0200 |
| commit | f628c0c3a1ab7ec6f38338c7bc6e1498fe5f1dfa (patch) | |
| tree | 13abc2f0b47d5060bc72adcb8c56e2ab47bc8ff9 /style/style.tex | |
| parent | 73c0ec7ef5581ad2a158a9cd1506070b37b3c85c (diff) | |
feat: added the implementation chapter
Diffstat (limited to 'style/style.tex')
| -rw-r--r-- | style/style.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/style.tex b/style/style.tex index 9b90c45..e26efc2 100644 --- a/style/style.tex +++ b/style/style.tex @@ -9,7 +9,9 @@ citecolor=Red, linkcolor=Red, } +% Glossaries loads amsmath \usepackage[acronym, toc]{glossaries} +\usepackage{cleveref} \textwidth 15cm \textheight 22cm \parindent 10pt @@ -17,12 +19,10 @@ \oddsidemargin 2.5cm \evensidemargin 2.5cm - \newcommand{\ie}{\emph{i.e.,}\xspace} \newcommand{\eg}{\emph{e.g.,}\xspace} \newcommand{\etc}{\emph{etc.}\xspace} \newcommand{\etal}{\emph{et~al.}\xspace} \newcommand{\todo}[1]{\textcolor{blue}{#1}} -\usepackage{cleveref} \newcommand\myCircled[1]{\scalebox{0.75}{\Circled[fill color=black,inner color=white]{{\sffamily#1}}}} |
