diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-03 14:50:38 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-03 14:50:38 +0200 |
commit | b9ea8b70e71d6f917d8518c1d26a96ad9bdc184a (patch) | |
tree | 53906eabc67d422b82b913d658b83265b73ecc33 | |
parent | 31ec4c21055d796f3aa2e05020059a85413247a2 (diff) | |
download | xbattext-b9ea8b70e71d6f917d8518c1d26a96ad9bdc184a.tar.gz |
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.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |