We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb7a51 commit ead054aCopy full SHA for ead054a
template-files/latex4ei/latex4ei_boxes.sty
@@ -15,6 +15,7 @@
15
% Packages
16
% ----------------------------------------------------------------------
17
\RequirePackage{mdframed} % package to make frames for exaples, definitions and theorems
18
+\RequirePackage{enumitem}
19
\RequirePackage{latex4ei/latex4ei_colors} % color definitions
20
21
@@ -175,7 +176,7 @@
175
176
177
\newenvironment{cookbox}[1]{
178
\begin{bluebox}[frametitle=#1]
- \begin{enumerate}
179
+ \begin{enumerate}[label=\bfseries\arabic*.]
180
}{
181
\end{enumerate}
182
\end{bluebox}
0 commit comments