I'll try and explain my problem. I'm creating a document, and in this I'd like to have headings that have math mode symbols. I've found that I have to use the {\bf } environment to ensure that they appear bold in the document section headers, for example:
Code: Select all
\section{$^{{\bf 99}} {\bf Tc}^{\bf m}$}
I know that you can use the \section*{} command to stop entries appearing in the toc and then use \addtocontents{} to add a custom entry (without the bold type), but this stops the section being numbered in the document (which I would like).
What is the best way to solve this issue?
Thanks,
Ben George.