diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-02-25 14:04:31 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-02-25 14:04:31 +0100 |
commit | 40c2f9485ce0f7b04e162a7cef9c80dc277d9b07 (patch) | |
tree | c92836e09a581ea4e528e1a9f34700af9ce6cff3 /Makefile | |
parent | 6a1bb6af19fb67f245a79e35b4c72a2454fb2211 (diff) | |
download | arfnet2-40c2f9485ce0f7b04e162a7cef9c80dc277d9b07.tar.gz arfnet2-40c2f9485ce0f7b04e162a7cef9c80dc277d9b07.zip |
PDF margins
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |