Set papersize, change subtitle

This commit is contained in:
SergeantBiggs
2021-04-18 23:14:48 +02:00
parent 7b35261d3a
commit 79501c3775
+4 -1
View File
@@ -1,8 +1,11 @@
--- ---
author: Johannes Reinert author: Johannes Reinert
title: Aufgabe title: Aufgabe
subtitle: FI-C04
date: \today date: \today
colorlinks: true colorlinks: true
documentclass: article
papersize: a4
header-includes: | header-includes: |
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{csquotes} \usepackage{csquotes}
@@ -10,7 +13,7 @@ header-includes: |
\usepackage{hyphenat} \usepackage{hyphenat}
\hyphenation{Mathe-matik wieder-gewinnen} \hyphenation{Mathe-matik wieder-gewinnen}
\pagestyle{fancy} \pagestyle{fancy}
\fancyhead[L]{OSZIMT} \fancyhead[L]{FI-C04}
\fancyfoot[L]{Johannes Reinert} \fancyfoot[L]{Johannes Reinert}
\fancyfoot[R]{\today} \fancyfoot[R]{\today}
--- ---