diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-05-20 13:49:18 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-05-20 13:49:18 +0200 |
| commit | 91ca6b9411a1675f5735a86ac658833dc78cc382 (patch) | |
| tree | b96bf9bf3f973acbc3ec0030c651af98ec0c8101 /style | |
| parent | a5a140c6286e8b113ca8d371f88e3ed54e731cea (diff) | |
feat: finish the context in the introduction
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} |
