fix errors

This commit is contained in:
Amma 2020-05-11 09:13:00 +02:00
parent 4e5d0a3cbf
commit 2df3a80ca9

View File

@ -1,19 +1,20 @@
% Format und Encodierung % Format und Encodierung
\documentclass[a4paper, pdftex, 12pt, ngerman]{scrartcl} \documentclass[a4paper, headheight=50pt, pdftex, 12pt, ngerman]{scrartcl}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage{babel} \usepackage{babel}
% Kopf- und Fußzeilen % Kopf- und Fußzeilen
\usepackage[]{scrlayer-scrpage} \usepackage[]{scrlayer-scrpage}
\ihead[]{\includegraphics[width=2cm]{fs-logo.png}} \ihead[]{\includegraphics[width=1.5cm]{fs-logo.png}}
\chead[]{} \chead[]{}
\ohead[Studiensituation Corona]{Studiensituation Corona} \ohead[Studiensituation Corona]{Studiensituation Corona}
\ofoot[\pagemark]{\pagemark} \ofoot[\pagemark]{\pagemark}
\cfoot[]{} \cfoot[]{}
\ifoot[]{Fachschaft WIAI} \ifoot[]{Fachschaft WIAI}
\setheadsepline{1pt}
\pagestyle{scrheadings} \pagestyle{scrheadings}
\KOMAoption{headsepline}{.75pt:\textwidth}
\KOMAoption{headwidth}{text}
% Fonts % Fonts
\usepackage{helvet} \usepackage{helvet}