styling V1
This commit is contained in:
parent
24d64e38c9
commit
b4cc31a808
@ -27,3 +27,7 @@ rightsub = \grq%
|
||||
%glossary
|
||||
\usepackage{datatool}
|
||||
\usepackage[automake,acronym]{glossaries}
|
||||
%header and footer
|
||||
\usepackage{fancyhdr}
|
||||
%custom font sizes
|
||||
\usepackage{anyfontsize}
|
@ -8,6 +8,7 @@
|
||||
|
||||
%list of figures
|
||||
\listoffigures
|
||||
\clearpage
|
||||
|
||||
%list of tables
|
||||
\listoftables
|
||||
|
14
Style.tex
Normal file
14
Style.tex
Normal 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.
@ -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}
|
||||
|
||||
|
@ -1,8 +1,16 @@
|
||||
\title{\TITLE}
|
||||
\author{\AUTHOR}
|
||||
\subtitle{\SUBTITLE}
|
||||
\date{\DATE}
|
||||
|
||||
\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}
|
Loading…
x
Reference in New Issue
Block a user