aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/styles/section.sty
blob: ed4d6067aafb7833baa78fe677602cfe5fdaf661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\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}