diff options
Diffstat (limited to 'opdracht-2')
-rw-r--r-- | opdracht-2/makefile | 2 | ||||
-rw-r--r-- | opdracht-2/opdracht-2.m4 | 11 |
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) |