How would I bold just this item? Thank you.
\item $\neg f\to (\neg b\lor\neg m)$
How would I bold just this item? Thank you.
\item $\neg f\to (\neg b\lor\neg m)$
If you want to bolden the contents of the item, the simplest is this:
\item \boldmath$\neg f\to (\neg b\lor\neg m)$\unboldmath
or, following egreg's suggestion:
\item {\boldmath$\neg f\to (\neg b\lor\neg m)$},
\boldmath was already in effect. It's conceptual, rather than specific for the case. Use grouping to limit a scope whenever possible.
– egreg
Sep 12 '17 at 16:46
\item. – cgnieder Sep 12 '17 at 15:25