]> code.delx.au - gnu-emacs/blobdiff - etc/refcards/calccard.tex
Ibuffer change marks
[gnu-emacs] / etc / refcards / calccard.tex
index 815448495477cbb03ffaa710ee49de6eda8f7ab6..5ca8207e2c8f72f18bdccb37d84c57fcc4e65423 100644 (file)
@@ -20,8 +20,7 @@
 % 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, 2008  Free Software Foundation, Inc.
+% Copyright (C) 1987, 1992, 2001-2016 Free Software Foundation, Inc.
 
 % This file is part of GNU Emacs.
 
 
 % This file is part of GNU Emacs.
 
 %  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{2008}                 % latest copyright year
-\def\version{v\versionnumber}
+\input emacsver.tex
 
 \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
@@ -278,7 +275,7 @@ MA 02110-1301, USA.
 
 \title{GNU Calc Reference Card}
 
 
 \title{GNU Calc Reference Card}
 
-\centerline{(for version \versionnumber)}
+\centerline{(for GNU Emacs version \versionemacs)}
 
 \section{Starting and Stopping}
 
 
 \section{Starting and Stopping}
 
@@ -300,7 +297,7 @@ The \kbd{h} prefix key is Calc's analogue of \kbd{C-h} in Emacs.
 \key{describe key briefly}{h c}
 \key{describe key fully}{h k}
 \key{describe function or command}{h f}
 \key{describe key briefly}{h c}
 \key{describe key fully}{h k}
 \key{describe function or command}{h f}
-\key{read on-line manual}{h i{\rm\enskip or\enskip}\calcprefix i}
+\key{read Info manual}{h i{\rm\enskip or\enskip}\calcprefix i}
 \key{read full Calc summary}{h s{\rm\enskip or\enskip}\calcprefix s}
 
 \section{Error Recovery}
 \key{read full Calc summary}{h s{\rm\enskip or\enskip}\calcprefix s}
 
 \section{Error Recovery}
@@ -378,7 +375,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}
 
@@ -557,12 +554,12 @@ Variable names are single digits or whole words.
 \key{symbolic (vs.\ numeric) mode}{m s}
 \key{fractions (vs.\ float) mode}{m f}
 \key{suppress evaluation of formulas}{m O}
 \key{symbolic (vs.\ numeric) mode}{m s}
 \key{fractions (vs.\ float) mode}{m f}
 \key{suppress evaluation of formulas}{m O}
-\key{simplify formulas automatically}{m S}
 \key{return to default evaluation rules}{m D}
 
 \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{return to default evaluation rules}{m D}
 
 \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}
 
@@ -674,4 +671,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