Added PDFs aswell as updated the header of the Markdown files. Filled the BUILD file.

This commit is contained in:
2020-11-28 22:18:04 +01:00
parent 769a833aee
commit fb58436b26
7 changed files with 39 additions and 1 deletions
Regular → Executable
+4 -1
View File
@@ -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."
+11
View File
@@ -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.
+11
View File
@@ -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
BIN
View File
Binary file not shown.
+13
View File
@@ -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.