0

My enumeration should contain four key words:

  1. Aggregate Power
  2. Proximate Power
  3. Offensive Power
  4. Offensive Intentions

I want to enumerate them and take these four key words as the enumeration label. At the same time I would like to set them as \textbf{}.

My attempts were working around the below example:

\begin{enumerate}[Label=\textbf{\item[]}]
    \item[Aggregate Power]
    \item[Proximate Power]
    ...
\end{enumerate}

I would like to avoid writing \textbf{} in every label.

How can I set an item format for the customized but changing labels?

Alex_P
  • 187

0 Answers0