comparison etc/refcards/sk-survival.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 %
2 % Title: GNU Emacs Survival Card 1 % Title: GNU Emacs Survival Card
2
3 % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 % 2009 Free Software Foundation, Inc.
5
3 % Author: Wlodek Bzyl <matwb@univ.gda.pl> 6 % Author: Wlodek Bzyl <matwb@univ.gda.pl>
4 % 7 % Czech translation: Pavel Janík <Pavel@Janik.cz>, March 2001
5 %**start of header 8 % Slovak translation: Miroslav Vasko <vasko@debian.cz>, March 2001
9
10 % This file is part of GNU Emacs.
11
12 % GNU Emacs is free software: you can redistribute it and/or modify
13 % it under the terms of the GNU General Public License as published by
14 % the Free Software Foundation, either version 3 of the License, or
15 % (at your option) any later version.
16
17 % GNU Emacs is distributed in the hope that it will be useful,
18 % but WITHOUT ANY WARRANTY; without even the implied warranty of
19 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 % GNU General Public License for more details.
21
22 % You should have received a copy of the GNU General Public License
23 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24
25
26 % See survival.tex.
27
28 % Process the file with `csplain' from the `CSTeX' distribution (included
29 % e.g. in the TeX Live CD).
6 30
7 % User interface is `plain.tex' and macros described below 31 % User interface is `plain.tex' and macros described below
8 % 32 %
9 % \title{CARD TITLE}{for version 23} 33 % \title{CARD TITLE}{for version 23}
10 % \section{NAME} 34 % \section{NAME}
12 % \key{KEY-NAME} description of key or 36 % \key{KEY-NAME} description of key or
13 % \mkey{M-x LONG-LISP-NAME} description of Elisp function 37 % \mkey{M-x LONG-LISP-NAME} description of Elisp function
14 % 38 %
15 % \kbd{ARG} -- argument is typed literally 39 % \kbd{ARG} -- argument is typed literally
16 40
41 %**start of header
42
43
17 \def\plainfmtname{plain} 44 \def\plainfmtname{plain}
18 \ifx\fmtname\plainfmtname 45 \ifx\fmtname\plainfmtname
19 \else 46 \else
20 \errmessage{This file requires `plain' format to be typeset correctly} 47 \errmessage{This file requires `plain' format to be typeset correctly}
21 \endinput 48 \endinput
22 \fi 49 \fi
23 50
24 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for 51 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
25 % a landscape layout. 52 % a landscape layout.
26
27 \input pdflayout.sty 53 \input pdflayout.sty
28 \pdflayout=(0) 54 \pdflayout=(0)
29 55
30 % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
31 % 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
32
33 % This file is part of GNU Emacs.
34
35 % GNU Emacs is free software: you can redistribute it and/or modify
36 % it under the terms of the GNU General Public License as published by
37 % the Free Software Foundation, either version 3 of the License, or
38 % (at your option) any later version.
39
40 % GNU Emacs is distributed in the hope that it will be useful,
41 % but WITHOUT ANY WARRANTY; without even the implied warranty of
42 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43 % GNU General Public License for more details.
44
45 % You should have received a copy of the GNU General Public License
46 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
47
48 % Slovak hyphenation rules applied 56 % Slovak hyphenation rules applied
49 \shyph 57 \shyph
50 58
51 % Translated to Czech by Pavel Janík <Pavel@Janik.cz> in March 2001 59 \def\versionemacs{23} % version of Emacs this is for
52 % Translated to Slovak by Miroslav Vasko <vasko@debian.cz> in March 2001
53
54 % Process the file with `csplain' from the `CSTeX' distribution (included
55 % e.g. in the TeX Live CD).
56
57 \def\versionnumber{1.0}
58 \def\versionemacs{23}
59 \def\year{2009} % latest copyright year 60 \def\year{2009} % latest copyright year
60 61
61 \def\copyrightnotice{\penalty-1\vfill 62 \def\copyrightnotice{\penalty-1\vfill
62 \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter 63 \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter
63 Copyright \year\ Free Software Foundation, Inc.\break 64 Copyright \copyright\ \year\ Free Software Foundation, Inc.\break
64 Verzia \versionnumber{} pre GNU Emacs \versionemacs, apríl 2000\break 65 Pre GNU Emacs \versionemacs\break
65 W{\l}odek Bzyl (matwb@univ.gda.pl)\break 66 W{\l}odek Bzyl (matwb@univ.gda.pl)\break
66 Do češtiny preložil Pavel Janík (Pavel@Janik.cz) 67 Do češtiny preložil Pavel Janík (Pavel@Janik.cz)\break
67 Do slovenčiny preložil Miroslav Vaško (vasko@debian.cz) 68 Do slovenčiny preložil Miroslav Vaško (vasko@debian.cz)
68 69
69 Kópie tohto dokumentu môžete vytvárať a šíriť 70 Kópie tohto dokumentu môžete vytvárať a šíriť
70 za predpokladu, že budú obsahovať túto poznámku 71 za predpokladu, že budú obsahovať túto poznámku
71 o autorských právach.\par}} 72 o autorských právach.\par}}