Skip to content

Commit

Permalink
Small bug fixes, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
schliz committed Feb 7, 2022
1 parent 3575d92 commit 8411252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elite-utils.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 8411252

Please # to comment.