Hi,
I would be extremely grateful if anyone could help with this. I simply want to unbold the subsubsection title (in the text). I'm not even sure where to begin.
Thanks,
Will
Theses, Books, Title pages ⇒ Unbold the subsubsection title
NEW: TikZ book now 40% off at Amazon.com for a short time.
Unbold the subsubsection title
Hi Will,
All you need to do is add these lines to your preamble:
Cheers,
Vel
All you need to do is add these lines to your preamble:
Code: Select all
\usepackage{titlesec}
\titleformat*{\subsubsection}{\normalfont}
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Unbold the subsubsection title
Hi Vel,
Thanks very much, that's great.
Cheers,
Will
Thanks very much, that's great.
Cheers,
Will