summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichaël Cadilhac <michael.cadilhac@lrde.org>2007-08-26 20:48:39 +0000
committerMichaël Cadilhac <michael.cadilhac@lrde.org>2007-08-26 20:48:39 +0000
commit19e187a7b088d873dc26986c3a4f8e21e586ef11 (patch)
treea63b39ecb24a9f5969c41f5f7f39def2465955bd /etc
parenta85e8979e82f9923c260d16e0796becd8599c37d (diff)
downloademacs-19e187a7b088d873dc26986c3a4f8e21e586ef11.tar.gz
Specify PDF layout, use a PDF `compile-command' local variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/refcards/orgcard.tex10
-rw-r--r--etc/refcards/pl-refcard.tex11
-rw-r--r--etc/refcards/pt-br-refcard.tex10
-rw-r--r--etc/refcards/refcard.tex10
4 files changed, 33 insertions, 8 deletions
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index 2b3496c05e3..95cd63b04c2 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -12,11 +12,17 @@
\columnsperpage=3
-% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
+% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
% only when columnsperpage is 2 or 3.
\letterpaper=0
+% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(0l)
+
% Nothing else needs to be changed below this line.
% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
% 2005, 2006, 2007 Free Software Foundation, Inc.
@@ -775,7 +781,7 @@ $^3$ Keybinding affected by {\tt org-CUA-compatibility}.
\bye
% Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex refcard"
% End:
% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
diff --git a/etc/refcards/pl-refcard.tex b/etc/refcards/pl-refcard.tex
index 43f583b8e75..f9e478f6467 100644
--- a/etc/refcards/pl-refcard.tex
+++ b/etc/refcards/pl-refcard.tex
@@ -28,10 +28,17 @@
\newcount\columnsperpage
% This file can be printed with 1, or 2 columns per page (see below).
-% Specify how many you want here. Nothing else needs to be changed.
+% Specify how many you want here.
\columnsperpage=2
+% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(0)
+
+% Nothing else needs to be changed.
% Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
% 2006, 2007 Free Software Foundation, Inc.
@@ -995,7 +1002,7 @@ przez wywo/lanie \kbd{C-h f interactive}.
\bye
% Local variables:
-% compile-command: "tex pl-refcard"
+% compile-command: "pdftex pl-refcard"
% End:
% arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9
diff --git a/etc/refcards/pt-br-refcard.tex b/etc/refcards/pt-br-refcard.tex
index 6492ce55c10..2531af624b2 100644
--- a/etc/refcards/pt-br-refcard.tex
+++ b/etc/refcards/pt-br-refcard.tex
@@ -8,11 +8,17 @@
\columnsperpage=3
-% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
+% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
% only when columnsperpage is 2 or 3.
\letterpaper=0
+% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(0l)
+
% Nothing else needs to be changed below this line.
% Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004,
% 2006, 2007 Free Software Foundation, Inc.
@@ -681,7 +687,7 @@ detalhes.
\bye
% Local variables:
-% compile-command: "tex pt-br-refcard"
+% compile-command: "pdftex pt-br-refcard"
% coding: iso-latin-1
% End:
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex
index cbe82c48c9c..0e12bf57ac6 100644
--- a/etc/refcards/refcard.tex
+++ b/etc/refcards/refcard.tex
@@ -8,11 +8,17 @@
\columnsperpage=3
-% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
+% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
% only when columnsperpage is 2 or 3.
\letterpaper=1
+% 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 below this line.
% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
% 2005, 2006, 2007 Free Software Foundation, Inc.
@@ -673,7 +679,7 @@ Type \kbd{C-h f interactive} for more details.
\bye
% Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex refcard"
% End:
% arch-tag: d67bdf5d-b77c-44eb-a22e-f4f7d25174d2