Text Formatting ⇒ Bold in section title, but now also bold in TOC
Bold in section title, but now also bold in TOC
in one of my subsection titles I have a subscript, which did not get turned bold. Hence I used textbf. However, this means that now in the table of contents, this particular subscript is also bold! That just looks weird...
Any idea how I could have it bold in the subsection title, but not in the TOC?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Bold in section title, but now also bold in TOC
Code: Select all
\subsection[title to appear to TOC]{title to appear in body}
Re: Bold in section title, but now also bold in TOC
Thanks!