summaryrefslogtreecommitdiff
path: root/etc/refcards/sk-refcard.tex
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-21 06:46:33 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-21 06:46:33 +0000
commit0b5546d610aafd65b2c1ef1024a35b10516543a8 (patch)
treefd7e4a545e39e8a73083b9358ec24b28e2b51264 /etc/refcards/sk-refcard.tex
parent7b3773ad2654bdf648ea1ec5c0939517bbbfcfa5 (diff)
downloademacs-0b5546d610aafd65b2c1ef1024a35b10516543a8.tar.gz
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.
Diffstat (limited to 'etc/refcards/sk-refcard.tex')
-rw-r--r--etc/refcards/sk-refcard.tex79
1 files changed, 34 insertions, 45 deletions
diff --git a/etc/refcards/sk-refcard.tex b/etc/refcards/sk-refcard.tex
index ae936061ea0..eaabbdb1b8a 100644
--- a/etc/refcards/sk-refcard.tex
+++ b/etc/refcards/sk-refcard.tex
@@ -1,25 +1,13 @@
-% Reference Card for GNU Emacs version 23 on Unix systems
+% Reference Card for GNU Emacs
-% Slovak hyphenation rules applied
-\shyph
-
-%**start of header
-\newcount\columnsperpage
+% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
+% 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-% This file can be printed with 1, 2, or 3 columns per page (see below).
-% Specify how many you want here.
-
-\columnsperpage=1
-
-% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
-% a landscape layout.
-
-\input pdflayout.sty
-\pdflayout=(0)
-
-% Nothing else needs to be changed.
-% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
-% 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
+% Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999
+% Milan Zamazal <pdm@zamazal.org>, August 1999
+% Pavel Janík <Pavel@Janik.cz>, November 2000 (Emacs 21)
+% Slozak translation: Miroslav Vaško <vasko@debian.cz>, March 2001
% This file is part of GNU Emacs.
@@ -36,6 +24,7 @@
% You should have received a copy of the GNU General Public License
% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+
% This file is intended to be processed by plain TeX (TeX82).
%
% The final reference card has six columns, three on each side.
@@ -50,50 +39,50 @@
% produces two pages which must be printed sideways to make a
% ready-to-use 8.5 x 11 inch reference card.
% For this you need a dvi device driver that can print sideways.
-% Which mode to use is controlled by setting \columnsperpage above.
-%
-% Author:
-% Stephen Gildea
-% Internet: gildea@stop.mail-abuse.org
-%
-% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
-% for their many good ideas.
+% Which mode to use is controlled by setting \columnsperpage.
-% If there were room, it would be nice to see a section on Dired.
+% Process the file with `csplain' from the `CSTeX' distribution (included
+% e.g. in the TeX Live CD).
-% Translated to Czech by Jan Buchal <buchal@brailcom.cz> in January 1999
-% Corrections and improvements of the translation
-% by Milan Zamazal <pdm@zamazal.org> in August 1999
-% More work on better integration with GNU Emacs 21
-% by Pavel Janík <Pavel@Janik.cz> in November 2000
-% Translated to Slovak by Miroslav Vaško <vasko@debian.cz> in March 2001
+%**start of header
-% Process the file with `csplain' from the `CSTeX' distribution (included
-% e.g. in the TeX Live CD).
+% Slovak hyphenation rules applied
+\shyph
+
+% This file can be printed with 1, 2, or 3 columns per page.
+% Specify how many you want here.
+\newcount\columnsperpage
+\columnsperpage=1
-\def\versionnumber{2.2}
-\def\versionemacs{23}
-\def\versionyear{2006} % last update
+% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+\input pdflayout.sty
+\pdflayout=(0)
+
+\def\versionemacs{23} % version of Emacs this is for
\def\year{2009} % latest copyright year
+% Nothing else needs to be changed.
+
\def\shortcopyrightnotice{\vskip 1ex plus 2 fill
\centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
- Permissions on back. v\versionnumber}}
+ Permissions on back.}}
\def\copyrightnotice{
\vskip 1ex plus 2 fill\begingroup\small
\centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
-\centerline{v\versionnumber{} for GNU Emacs version \versionemacs, \versionyear}
-\centerline{designed by Stephen Gildea}
+\centerline{For GNU Emacs version \versionemacs}
+\centerline{Designed by Stephen Gildea}
+\centerline{Translated by Miroslav Vaško}
Permission is granted to make and distribute copies of
this card provided the copyright notice and this permission notice
are preserved on all copies.
-For copies of the GNU Emacs manual, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+For copies of the GNU Emacs manual, see:
+{\tt http://www.gnu.org/software/emacs/\#Manuals}
\endgroup}
% make \bye not \outer so that the \def\bye in the \else clause below