emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc/refcards viperCard.tex


From: Glenn Morris
Subject: [Emacs-diffs] emacs/etc/refcards viperCard.tex
Date: Tue, 21 Jul 2009 06:45:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/21 06:45:18

Modified files:
        etc/refcards   : viperCard.tex 

Log message:
        Standardize header.
        (versionnumber): Rename to versionviper.
        (versionemacs, versionxemacs): New.
        (version): Remove.
        (copyrightnotice): Use FSF URL rather than postal address.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/refcards/viperCard.tex?cvsroot=emacs&r1=1.6&r2=1.7

Patches:
Index: viperCard.tex
===================================================================
RCS file: /sources/emacs/emacs/etc/refcards/viperCard.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- viperCard.tex       8 Jan 2009 05:30:40 -0000       1.6
+++ viperCard.tex       21 Jul 2009 06:45:18 -0000      1.7
@@ -1,22 +1,12 @@
-% ViperCard -- The Reference Card for Viper under GNU Emacs 21 and XEmacs 20
-%**start of header
-\newcount\columnsperpage
-
-% This file can be printed with 1 or 2 columns per page (see below).
-% Specify how many you want here.
-
-\columnsperpage=2
-
-% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
-% a landscape layout.
+% ViperCard -- The Reference Card for Viper under GNU Emacs and XEmacs
 
-\input pdflayout.sty
-\pdflayout=(1)
-
-% Nothing else needs to be changed.
 % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006,
 %   2007, 2008, 2009  Free Software Foundation, Inc.
 
+% Author: Michael Kifer <address@hidden> (Viper)
+%      Aamod Sane <address@hidden> (VIP 4.3)
+%      Masahiko Sato <address@hidden> (VIP 3.5)
+
 % This file is part of GNU Emacs.
 
 % GNU Emacs is free software: you can redistribute it and/or modify
@@ -32,6 +22,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.
@@ -46,39 +37,38 @@
 %    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 of Viper:
-%  Michael Kifer
-%  email: address@hidden
-%
-% Author of VIP 4.3:
-%  Aamod Sane
-%  email: address@hidden
-%
-% Author of VIP 3.5:
-%  Masahiko Sato
-%  email: address@hidden
-%
-% The original TeX code for formatting the reference card was written by:
-%  Stephen Gildea
-%  UUCP: mit-erl!gildea
-%  email: address@hidden
+% Which mode to use is controlled by setting \columnsperpage.
+
+
+%**start of header
+
+
+% This file can be printed with 1 or 2 columns per page.
+% Specify how many you want here.
+\newcount\columnsperpage
+\columnsperpage=2
 
+% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
+% a landscape layout.
+\input pdflayout.sty
+\pdflayout=(1)
 
-\def\versionnumber{3.0}
+\def\versionemacs{21}           % version of Emacs this is for
 \def\year{2009}                 % latest copyright year
-\def\version{August 2006 v\versionnumber}
+\def\versionxemacs{20}          % version of XEmacs this is for
+\def\versionviper{3.0}          % version of Viper this is for
+
+% 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
 \vskip 1ex \begingroup\small
 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
-\centerline{by Michael Kifer, Viper \version}
+\centerline{by Michael Kifer, Viper \versionviper}
 \centerline{by Aamod Sane, VIP version 4.3}
 \centerline{by Masahiko Sato, VIP version 3.5}
 
@@ -86,9 +76,9 @@
 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
@@ -268,7 +258,7 @@
 
 \title{ViperCard: Viper Reference Pal}
 
-\centerline{(Version 3.0 (Polyglot) for Emacs 21 and XEmacs 20)}
+\centerline{(Version \versionviper\ for Emacs \versionemacs\ and XEmacs 
\versionxemacs)}
 
 %\copyrightnotice
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]