41 lines
949 B
TeX
41 lines
949 B
TeX
% Format und Encodierung
|
|
\documentclass[a4paper, headheight=50pt, pdftex, 12pt, ngerman]{scrartcl}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{babel}
|
|
|
|
% Kopf- und Fußzeilen
|
|
\usepackage[]{scrlayer-scrpage}
|
|
\ihead[]{\includegraphics[width=1.5cm]{fs-logo.png}}
|
|
\chead[]{}
|
|
\ohead[Studiensituation Corona]{Studiensituation Corona}
|
|
\ofoot[\pagemark]{\pagemark}
|
|
\cfoot[]{}
|
|
\ifoot[]{Fachschaft WIAI}
|
|
\pagestyle{scrheadings}
|
|
\KOMAoption{headsepline}{.75pt:\textwidth}
|
|
\KOMAoption{headwidth}{text}
|
|
|
|
% Fonts
|
|
\usepackage{helvet}
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
% Links und Verweise
|
|
\usepackage{hyperref}
|
|
\hypersetup{colorlinks,breaklinks,urlcolor=blue,linkcolor=blue}
|
|
\usepackage{url}
|
|
\usepackage[nameinlink]{cleveref}
|
|
\usepackage{csquotes}
|
|
|
|
% Grafiken und Floats
|
|
%\usepackage{graphicx}
|
|
%\graphicspath{{images/}}
|
|
\usepackage{float}
|
|
|
|
% (kompakte) Listen
|
|
\usepackage{paralist}
|
|
\usepackage{enumitem}
|
|
|
|
% TODO
|
|
\usepackage{todonotes}
|