summaryrefslogtreecommitdiffstatshomepage
path: root/latex/header.sty
diff options
context:
space:
mode:
Diffstat (limited to 'latex/header.sty')
-rw-r--r--latex/header.sty34
1 files changed, 0 insertions, 34 deletions
diff --git a/latex/header.sty b/latex/header.sty
deleted file mode 100644
index 4607356..0000000
--- a/latex/header.sty
+++ /dev/null
@@ -1,34 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{header}[2021/09/29 Header 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 │ ──┘
-% │ ... │
-% │ │
-% │ │
-% └───────────────────────────────────┘
-
-\pagestyle{myheadings}
-
-\newsavebox{\headingbox}
-\sbox{\headingbox}{%
- \begin{minipage}[b]{0.5\textwidth}
- \begin{flushright}
- \@title: \@subtitle \\
- \@author \\
- \end{flushright}
- \end{minipage}}
-\markright{\hfill\usebox{\headingbox}}