Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
latex-templates
|
# Templates
|
||||||
|
|
||||||
|
A collection of LaTeX and pandoc templates. Some are for school, others for
|
||||||
|
work purposes.
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
author: Johannes Reinert
|
||||||
|
title: Kurs
|
||||||
|
subtitle: Aufgabe
|
||||||
|
date: \today
|
||||||
|
colorlinks: true
|
||||||
|
header-includes: |
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\usepackage{csquotes}
|
||||||
|
\usepackage[ngerman]{babel}
|
||||||
|
\usepackage{hyphenat}
|
||||||
|
\hyphenation{Mathe-matik wieder-gewinnen}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhead[L]{Kurs}
|
||||||
|
\fancyfoot[L]{Johannes Reinert}
|
||||||
|
\fancyfoot[R]{\today}
|
||||||
|
---
|
||||||
|
|
||||||
|
\newpage
|
||||||
|
|
||||||
|
## Section
|
||||||
Reference in New Issue
Block a user