Search found 1 match

by Ailurus
Thu Apr 21, 2011 8:38 pm
Forum: Text Formatting
Topic: Bold labels when using item[label]
Replies: 1
Views: 10119

Bold labels when using item[label]

Hi all,

I'm using custom labels for my enumerate environment. These labels should be displayed as bold text:


\begin{enumerate}
\item[\textbf{1.4}] Some Text
\item[\textbf{1.7}] Some More Text
\end{enumerate}


I'm wondering whether I can use a command to automatically set the labels to bold ...