-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
72 lines (55 loc) · 1.37 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
% !TeX spellcheck = de_DE
\documentclass[12pt, a4paper,titlepage=true]{scrartcl}
\usepackage[utf8]{inputenc}
% Graphic
\usepackage{graphicx}
% Language
\usepackage[ngerman]{babel}
% Encoding
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
% Font
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
% Line spacing
\renewcommand{\baselinestretch}{1.25}
% Multiple rows in tabular
\usepackage{multirow}
% Line break and formatting of tabular cell
\usepackage{makecell}
\renewcommand\theadfont{\bfseries}
% €
\usepackage{eurosym}
% Geometry
\usepackage[top=100pt]{geometry}
% Title
\title{Regelwerk für die Saison 2023}
\subtitle{Bayern Inline Cup / Kids Inline Cup / Sprint Inline Cup}
\author{BRIV SK IFS}
\date{\today}
% Header
\usepackage{background}
\backgroundsetup{scale=1,angle=0,opacity=1,anchor=below,position=current page.north,vshift=-5pt,contents={\includegraphics[width=\paperwidth]{header}}}
% Header and Footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhead{}
\fancyfoot[C]{\sffamily\selectfont\thepage}
\lfoot{Saison 2023}
\rfoot{Stand: \today}
\begin{document}
\maketitle
\tableofcontents
\newpage
\input{praeambel}
\input{wettkampfordnung}
\input{startberechtigung}
\input{veranstaltungen}
\input{einzelwertung}
\input{gesamtwertung}
\input{schlussbestimmungen}
\newpage
\appendix
\input{anhang}
\end{document}