diff options
author | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:53:17 +0000 |
---|---|---|
committer | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:53:17 +0000 |
commit | f10edd3d851fb611e85ee505afa089073ab0b0e9 (patch) | |
tree | dea480aeef044c75615197e2f925bd71bcc799ce /etc/refcards/sk-refcard.tex | |
parent | 3a326139b74a63436c2289396bedf63a69a42e8c (diff) | |
download | emacs-f10edd3d851fb611e85ee505afa089073ab0b0e9.tar.gz |
Specify PDF layout.
Diffstat (limited to 'etc/refcards/sk-refcard.tex')
-rw-r--r-- | etc/refcards/sk-refcard.tex | 9 |
1 files changed, 8 insertions, 1 deletions
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. |