From 313f74e7f4e1182076a09cedd5de0c82870ea893 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 6 May 2019 18:07:17 +0300 Subject: Change: margins, font size, etc --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 $@ $< + + -- cgit v1.2.1