styling V1

This commit is contained in:
Paul 2020-11-01 00:05:47 +01:00
parent 24d64e38c9
commit b4cc31a808
6 changed files with 41 additions and 16 deletions

View File

@ -26,4 +26,8 @@ rightsub = \grq%
\usepackage{listings}
%glossary
\usepackage{datatool}
\usepackage[automake,acronym]{glossaries}
\usepackage[automake,acronym]{glossaries}
%header and footer
\usepackage{fancyhdr}
%custom font sizes
\usepackage{anyfontsize}

View File

@ -8,6 +8,7 @@
%list of figures
\listoffigures
\clearpage
%list of tables
\listoftables

14
Style.tex Normal file
View File

@ -0,0 +1,14 @@
%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
%header content
\pagestyle{fancy}
\fancyhf{}
\lhead{\TITLE\\\SUBTITLE}
\chead{\large\textbf{\leftmark}}
\rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT}
\rfoot{\thepage}

Binary file not shown.

View File

@ -1,11 +1,12 @@
\documentclass[a4paper,12pt,oneside]{scrartcl}
\usepackage[a4paper, margin=2cm]{geometry}
\input{Packages.tex}
\input{Style.tex}
\def \TITLE{Example Title}
\def \SUBTITLE{Example Subtitle}
\def \AUTHOR{Example Author}
\def \AUTHOR{Example Author\\author@example.com}
\def \AUTHORCOMPACT{Example Author}
\def \DATE{Example Date}
\input{Glossary.tex}
@ -13,16 +14,13 @@
\begin{document}
\input{TitlePage.tex}
\newpage
\clearpage
\input{Preface.tex}
\newpage
\clearpage
\input{Content.tex}
\newpage
\clearpage
\input{Addendum.tex}

View File

@ -1,8 +1,16 @@
\title{\TITLE}
\author{\AUTHOR}
\subtitle{\SUBTITLE}
\date{\DATE}
\thispagestyle{empty}
\clearpage
\maketitle
\thispagestyle{empty}
\begin{center}
\vspace*{-20mm}
\includesvg[width=.75\pdfpagewidth]{./images/TH_OWL_Logo}\\
\vspace{25mm}
{\fontsize{50}{600}\selectfont \textbf{\TITLE}}\\
\vspace{5mm}
\Huge
\textbf{\SUBTITLE}\\
\vspace{40mm}
\Large
\AUTHOR\\
\vspace{20mm}
\DATE
\end{center}