/[emacs]/emacs/etc/refcard.tex
ViewVC logotype

Diff of /emacs/etc/refcard.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.6.1 by handa, Fri Apr 16 12:49:41 2004 UTC revision 1.4.6.2 by miles, Fri Oct 22 10:13:40 2004 UTC
# Line 1  Line 1 
1  % Reference Card for GNU Emacs version 21 on Unix systems  % Reference Card for GNU Emacs version 21 on Unix systems
2  %**start of header  %**start of header
3  \newcount\columnsperpage  \newcount\columnsperpage
4    \newcount\letterpaper
5    
6  % This file can be printed with 1, 2, or 3 columns per page (see below).  % This file can be printed with 1, 2, or 3 columns per page (see below).
7  % Specify how many you want here.  Nothing else needs to be changed.  % Specify how many you want here.
8    
9  \columnsperpage=1  \columnsperpage=3
10    
11    % Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper.  Useful
12    % only when columnsperpage is 2 or 3.
13    
14    \letterpaper=1
15    
16    % Nothing else needs to be changed below this line.
17  % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc.  % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc.
18    
19  % This file is part of GNU Emacs.  % This file is part of GNU Emacs.
# Line 42  Line 49 
49  %    For this you need a dvi device driver that can print sideways.  %    For this you need a dvi device driver that can print sideways.
50  % Which mode to use is controlled by setting \columnsperpage above.  % Which mode to use is controlled by setting \columnsperpage above.
51  %  %
52    % To compile and print this document:
53    % tex refcard.tex
54    % dvips -t landscape refcard.dvi
55    %
56  % Author:  % Author:
57  %  Stephen Gildea  %  Stephen Gildea
58  %  Internet: gildea@stop.mail-abuse.org  %  Internet: gildea@stop.mail-abuse.org
# Line 103  Foundation, Inc., 59 Temple Place, Suite Line 114  Foundation, Inc., 59 Temple Place, Suite
114    \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}    \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
115  \else                           %2 or 3 columns uses prereduced size  \else                           %2 or 3 columns uses prereduced size
116    \hsize 3.2in    \hsize 3.2in
117    \vsize 7.95in    \if 1\the\letterpaper
118         \vsize 7.95in
119      \else
120         \vsize 7.65in
121      \fi
122    \hoffset -.75in    \hoffset -.75in
123    \voffset -.745in    \voffset -.745in
124    \font\titlefont=cmbx10 \scaledmag2    \font\titlefont=cmbx10 \scaledmag2
# Line 123  Foundation, Inc., 59 Temple Place, Suite Line 138  Foundation, Inc., 59 Temple Place, Suite
138    \def\bf{\eightbf}    \def\bf{\eightbf}
139    \def\it{\eightit}    \def\it{\eightit}
140    \def\tt{\eighttt}    \def\tt{\eighttt}
141    \normalbaselineskip=.8\normalbaselineskip    \if 1\the\letterpaper
142         \normalbaselineskip=.8\normalbaselineskip
143      \else
144         \normalbaselineskip=.7\normalbaselineskip
145      \fi
146    \normallineskip=.8\normallineskip    \normallineskip=.8\normallineskip
147    \normallineskiplimit=.8\normallineskiplimit    \normallineskiplimit=.8\normallineskiplimit
148    \normalbaselines\rm           %make definitions take effect    \normalbaselines\rm           %make definitions take effect

Legend:
Removed from v.1.4.6.1  
changed lines
  Added in v.1.4.6.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26