I need to italicise sub-section headers only (not chapters headers or section headers). How can I do this?
Ross_Ahmed_909
Theses, Books, Title pages ⇒ Italicise sub-section headers
NEW: TikZ book now 40% off at Amazon.com for a short time.
Italicise sub-section headers
Hi,
All you need to do is paste:
Just before
Cheers,
Vel
All you need to do is paste:
Code: Select all
\usepackage{titlesec}
\titleformat*{\subsection}{\itshape}
\begin{document}
in main.tex
!Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com