changeset 82879:0eda42555bbf

Specify PDF layout, use a PDF `compile-command' local variable.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Sun, 26 Aug 2007 20:55:49 +0000
parents 04f46902291b
children cf2e4215be5b
files etc/refcards/vipcard.tex
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/refcards/vipcard.tex	Sun Aug 26 20:55:07 2007 +0000
+++ b/etc/refcards/vipcard.tex	Sun Aug 26 20:55:49 2007 +0000
@@ -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 @@
 \bye
 
 % Local variables:
-% compile-command: "tex refcard"
+% compile-command: "pdftex vipcard"
 % End:
 
 % arch-tag: 342a9548-4de4-499d-b864-74fb426b6729