emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Modified files:
        etc/refcards   : vipcard.tex 

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

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

Patches:
Index: vipcard.tex
===================================================================
RCS file: /sources/emacs/emacs/etc/refcards/vipcard.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- vipcard.tex 8 Jan 2009 05:30:40 -0000       1.6
+++ vipcard.tex 21 Jul 2009 06:45:34 -0000      1.7
@@ -1,21 +1,9 @@
-% Quick Reference Card for VIP 3.5 under GNU Emacs version 18 on Unix systems
-%**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=1
-
-% PDF output layout.  0 for A4, 1 for letter (US), a `l' is added for
-% a landscape layout.
+% Quick Reference Card for VIP
 
-\input pdflayout.sty
-\pdflayout=(1)
+% Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+%   2009  Free Software Foundation, Inc.
 
-% Nothing else needs to be changed.
-% Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
-%   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+% Author: Masahiko Sato <address@hidden>, <address@hidden>
 
 % This file is part of GNU Emacs.
 
@@ -32,6 +20,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,41 +35,46 @@
 %    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:
-%  Masahiko Sato
-%  Internet: address@hidden
-%  Junet: address@hidden
-%
-% The original TeX code for formatting the reference card was written by:
-%  Stephen Gildea
-%  UUCP: mit-erl!gildea
-%  Internet: address@hidden
+% Which mode to use is controlled by setting \columnsperpage.
+
+
+%**start of header
+\newcount\columnsperpage
+
+% This file can be printed with 1, 2, or 3 columns per page.
+% 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=(1)
 
-\def\versionnumber{1.2}
+\def\versionemacs{18}           % version of Emacs this is for
 \def\year{2009}                 % latest copyright year
-\def\version{September 2006\ v\versionnumber}
+\def\versionvip{3.5}
+
+% 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{designed by Masahiko Sato, \version}
-\centerline{for VIP 3.5 under GNU Emacs version 18 on Unix systems}
+\centerline{For VIP \versionvip\ with GNU Emacs version \versionemacs}
+\centerline{Written by Masahiko Sato,}
+\centerline{using refcard layout designed by Stephen Gildea.}
 
 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
@@ -260,7 +254,7 @@
 
 \title{VIP Quick Reference Card}
 
-\centerline{(for version 3.5 under GNU Emacs version 18)}
+\centerline{(Based on VIP \versionvip\ in GNU Emacs \versionemacs)}
 
 %\copyrightnotice
 




reply via email to

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