# HG changeset patch # User Micha¸«³l Cadilhac # Date 1188161240 0 # Node ID 45f6d8ba92e3b10b7dd6354c1260884e2d81a557 # Parent 4d41ba94247eb7de0d270d8a1d34cb80148c56bc Specify PDF layout, use a PDF `compile-command' local variable. diff -r 4d41ba94247e -r 45f6d8ba92e3 etc/refcards/pl-refcard.tex --- 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