From 91ca6b9411a1675f5735a86ac658833dc78cc382 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Wed, 20 May 2026 13:49:18 +0200 Subject: feat: finish the context in the introduction --- style/style.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'style') 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} -- cgit v1.2.3