Skip to content

Commit

Permalink
Fix gap cmd name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Jun 17, 2024
1 parent bd4f7eb commit ab2635b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}{\end{enumerate}\penalty-100}

% Adjust spacing around non list item
\newcommand*\listbreak[1]{
\newcommand*\doublelistbreak[1]{
\vspace{-2\medskipamount}
\vspace{-\baselineskip}
#1
Expand Down
2 changes: 1 addition & 1 deletion constitution.tex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ \section{Executive Committee}
% Break out of enumerate for indent
\end{enumerate}
\end{enumerate}
\listbreak{The core officers shall be:}
\doublelistbreak{The core officers shall be:}
% Dummy \item[] {} are required for enum directly inside enum, the listbreak command counteracts the added spacing
\begin{enumerate}[resume]
\item[] {}
Expand Down

0 comments on commit ab2635b

Please sign in to comment.