diff etc/refcards/de-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 00da71aebe9a
children 1d1d5d9bd884
line wrap: on
line diff
--- a/etc/refcards/de-refcard.tex	Tue Jul 21 06:45:34 2009 +0000
+++ b/etc/refcards/de-refcard.tex	Tue Jul 21 06:46:33 2009 +0000
@@ -1,30 +1,10 @@
-% Reference Card for GNU Emacs version 23 on Unix systems
-%
-% Translation into German by Sven Joachim <svenjoac@gmx.de>
-%
-%**start of header
-\newcount\columnsperpage
-
-% This file can be printed with 1, 2, or 3 columns per page (see below).
-% Specify how many you want here.
-
-\columnsperpage=3
+% Reference Card for GNU Emacs
 
-% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
-% a landscape layout.
-
-\input pdflayout.sty
-\pdflayout=(0l)
+% Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004, 2005,
+%   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
-% If you don't have german.sty, you can either get it from CTAN or
-% change the \glqq and \grqq commands below.
-
-\input german.sty
-\mdqoff               % deactivates the "-char
-
-% Nothing else needs to be changed below this line.
-% Copyright (C) 1987, 1993, 1996, 2000, 2001, 2002, 2003, 2004,
-%   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
+% German translation: Sven Joachim <svenjoac@gmx.de>
 
 % This file is part of GNU Emacs.
 
@@ -41,6 +21,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.
@@ -55,35 +36,44 @@
 %    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.
+% Which mode to use is controlled by setting \columnsperpage.
 %
 % To compile and print this document:
 % tex de-refcard.tex
 % dvips -t landscape de-refcard.dvi
-%
-% 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.
+
+
+%**start of header
+
+% This file can be printed with 1, 2, or 3 columns per page.
+% Specify how many you want here.
+\newcount\columnsperpage
+\columnsperpage=3
 
-% If there were room, it would be nice to see a section on Dired.
+% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+\input pdflayout.sty
+\pdflayout=(0l)
+
+% If you don't have german.sty, you can either get it from CTAN or
+% change the \glqq and \grqq commands below.
 
-\def\versionnumber{2.3}
-\def\versionyear{2009}          % latest update
-\def\versionemacs{23}
+\input german.sty
+\mdqoff               % deactivates the "-char
+
+\def\versionemacs{23}           % version of Emacs this is for
 \def\year{2009}                 % latest copyright year
 
+% Nothing else needs to be changed below this line.
+
 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
   \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
-  Bedingungen auf der R\"uckseite.  v\versionnumber}}
+  Bedingungen auf der R\"uckseite.}}
 
 \def\copyrightnotice{\vskip 1ex plus 2 fill\begingroup\small
 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
-\centerline{v\versionnumber{} f\"ur GNU Emacs Version \versionemacs,
-  \versionyear}
-\centerline{entworfen von Stephen Gildea}
+\centerline{F\"ur GNU Emacs Version \versionemacs}
+\centerline{Entworfen von Stephen Gildea}
 % \centerline{deutsche \"Ubersetzung von Sven Joachim}
 
 Es ist gestattet, ver\"anderte und unver\"anderte Kopien dieser
@@ -91,10 +81,9 @@
 der Copyright-Hinweis und der Hinweis auf diese Erlaubnis auf allen
 Kopien befinden.
 
-F\"ur Kopien des Handbuchs zu GNU Emacs schreiben Sie an die Free
-Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
+F\"ur Kopien des Handbuchs zu GNU Emacs:
 
+\tt http://www.gnu.org/software/emacs/\#Manuals}
 \endgroup}
 
 % make \bye not \outer so that the \def\bye in the \else clause below