aboutsummaryrefslogtreecommitdiff
path: root/opdracht-2
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-07 13:56:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-07 13:56:19 +0200
commitbd67527a240f0e027d7375c7b03995b4ce1b4bef (patch)
tree6e5fabb7724d55f392289a833ef553e6fa8833fb /opdracht-2
parent0ec9d66bc38e235008dfa181c17c101770dd8173 (diff)
added script and makefile for converting markdown to latex documents
Diffstat (limited to 'opdracht-2')
-rw-r--r--opdracht-2/makefile2
-rw-r--r--opdracht-2/opdracht-2.m411
2 files changed, 4 insertions, 9 deletions
diff --git a/opdracht-2/makefile b/opdracht-2/makefile
index 19a0072..37ed035 100644
--- a/opdracht-2/makefile
+++ b/opdracht-2/makefile
@@ -1,5 +1,6 @@
TARGET = opdracht-2
RESET_SQL += ../opdracht-1/.tmp.sql
+MD2LATEX = ../md2latex
all: $(TARGET).md
@@ -7,3 +8,4 @@ all: $(TARGET).md
make -C ../opdracht-1
include ../common.mk
+include ../pdf.mk
diff --git a/opdracht-2/opdracht-2.m4 b/opdracht-2/opdracht-2.m4
index bf43314..8ee1226 100644
--- a/opdracht-2/opdracht-2.m4
+++ b/opdracht-2/opdracht-2.m4
@@ -8,15 +8,8 @@ q_with_test(2)
## Opdracht 3
-<div align="center">
- <img src="img_erd.svg"/><br/>
- <i>ERD</i>
-</div>
-
-<div align="center">
- <img src="img_strokendiagram.svg"/><br/>
- <i>Strokendiagram</i>
-</div>
+![](img_erd.svg)
+![](img_strokendiagram.svg)
q_with_output(4)
q_with_output(5)