1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* gnus-refcard.tex: Remove obsolete comments. Add a short note

creating PostScript files for Emacs without using Makefile rules.

* gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
This commit is contained in:
Reiner Steib 2007-02-17 17:39:33 +00:00
parent e925d5ae32
commit 9230e12dde
4 changed files with 1197 additions and 1181 deletions

View File

@ -1,3 +1,10 @@
2007-02-17 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-refcard.tex: Remove obsolete comments. Add a short note
creating PostScript files for Emacs without using Makefile rules.
* gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
2007-02-17 Glenn Morris <rgm@gnu.org>
* TUTORIAL.eo: Add 2007 to copyright years. Remove translator

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software
%%Creator: dvips(k) 5.95b Copyright 2005 Radical Eye Software
%%Title: gnus-refcard.dvi
%%Pages: 6
%%PageOrder: Ascend
%%BoundingBox: 0 0 595 842
%%BoundingBox: 0 0 612 792
%%DocumentFonts: CMBX12 CMR7 CMTT8 CMBX7 CMMI7 CMR10 CMBX10 CMTI7 CMSY7
%%DocumentPaperSizes: a4
%%DocumentPaperSizes: Letter
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips gnus-refcard.dvi
%DVIPSCommandLine: dvips -t letter -f gnus-refcard.dvi
%DVIPSParameters: dpi=600
%DVIPSSource: TeX output 2007.02.10:1804
%DVIPSSource: TeX output 2007.02.17:1832
%%BeginProcSet: tex.pro 0 0
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@ -2328,7 +2328,7 @@ B2D05A06361278377C3295C81487E28DFEE000DA276A95E1EAFA73C94630D948
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont
TeXDict begin 39139632 55387786 1000 600 600 (gnus-refcard.dvi)
TeXDict begin 40258431 52099146 1000 600 600 (gnus-refcard.dvi)
@start /Fa 149[20 92[66 9[34 2[52{}4 58.1154 /CMSY7 rf
/Fb 145[38 110[{}1 58.1154 /CMTI7 rf /Fc 134[50 3[53
37 38 39 1[53 48 53 80 27 50 1[27 53 48 29 44 53 42 53
@ -2361,7 +2361,9 @@ rf end
%%BeginSetup
%%Feature: *Resolution 600dpi
TeXDict begin
%%PaperSize: A4
%%BeginPaperSize: Letter
letter
%%EndPaperSize
end
%%EndSetup
%%Page: 1 1

View File

@ -5,10 +5,18 @@
% gnuslogo-booklet.eps).
%
% From this LaTeX file (gnus-refcard.tex) plus a single logo (gnus-logo.eps),
% we can generate the refcard and the booklet version. Appropriate Makefile
% rules were added. This simplifies to distribute the refcard with Emacs.
% we can generate the refcard and the booklet version. This simplifies to
% distribute the refcard with Emacs. Appropriate Makefile rules were added in
% gnus/texi/Makefile.
% For Emacs, we may use the following commands (w/o) using Gnus' Makefile:
%
% (Reiner Steib, March 2005)
% latex gnus-refcard.tex &&
% dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
%
% latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' &&
% mv gnus-refcard.dvi gnus-booklet.dvi &&
% dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps
\usepackage{ifthen}
\ifthenelse{\isundefined{\booklettrue}}{
@ -51,17 +59,9 @@
\def\Guide{Booklet}\def\guide{booklet}
\def\logoscale{0.5}% FIXME: too large for 2up printing? --rsteib
% FIXME: Use geometry package. --rsteib
% \ifthenelse{\isundefined{\letterpapertrue}}{
% \textwidth 4.9in \textheight 7.35in \topmargin -1.0in
% }{
% \textwidth 4.5in \textheight 7.5in \topmargin -1.0in
% }
% \oddsidemargin -0.5in \evensidemargin -0.5in
\ifthenelse{\isundefined{\letterpapertrue}}{
\geometry{a5paper,hmargin=10mm,tmargin=10mm,bmargin=4mm}
}{
% FIXME: Use geometry package. --rsteib
\geometry{a5paper,hmargin=20mm,tmargin=10mm,bmargin=4mm}
}