diff --git a/src/elite-utils.sty b/src/elite-utils.sty index 31c1367..2192366 100644 --- a/src/elite-utils.sty +++ b/src/elite-utils.sty @@ -11,7 +11,7 @@ % text utils -\providecommand{\angled}[1]{\ensuremath{\langle} #1\ensuremath{\rangle}} % enclosed in angled brackets +\providecommand{\angled}[1]{\ensuremath{\langle}#1\ensuremath{\rangle}} % enclosed in angled brackets \providecommand{\code}[1]{\texttt{#1}} % just wraps cotent in \texttt monospaced font \providecommand{\emptyline}[0]{\vspace{1em}} % Please don't use this @@ -25,7 +25,7 @@ % Figure Utils \providecommand{\fig}[3][width=0.8\linewidth]{ - \begin{figure}[h] + \begin{figure}[htbp] \centering \includegraphics[#1]{#3} \captionsetup{type=figure}