From 81ec0bb3f6dc878b94eeaa59047c4ac43d622d92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 26 Aug 2007 20:59:21 +0000 Subject: [PATCH] Specify PDF layout, use a PDF `compile-command' local variable. --- etc/refcards/fr-survival.tex | 8 +++++++- etc/refcards/survival.tex | 12 +++++++++--- etc/refcards/vipcard.tex | 11 +++++++++-- 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 e39f23bf05b..2a1190b51f4 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 45662ecc4ea..37ddd8b785b 100644 --- a/etc/refcards/survival.tex +++ b/etc/refcards/survival.tex @@ -3,8 +3,8 @@ % Title: GNU Emacs Survival Card % Author: Wlodek Bzyl % -% $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 667a8e9d132..09fc583eb4a 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 71996e9d143..b672ce9ebc8 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 -- 2.39.5