Added PDFs aswell as updated the header of the Markdown files. Filled the BUILD file.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "Not working yet"
|
||||
pandoc -s Wirtschaft/Wirtschaft.md -o Wirtschaft/Wirtschaft.pdf
|
||||
pandoc -s Mathematik/Mathematik.md -o Mathematik/Mathematik.pdf
|
||||
pandoc -s Physik/Physik.md -o Physik/Physik.pdf
|
||||
echo "All files have been built."
|
||||
@@ -2,6 +2,17 @@
|
||||
title: Mathematik
|
||||
author: Lars Bogner
|
||||
date: 21 September, 2020
|
||||
|
||||
lang: de-DE
|
||||
geometry:
|
||||
- top=2.5cm
|
||||
- bottom=2.5cm
|
||||
- left=2.5cm
|
||||
- right=2.5cm
|
||||
documentclass: report
|
||||
fontsize: 12pt
|
||||
papersize: a4
|
||||
toc: true
|
||||
---
|
||||
|
||||
# Mathematik
|
||||
|
||||
Binary file not shown.
@@ -2,6 +2,17 @@
|
||||
title: Physik
|
||||
author: Lars Bogner
|
||||
date: 21 September, 2020
|
||||
|
||||
lang: de-DE
|
||||
geometry:
|
||||
- top=2.5cm
|
||||
- bottom=2.5cm
|
||||
- left=2.5cm
|
||||
- right=2.5cm
|
||||
documentclass: report
|
||||
fontsize: 12pt
|
||||
papersize: a4
|
||||
toc: true
|
||||
---
|
||||
|
||||
# Physik
|
||||
|
||||
Binary file not shown.
@@ -2,6 +2,19 @@
|
||||
title: Wirtschaft
|
||||
author: Lars Bogner
|
||||
date: 21 September, 2020
|
||||
|
||||
|
||||
lang: de-DE
|
||||
geometry:
|
||||
- top=2.5cm
|
||||
- bottom=2.5cm
|
||||
- left=2.5cm
|
||||
- right=2.5cm
|
||||
documentclass: report
|
||||
fontsize: 12pt
|
||||
papersize: a4
|
||||
toc: true
|
||||
|
||||
---
|
||||
|
||||
# Wirtschaft
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user