diff options
Diffstat (limited to 'etc/refcards/orgcard.tex')
-rw-r--r-- | etc/refcards/orgcard.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index ff498236467..c35cafbba52 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex @@ -9,14 +9,17 @@ % This file can be printed with 1, 2, or 3 columns per page (see below). % Specify how many you want here. - \columnsperpage=3 % Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful % only when columnsperpage is 2 or 3. - \letterpaper=0 +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. +\input pdflayout.sty +\pdflayout=(0l) + % Nothing else needs to be changed below this line. % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, % 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |