changeset 82867:ec3273f2caea

Specify PDF layout.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Sun, 26 Aug 2007 20:40:44 +0000
parents d2b1cb48405b
children 6dbddf3de0ae
files etc/refcards/dired-ref.tex
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/refcards/dired-ref.tex	Sun Aug 26 20:39:06 2007 +0000
+++ b/etc/refcards/dired-ref.tex	Sun Aug 26 20:40:44 2007 +0000
@@ -20,13 +20,20 @@
 % Boston, MA 02110-1301, USA.
 
 % 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.  
 %**start of header
 
 \newcount\columnsperpage
 
 \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.
 % This file is intended to be processed by plain TeX (TeX82).
 % The reference card looks OK with 2 columns per page, portrait mode.
 % I haven't tried it with 3 columns per page.