comparison etc/refcards/pt-br-refcard.tex @ 104005:76ec8228b5d8

Standardize headers. Remove version numbers that don't mean much and are infrequently updated. Instead, just use Emacs version and date. Use FSF URL rather than postal address.
author Glenn Morris <rgm@gnu.org>
date Tue, 21 Jul 2009 06:46:33 +0000
parents cbea58d660d2
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
104004:34c51059d164 104005:76ec8228b5d8
1 % Reference Card for GNU Emacs version 23 on Unix systems 1 % Reference Card for GNU Emacs
2 %**start of header 2
3 \newcount\columnsperpage 3 % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, 2006, 2007,
4 \newcount\letterpaper 4 % 2008, 2009 Free Software Foundation, Inc.
5 5
6 % This file can be printed with 1, 2, or 3 columns per page (see below). 6 % Author: Stephen Gildea <gildea@stop.mail-abuse.org>
7 % Specify how many you want here. 7 % Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br>
8
9 \columnsperpage=3
10
11 % Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
12 % only when columnsperpage is 2 or 3.
13
14 \letterpaper=0
15
16 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
17 % a landscape layout.
18
19 \input pdflayout.sty
20 \pdflayout=(0l)
21
22 % Nothing else needs to be changed below this line.
23 % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004,
24 % 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
25 8
26 % This file is part of GNU Emacs. 9 % This file is part of GNU Emacs.
27 10
28 % GNU Emacs is free software: you can redistribute it and/or modify 11 % GNU Emacs is free software: you can redistribute it and/or modify
29 % it under the terms of the GNU General Public License as published by 12 % it under the terms of the GNU General Public License as published by
35 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36 % GNU General Public License for more details. 19 % GNU General Public License for more details.
37 20
38 % You should have received a copy of the GNU General Public License 21 % You should have received a copy of the GNU General Public License
39 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23
40 24
41 % This file is intended to be processed by plain TeX (TeX82). 25 % This file is intended to be processed by plain TeX (TeX82).
42 % 26 %
43 % The final reference card has six columns, three on each side. 27 % The final reference card has six columns, three on each side.
44 % This file can be used to produce it in any of three ways: 28 % This file can be used to produce it in any of three ways:
50 % You will still need to cut and paste. 34 % You will still need to cut and paste.
51 % 3 columns per page 35 % 3 columns per page
52 % produces two pages which must be printed sideways to make a 36 % produces two pages which must be printed sideways to make a
53 % ready-to-use 8.5 x 11 inch reference card. 37 % ready-to-use 8.5 x 11 inch reference card.
54 % For this you need a dvi device driver that can print sideways. 38 % For this you need a dvi device driver that can print sideways.
55 % Which mode to use is controlled by setting \columnsperpage above. 39 % Which mode to use is controlled by setting \columnsperpage.
56 % 40 %
57 % To compile and print this document: 41 % To compile and print this document:
58 % tex refcard.tex 42 % tex refcard.tex
59 % dvips -t landscape refcard.dvi 43 % dvips -t landscape refcard.dvi
60 % 44
61 % Author: 45 % Thanks to Mario Goulart for the opinions.
62 % Stephen Gildea 46
63 % Internet: gildea@stop.mail-abuse.org 47
64 % 48 %**start of header
65 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik 49 \newcount\columnsperpage
66 % for their many good ideas. 50 \newcount\letterpaper
67 51
68 % If there were room, it would be nice to see a section on Dired. 52 % This file can be printed with 1, 2, or 3 columns per page.
69 53 % Specify how many you want here.
70 % Translated from English to Portuguese by Rodrigo Real, send comments 54 \columnsperpage=3
71 % and suggestions to rreal@ucpel.tche.br. Thanks to Mario Goulart for 55
72 % the opinions. 56 % Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
73 57 % only when columnsperpage is 2 or 3.
74 58 \letterpaper=0
75 \def\versionnumber{2.3} 59
76 \def\versionyear{2006} % latest update 60 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
77 \def\versionemacs{23} 61 % a landscape layout.
62 \input pdflayout.sty
63 \pdflayout=(0l)
64
65 \def\versionemacs{23} % version of Emacs this is for
78 \def\year{2009} % latest copyright year 66 \def\year{2009} % latest copyright year
67
68 % Nothing else needs to be changed below this line.
79 69
80 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill 70 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
81 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. 71 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
82 Permissions on back. v\versionnumber}} 72 Permissions on back.}}
83 73
84 \def\copyrightnotice{ 74 \def\copyrightnotice{
85 \vskip 1ex plus 2 fill\begingroup\small 75 \vskip 1ex plus 2 fill\begingroup\small
86 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} 76 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
87 \centerline{v\versionnumber{} for GNU Emacs version \versionemacs, \versionyear} 77 \centerline{For GNU Emacs version \versionemacs}
88 \centerline{designed by Stephen Gildea} 78 \centerline{Designed by Stephen Gildea}
79 \centerline{Translated by Rodrigo Real}
89 80
90 Permission is granted to make and distribute copies of 81 Permission is granted to make and distribute copies of
91 this card provided the copyright notice and this permission notice 82 this card provided the copyright notice and this permission notice
92 are preserved on all copies. 83 are preserved on all copies.
93 84
94 For copies of the GNU Emacs manual, write to the Free Software 85 For copies of the GNU Emacs manual, see:
95 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 86
96 87 {\tt http://www.gnu.org/software/emacs/\#Manuals}
97 \endgroup} 88 \endgroup}
98 89
99 % make \bye not \outer so that the \def\bye in the \else clause below 90 % make \bye not \outer so that the \def\bye in the \else clause below
100 % can be scanned without complaint. 91 % can be scanned without complaint.
101 \def\bye{\par\vfill\supereject\end} 92 \def\bye{\par\vfill\supereject\end}