From 5cb64e38c38655ae322643ce379738bca8fa97d1 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 5 Dec 2021 20:03:00 -0600 Subject: wrote report Co-authored-by: Neil Kollack --- docs/report/styles/title.sty | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/report/styles/title.sty (limited to 'docs/report/styles/title.sty') diff --git a/docs/report/styles/title.sty b/docs/report/styles/title.sty new file mode 100644 index 0000000..fdeabbe --- /dev/null +++ b/docs/report/styles/title.sty @@ -0,0 +1,29 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{styles/title}[2021/09/29 Title 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 │ ──┘ +% │ ... │ +% │ │ +% │ │ +% └───────────────────────────────────┘ + +\renewcommand{\maketitle}{ + \begin{flushleft} + {\Huge \bfseries \sffamily \@title }\\[2ex] + {\Large \sffamily \@subtitle }\\[4ex] + \end{flushleft} +} -- cgit v1.2.3-70-g09d2