summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index edaf7fa..34ae82f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,12 @@ ci-arch.pdf ci-arch.html: ci-arch.mdwn ecosystem.svg pipeline.svg
pandoc --standalone --toc -o $@ $<
.mdwn.pdf:
- pandoc -f markdown+implicit_figures -Vdocumentclass:report --toc -o $@ $<
+ pandoc --toc -f markdown+implicit_figures -Vdocumentclass:report \
+ -Vfontsize:12pt \
+ -Vmainfont:FreeSerif \
+ -Vsansfont:FreeSans \
+ -Vmonofont:FreeMonoBold \
+ -Vgeometry:top=2cm,bottom=2.5cm,left=2cm,right=1cm \
+ -o $@ $<
+
+