* lisp/emacs-lisp/pcase.el (pcase--let*): New function.
[bpt/emacs.git] / etc / refcards / calccard.tex
index 12cbd4a..fd3d45b 100644 (file)
 % Typical command to format:  tex calccard.tex
 % Typical command to print (3 cols):  dvips -t landscape calccard.dvi
 
 % Typical command to format:  tex calccard.tex
 % Typical command to print (3 cols):  dvips -t landscape calccard.dvi
 
-% Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004,
-%   2005, 2006, 2007  Free Software Foundation, Inc.
+% Copyright (C) 1987, 1992, 2001-2012  Free Software Foundation, Inc.
 
 % This file is part of GNU Emacs.
 
 
 % This file is part of GNU Emacs.
 
-% GNU Emacs is free software; you can redistribute it and/or modify
+% GNU Emacs is free software: you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 % it under the terms of the GNU General Public License as published by
-% the Free Software Foundation; either version 3, or (at your option)
-% any later version.
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
 
 % GNU Emacs is distributed in the hope that it will be useful,
 % but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 % GNU Emacs is distributed in the hope that it will be useful,
 % but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -36,9 +35,7 @@
 % GNU General Public License for more details.
 
 % You should have received a copy of the GNU General Public License
 % GNU General Public License for more details.
 
 % You should have received a copy of the GNU General Public License
-% along with GNU Emacs; see the file COPYING.  If not, write to
-% the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-% Boston, MA 02110-1301, USA.
+% along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 % This file is intended to be processed by plain TeX (TeX82).
 %
 
 % This file is intended to be processed by plain TeX (TeX82).
 %
 %  UUCP: mit-erl!gildea
 %  Internet: gildea@stop.mail-abuse.org
 
 %  UUCP: mit-erl!gildea
 %  Internet: gildea@stop.mail-abuse.org
 
-\def\versionnumber{2.1}
-\def\year{2007}                 % latest copyright year
-\def\version{v\versionnumber}
+\def\emacsversionnumber{24}
+\def\year{2012}                 % latest copyright year
 
 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
   \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
 
 \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.}
 
 \def\copyrightnotice{
 \vskip 1ex plus 2 fill\begingroup\small
 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
-\centerline{designed by Dave Gillespie and Stephen Gildea, \version}
-\centerline{for GNU Emacs Calc version \versionnumber}
+\centerline{designed by Dave Gillespie and Stephen Gildea,}
+\centerline{for GNU Emacs Calc.}
 
 Permission is granted to make and distribute copies of
 this card provided the copyright notice and this permission notice
 are preserved on all copies.
 
 
 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 Calc manual, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-MA 02110-1301, USA.
-
+%For copies of the GNU Emacs Calc manual, write to the Free Software
+%Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+%MA 02110-1301, USA.
+%
 \endgroup}
 
 % make \bye not \outer so that the \def\bye in the \else clause below
 \endgroup}
 
 % make \bye not \outer so that the \def\bye in the \else clause below
@@ -280,7 +276,7 @@ MA 02110-1301, USA.
 
 \title{GNU Calc Reference Card}
 
 
 \title{GNU Calc Reference Card}
 
-\centerline{(for version \versionnumber)}
+\centerline{(for GNU Emacs version \emacsversionnumber)}
 
 \section{Starting and Stopping}
 
 
 \section{Starting and Stopping}
 
@@ -380,7 +376,7 @@ Here \S{n} is the $n$th stack entry, and $N$ is the size of the stack.
 \stkkey{TAB}{swap \S{1}\swap\S{2}}{roll \S{1} to \S{n}}{roll \S{n} to \S{N}}
 \stkkey{M-TAB}{roll \S{3} to \S{1}}{roll \S{n} to \S{1}}{roll \S{N} to \S{n}}
 
 \stkkey{TAB}{swap \S{1}\swap\S{2}}{roll \S{1} to \S{n}}{roll \S{n} to \S{N}}
 \stkkey{M-TAB}{roll \S{3} to \S{1}}{roll \S{n} to \S{1}}{roll \S{N} to \S{n}}
 
-With a 0 prefix, these copy, delete, or reverse \S{1..N}.
+With a 0 prefix, these copy, delete, or reverse the entire stack.
 
 \section{Display}
 
 
 \section{Display}
 
@@ -565,6 +561,7 @@ Variable names are single digits or whole words.
 \key{``Big'' display mode}{d B}
 \key{C, Pascal, FORTRAN modes}{d C\, d P\, d F}
 \key{\TeX, La\TeX, eqn modes}{d T\, d L\, d E}
 \key{``Big'' display mode}{d B}
 \key{C, Pascal, FORTRAN modes}{d C\, d P\, d F}
 \key{\TeX, La\TeX, eqn modes}{d T\, d L\, d E}
+\key{Maxima}{d X}
 \key{Unformatted mode}{d U}
 \key{Normal language mode}{d N}
 
 \key{Unformatted mode}{d U}
 \key{Normal language mode}{d N}
 
@@ -676,4 +673,3 @@ Variable names are single digits or whole words.
 % compile-command: "pdftex calccard"
 % End:
 
 % compile-command: "pdftex calccard"
 % End:
 
-% arch-tag: a2764f34-ec23-4083-bd5c-53f9e70a5da9