Specify PDF layout, use a PDF `compile-command' local variable.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 20:48:39 +0000 (20:48 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 20:48:39 +0000 (20:48 +0000)
etc/refcards/orgcard.tex
etc/refcards/pl-refcard.tex
etc/refcards/pt-br-refcard.tex
etc/refcards/refcard.tex

index 2b3496c..95cd63b 100644 (file)
 
 \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
 \f
 % Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex refcard"
 % End:
 
 % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
index 43f583b..f9e478f 100644 (file)
 \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
 \f
 % Local variables:
-% compile-command: "tex pl-refcard"
+% compile-command: "pdftex pl-refcard"
 % End:
 
 % arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9
index 6492ce5..2531af6 100644 (file)
@@ -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
 \f
 % Local variables:
-% compile-command: "tex pt-br-refcard"
+% compile-command: "pdftex pt-br-refcard"
 % coding: iso-latin-1
 % End:
 
index cbe82c4..0e12bf5 100644 (file)
@@ -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
 \f
 % Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex refcard"
 % End:
 
 % arch-tag: d67bdf5d-b77c-44eb-a22e-f4f7d25174d2