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?
Asked
Active
Viewed 80 times
1
-
5Does this answer your question? Formatting section titles – NBur Mar 11 '21 at 10:02
1 Answers
0
\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
