diff options
author | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:59:21 +0000 |
---|---|---|
committer | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:59:21 +0000 |
commit | 81ec0bb3f6dc878b94eeaa59047c4ac43d622d92 (patch) | |
tree | 2bc76883253c5bc5e5de435a36b671bbfdabb146 | |
parent | f10edd3d851fb611e85ee505afa089073ab0b0e9 (diff) |
Specify PDF layout, use a PDF `compile-command' local variable.
-rw-r--r-- | etc/refcards/fr-survival.tex | 8 | ||||
-rw-r--r-- | etc/refcards/survival.tex | 12 | ||||
-rw-r--r-- | etc/refcards/vipcard.tex | 11 | ||||
-rw-r--r-- | etc/refcards/viperCard.tex | 11 |
4 files changed, 34 insertions, 8 deletions
diff --git a/etc/refcards/fr-survival.tex b/etc/refcards/fr-survival.tex index e39f23bf05..2a1190b51f 100644 --- a/etc/refcards/fr-survival.tex +++ b/etc/refcards/fr-survival.tex @@ -22,6 +22,12 @@ \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 % Local variables: -% compile-command: "tex survival" +% compile-command: "pdftex survival" % End: % arch-tag: 2fb4e93f-8bfa-4ab4-bc6d-b475131d766a diff --git a/etc/refcards/survival.tex b/etc/refcards/survival.tex index 45662ecc4e..37ddd8b785 100644 --- a/etc/refcards/survival.tex +++ b/etc/refcards/survival.tex @@ -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 @@ -25,6 +25,12 @@ \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 % Local variables: -% compile-command: "tex survival" +% compile-command: "pdftex survival" % End: % arch-tag: 4f9a0562-617b-4843-aee1-450c41d6b22c diff --git a/etc/refcards/vipcard.tex b/etc/refcards/vipcard.tex index 667a8e9d13..09fc583eb4 100644 --- a/etc/refcards/vipcard.tex +++ b/etc/refcards/vipcard.tex @@ -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 % Local variables: -% compile-command: "tex refcard" +% compile-command: "pdftex vipcard" % End: % arch-tag: 342a9548-4de4-499d-b864-74fb426b6729 diff --git a/etc/refcards/viperCard.tex b/etc/refcards/viperCard.tex index 71996e9d14..b672ce9ebc 100644 --- a/etc/refcards/viperCard.tex +++ b/etc/refcards/viperCard.tex @@ -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 % Local variables: -% compile-command: "tex viperCard" +% compile-command: "pdftex viperCard" % End: % arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3 |