aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/styles/title.sty
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-12-05 20:04:16 -0600
committerToby Vincent <tobyv13@gmail.com>2021-12-05 20:04:16 -0600
commitc74ec211065d0bb98a3e9c80dfe7673c40417d48 (patch)
tree4c897a3885d63ca81b6f65a556db2b449e39b211 /docs/report/styles/title.sty
parentf005c0c5a1d559ca19aad455792a74aeb2c6df80 (diff)
parent0fcc18e191ede94347e740a8cbda087c367f3427 (diff)
Merge branch 'develop'HEADmain
Diffstat (limited to 'docs/report/styles/title.sty')
-rw-r--r--docs/report/styles/title.sty29
1 files changed, 29 insertions, 0 deletions
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}
+}