diff options
Diffstat (limited to 'style')
| -rw-r--r-- | style/style.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/style/style.tex b/style/style.tex index fa7447f..cad1793 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,5 +1,6 @@ \usepackage[T1]{fontenc} -\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, enumitem, pifont} +\usepackage[inline]{enumitem} +\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont} \hypersetup { hidelinks=true, @@ -12,9 +13,13 @@ \oddsidemargin 2.5cm \evensidemargin 2.5cm +% for [] citation brackets +\setcitestyle{square} + + \newcommand{\ie}{\emph{i.e.,}\xspace} \newcommand{\eg}{\emph{e.g.,}\xspace} -\newcommand{\etc}{etc.\xspace} +\newcommand{\etc}{\emph{etc.}\xspace} \newcommand{\etal}{\emph{et~al.}\xspace} \newcommand{\todo}[1]{\textcolor{blue}{#1}} \newcommand{\one}{(\ding{182})\xspace} |
