summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-06 18:07:17 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-06 18:07:17 +0300
commit313f74e7f4e1182076a09cedd5de0c82870ea893 (patch)
tree81cc6e2d542077bdc597655c66d66046a6b01e90 /Makefile
parent5b023bd11d751779006f073f45bf8d862f7ac1a6 (diff)
downloadwmf-ci-arch-313f74e7f4e1182076a09cedd5de0c82870ea893.tar.gz
Change: margins, font size, etc
Diffstat (limited to 'Makefile')
-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 $@ $<
+
+