changeset 82871:45f6d8ba92e3

Specify PDF layout, use a PDF `compile-command' local variable.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Sun, 26 Aug 2007 20:47:20 +0000
parents 4d41ba94247e
children 63495d138f2f
files etc/refcards/pl-refcard.tex
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/refcards/pl-refcard.tex	Sun Aug 26 20:45:52 2007 +0000
+++ b/etc/refcards/pl-refcard.tex	Sun Aug 26 20:47:20 2007 +0000
@@ -28,10 +28,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=(0)
+
+% Nothing else needs to be changed.
 % Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
 %   2006, 2007  Free Software Foundation, Inc.
 
@@ -995,7 +1002,7 @@
 \bye
 
 % Local variables:
-% compile-command: "tex pl-refcard"
+% compile-command: "pdftex pl-refcard"
 % End:
 
 % arch-tag: 19d15a16-70be-40c8-ad91-88899aac32a9