1

I want my part/section title to have underlined and be bald and increase its size. I can't find how to make the wanted setting stay as my default. How can I do this?

1 Answers1

0

enter image description here

\documentclass{book}
\usepackage{sectsty}
\sectionfont{\underline\textbf\Large}
\usepackage{lipsum}
\begin{document}
    \chapter{This is a chapter}
    \section{This is your section}
    \lipsum[1]
\end{document}
js bibra
  • 21,280