diff options
author | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:48:39 +0000 |
---|---|---|
committer | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-08-26 20:48:39 +0000 |
commit | 19e187a7b088d873dc26986c3a4f8e21e586ef11 (patch) | |
tree | a63b39ecb24a9f5969c41f5f7f39def2465955bd /etc/refcards/orgcard.tex | |
parent | a85e8979e82f9923c260d16e0796becd8599c37d (diff) | |
download | emacs-19e187a7b088d873dc26986c3a4f8e21e586ef11.tar.gz |
Specify PDF layout, use a PDF `compile-command' local variable.
Diffstat (limited to 'etc/refcards/orgcard.tex')
-rw-r--r-- | etc/refcards/orgcard.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 2b3496c05e3..95cd63b04c2 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex @@ -12,11 +12,17 @@ \columnsperpage=3 -% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful +% 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 Free Software Foundation, Inc. @@ -775,7 +781,7 @@ $^3$ Keybinding affected by {\tt org-CUA-compatibility}. \bye % Local variables: -% compile-command: "tex refcard" +% compile-command: "pdftex refcard" % End: % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 |