summaryrefslogtreecommitdiff
path: root/etc/refcards
diff options
context:
space:
mode:
authorMichaël Cadilhac <michael.cadilhac@lrde.org>2007-08-26 20:35:04 +0000
committerMichaël Cadilhac <michael.cadilhac@lrde.org>2007-08-26 20:35:04 +0000
commit1e73763e4638c498c99f3ba8c78bcfeb5015653e (patch)
tree45d72ce2ff185ac2d4b312d4000a5ea22d326f2a /etc/refcards
parent692a529bdc29beda42b96327c82eb13c7c81adac (diff)
downloademacs-1e73763e4638c498c99f3ba8c78bcfeb5015653e.tar.gz
Specify PDF layout, use a PDF `compile-command' local variable.
Diffstat (limited to 'etc/refcards')
-rw-r--r--etc/refcards/calccard.tex11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/refcards/calccard.tex b/etc/refcards/calccard.tex
index f2f033cc7e1..12cbd4a686b 100644
--- a/etc/refcards/calccard.tex
+++ b/etc/refcards/calccard.tex
@@ -6,10 +6,17 @@
% card version 1.9, by Stephen Gildea.
% This file can be printed with 1, 2, or 3 columns per page (see below).
-% Specify how many you want here. Nothing else needs to be changed.
+% Specify how many you want here.
\columnsperpage=3
+% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(1l)
+
+% Nothing else needs to be changed.
% Typical command to format: tex calccard.tex
% Typical command to print (3 cols): dvips -t landscape calccard.dvi
@@ -666,7 +673,7 @@ Variable names are single digits or whole words.
\bye
% Local variables:
-% compile-command: "tex calccard"
+% compile-command: "pdftex calccard"
% End:
% arch-tag: a2764f34-ec23-4083-bd5c-53f9e70a5da9