From b9ea8b70e71d6f917d8518c1d26a96ad9bdc184a Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Thu, 3 Jun 2021 14:50:38 +0200 Subject: Generate document as US Letter I never use the Letter format, but its extra width in comparison to A4 is worth much in this case. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3c28de..c32b884 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,5 @@ upload: xbattext.c scp xbattext.c root@ankarstrom.se:/var/www/img/htdocs/xbattext.c xbattext.pdf: xbattext.ms - ~/prj/re/re xbattext.ms | groff -Tps -ms | ps2pdf - > xbattext.pdf + ~/prj/re/re xbattext.ms | groff -Tps -dpaper=letter -ms \ + | ps2pdf - > xbattext.pdf -- cgit v1.2.3