Text Formatting ⇒ unbolded subsubsection
unbolded subsubsection
I'd like to make my subsubsection heading unbolded. Is there a simple way to do this?
NEW: TikZ book now 40% off at Amazon.com for a short time.

unbolded subsubsection
Hi,
you could use either the sectsty or titlesec package.
An example, using sectsty:
you could use either the sectsty or titlesec package.
An example, using sectsty:
Code: Select all
\documentclass{article}
\usepackage{sectsty}
\subsubsectionfont{\normalfont}
\begin{document}
\section{Test section}
\subsection{Test subsection}
\subsubsection{Test subsubsection}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...