\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{styles/section}[2021/09/29 Section style] % ┌───────────────────────────────────┐ % │ Title: Subtitle │ ──┬─ Header % │ Author │ ──┘ % │ Title │ ──┬─ Title % │ Subtitle │ ──┘ % │ │ % │ A Section │ ──┬─ [Sections] % │ ... │ │ % │ 1.1 A Subsection │ ──┤ % │ ... │ │ % │ Another Section │ ──┤ % │ ... │ │ % │ 2.1 A Subsection │ ──┤ % │ ... │ │ % │ 2.2 Another Subsection │ ──┘ % │ ... │ % │ │ % │ │ % └───────────────────────────────────┘ \RequirePackage{indentfirst} % \RequirePackage{titlesec} % \titlespacing*{\section}{0pt}{1.1\baselineskip}{\baselineskip} % Paragraph spacing \setlength{\parskip}{1em} \RedeclareSectionCommand[ afterindent=false, beforeskip=.5\baselineskip, afterskip=.5\baselineskip ]{section}