changeset 82880:cf2e4215be5b

Specify PDF layout, use a PDF `compile-command' local variable.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Sun, 26 Aug 2007 20:58:48 +0000
parents 0eda42555bbf
children 784edcc4181c
files etc/refcards/viperCard.tex
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/refcards/viperCard.tex	Sun Aug 26 20:55:49 2007 +0000
+++ b/etc/refcards/viperCard.tex	Sun Aug 26 20:58:48 2007 +0000
@@ -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 @@
 \bye
 
 % Local variables:
-% compile-command: "tex viperCard"
+% compile-command: "pdftex viperCard"
 % End:
 
 % arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3