From 8411252919ffcb711a6d3524d376942fb6a78483 Mon Sep 17 00:00:00 2001 From: Christian Schliz Date: Mon, 7 Feb 2022 21:23:57 +0100 Subject: [PATCH] Small bug fixes, closes #2 --- src/elite-utils.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}