]> code.delx.au - gnu-emacs/blobdiff - etc/refcards/viperCard.tex
Update copyright year to 2015
[gnu-emacs] / etc / refcards / viperCard.tex
index 8d5c25b263eb5985afb6c4ae018b40ee1b677036..5a29449af71d28af32b1a38829d3417235de2eb9 100644 (file)
@@ -1,21 +1,10 @@
-% 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)
+% Copyright (C) 1995-1997, 2001-2015 Free Software Foundation, Inc.
 
-% Nothing else needs to be changed.
-% Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006,
-%   2007, 2008  Free Software Foundation, Inc.
+% Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper)
+%      Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3)
+%      Masahiko Sato <ms@sail.stanford.edu> (VIP 3.5)
 
 % This file is part of GNU Emacs.
 
@@ -32,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.
 %    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: kifer@cs.sunysb.edu
-%
-% Author of VIP 4.3:
-%  Aamod Sane
-%  email: sane@cs.uiuc.edu
-%
-% Author of VIP 3.5:
-%  Masahiko Sato
-%  email: ms@sail.stanford.edu
-%
-% The original TeX code for formatting the reference card was written by:
-%  Stephen Gildea
-%  UUCP: mit-erl!gildea
-%  email: gildea@stop.mail-abuse.org
+% Which mode to use is controlled by setting \columnsperpage.
+
+
+%**start of header
 
 
-\def\versionnumber{3.0}
-\def\year{2008}
-\def\version{August 2006 v\versionnumber}
+% 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)
+
+\input emacsver.tex
+\def\versionemacs{21}           % version of Emacs this is for
+\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 +75,9 @@ 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
@@ -268,7 +257,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 \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
 
@@ -751,4 +740,3 @@ Ex commands can be made to have history. See the manual for details.
 % compile-command: "pdftex viperCard"
 % End:
 
-% arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3