include settings.tex
This commit is contained in:
parent
47aaf97ded
commit
663d35a705
@ -1,15 +1,4 @@
|
|||||||
\documentclass[ngerman]{scrartcl}
|
\input{settings.tex}
|
||||||
\usepackage[utf8]{inputenc}
|
|
||||||
\usepackage[T1]{fontenc}
|
|
||||||
\usepackage{babel}
|
|
||||||
|
|
||||||
\usepackage{todonotes}
|
|
||||||
\usepackage{paralist}
|
|
||||||
\usepackage{enumitem}
|
|
||||||
\usepackage{cleveref}
|
|
||||||
\usepackage{float}
|
|
||||||
\usepackage{csquotes}
|
|
||||||
\usepackage{url}
|
|
||||||
|
|
||||||
\title{Auswertung der Umfrage zur aktuellen Studiensituation an der Fakultät WIAI}
|
\title{Auswertung der Umfrage zur aktuellen Studiensituation an der Fakultät WIAI}
|
||||||
\author{Anika Amma und Florian Knoch \\ Fachschaft WIAI,
|
\author{Anika Amma und Florian Knoch \\ Fachschaft WIAI,
|
||||||
|
|||||||
BIN
fs-logo.png
Normal file
BIN
fs-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 294 KiB |
39
settings.tex
Normal file
39
settings.tex
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
% Format und Encodierung
|
||||||
|
\documentclass[a4paper, pdftex, 12pt, ngerman]{scrartcl}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{babel}
|
||||||
|
|
||||||
|
% Kopf- und Fußzeilen
|
||||||
|
\usepackage[]{scrlayer-scrpage}
|
||||||
|
\ihead[]{\includegraphics[width=2cm]{fs-logo.png}}
|
||||||
|
\chead[]{}
|
||||||
|
\ohead[Studiensituation Corona]{Studiensituation Corona}
|
||||||
|
\ofoot[\pagemark]{\pagemark}
|
||||||
|
\cfoot[]{}
|
||||||
|
\ifoot[]{Fachschaft WIAI}
|
||||||
|
\setheadsepline{1pt}
|
||||||
|
\pagestyle{scrheadings}
|
||||||
|
|
||||||
|
% 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}
|
||||||
Loading…
x
Reference in New Issue
Block a user