summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/style.tex4
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}}}}