From f10edd3d851fb611e85ee505afa089073ab0b0e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 26 Aug 2007 20:53:17 +0000 Subject: [PATCH] Specify PDF layout. --- etc/refcards/sk-dired-ref.tex | 9 ++++++++- etc/refcards/sk-refcard.tex | 9 ++++++++- etc/refcards/sk-survival.tex | 6 ++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/etc/refcards/sk-dired-ref.tex b/etc/refcards/sk-dired-ref.tex index e00de765241..4767ad7de75 100644 --- a/etc/refcards/sk-dired-ref.tex +++ b/etc/refcards/sk-dired-ref.tex @@ -23,13 +23,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. diff --git a/etc/refcards/sk-refcard.tex b/etc/refcards/sk-refcard.tex index be5b57b8405..e51a1872d9b 100644 --- a/etc/refcards/sk-refcard.tex +++ b/etc/refcards/sk-refcard.tex @@ -7,10 +7,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=(0) + +% Nothing else needs to be changed. % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, % 2005, 2006, 2007 Free Software Foundation, Inc. diff --git a/etc/refcards/sk-survival.tex b/etc/refcards/sk-survival.tex index 61d549e1b5b..d936c6da393 100644 --- a/etc/refcards/sk-survival.tex +++ b/etc/refcards/sk-survival.tex @@ -21,6 +21,12 @@ \endinput \fi +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. + +\input pdflayout.sty +\pdflayout=(0) + % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, % 2006, 2007 Free Software Foundation, Inc. -- 2.39.5