]> git.eshelyaron.com Git - emacs.git/commitdiff
Specify PDF layout, use a PDF `compile-command' local variable.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 20:59:21 +0000 (20:59 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 20:59:21 +0000 (20:59 +0000)
etc/refcards/fr-survival.tex
etc/refcards/survival.tex
etc/refcards/vipcard.tex
etc/refcards/viperCard.tex

index e39f23bf05b60e6f587c3c76a6ceeee34bbd5078..2a1190b51f46104b9a6945900f91366ded046ada 100644 (file)
   \endinput
 \fi
 
+% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(0)
+
 % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
 %   2006, 2007  Free Software Foundation, Inc.
 
@@ -413,7 +419,7 @@ contient entre parenth\`eses le nom des modes en cours.
 \bye
 \f
 % Local variables:
-% compile-command: "tex survival"
+% compile-command: "pdftex survival"
 % End:
 
 % arch-tag: 2fb4e93f-8bfa-4ab4-bc6d-b475131d766a
index 45662ecc4eac3b76027dcfd44ec4ddc5cbd69273..37ddd8b785ba64356ac6c5f6281fd5d7851e9fd6 100644 (file)
@@ -3,8 +3,8 @@
 % Title:  GNU Emacs Survival Card
 % Author: Wlodek Bzyl <matwb@univ.gda.pl>
 %
-% $Revision: 1.8 $
-% $Date: 2000/05/05 22:00:48 $
+% $Revision: 1.1 $
+% $Date: 2007/08/22 07:27:41 $
 %
 %**start of header
 
   \endinput
 \fi
 
+% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(1)
+
 % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
 %   2006, 2007  Free Software Foundation, Inc.
 
@@ -410,7 +416,7 @@ contains names of the current modes, in parentheses.
 \bye
 \f
 % Local variables:
-% compile-command: "tex survival"
+% compile-command: "pdftex survival"
 % End:
 
 % arch-tag: 4f9a0562-617b-4843-aee1-450c41d6b22c
index 667a8e9d1320865bbf3bc07a6af88e16b063ad20..09fc583eb4a7bb9b3e4cf39798a7c945eb7dc131 100644 (file)
@@ -3,10 +3,17 @@
 \newcount\columnsperpage
 
 % 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=1
 
+% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+
+\input pdflayout.sty
+\pdflayout=(1)
+
+% Nothing else needs to be changed.
 % Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
 %   2006, 2007  Free Software Foundation, Inc.
 
@@ -678,7 +685,7 @@ moves 11 lines below current line to the end of buffer.
 \bye
 \f
 % Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex vipcard"
 % End:
 
 % arch-tag: 342a9548-4de4-499d-b864-74fb426b6729
index 71996e9d143b1b7efd2a51c745751fb68cc434e0..b672ce9ebc8c7122fa261e7f758401256de06c14 100644 (file)
@@ -3,10 +3,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=(1)
+
+% Nothing else needs to be changed.
 % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004,
 %   2005, 2006, 2007  Free Software Foundation, Inc.
 
@@ -743,7 +750,7 @@ Ex commands can be made to have history. See the manual for details.
 \bye
 \f
 % Local variables:
-% compile-command: "tex viperCard"
+% compile-command: "pdftex viperCard"
 % End:
 
 % arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3