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
title: Aufgabe
subtitle: FI-C04
date: \today
colorlinks: true
documentclass: article
papersize: a4
header-includes: |
\usepackage{fancyhdr}
\usepackage{csquotes}
@@ -10,7 +13,7 @@ header-includes: |
\usepackage{hyphenat}
\hyphenation{Mathe-matik wieder-gewinnen}
\pagestyle{fancy}
\fancyhead[L]{OSZIMT}
\fancyhead[L]{FI-C04}
\fancyfoot[L]{Johannes Reinert}
\fancyfoot[R]{\today}
---