mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Fix orgcard.tex pdf landscape format.
* refcards/orgcard.tex: Use pdflayout.sty. * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
This commit is contained in:
parent
3bc71084dd
commit
324f60ef7b
@ -1,3 +1,8 @@
|
||||
2010-03-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* refcards/orgcard.tex: Use pdflayout.sty.
|
||||
* refcards/Makefile (orgcard.pdf): Special rule no longer needed.
|
||||
|
||||
2010-03-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
|
||||
|
@ -81,16 +81,11 @@ gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf
|
||||
gnus-booklet.pdf: gnus-refcard.tex gnus-logo.pdf
|
||||
pdflatex -jobname=gnus-booklet '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}'
|
||||
|
||||
## FIXME just pdftex produces portrait rather than landscape.
|
||||
orgcard.pdf: orgcard.ps
|
||||
ps2pdf $<
|
||||
|
||||
## Everything not explicitly listed above.
|
||||
%.pdf: %.tex
|
||||
pdftex $<
|
||||
|
||||
|
||||
|
||||
## dvi files.
|
||||
|
||||
cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi sk-refcard.dvi \
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user