From 40c2f9485ce0f7b04e162a7cef9c80dc277d9b07 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 25 Feb 2024 14:04:31 +0100 Subject: PDF margins --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a15b16..a975c74 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ arfnet2.html: arfnet2.md template.html pandoc --template template.html -s arfnet2.md -o arfnet2.html arfnet2.pdf: arfnet2.md - pandoc -s arfnet2.md -o arfnet2.pdf + pandoc -V geometry:margin=2.5cm -s arfnet2.md -o arfnet2.pdf -- cgit v1.2.3