From: Luke Kenneth Casson Leighton Date: Mon, 12 Sep 2022 11:57:05 +0000 (+0100) Subject: margins X-Git-Tag: opf_rfc_ls005_v1~470 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd9d489070cfa5409704824ce718ced080a31820;p=libreriscv.git margins --- diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 0e07582bf..23df8bb3b 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -1,7 +1,11 @@ all: ls001.pdf ls001.pdf: ls001.mdwn - pandoc -V geometry:margin=0.5in \ + pandoc \ + -V margin-top=0.9in \ + -V margin-bottom=0.9in \ + -V margin-left=0.5in \ + -V margin-right=0.5in \ -V fontsize=9pt \ -V papersize=legal \ -V linkcolor=blue \