Importing Oort Gnus v0.04.
[elisp/gnus.git-] / texi / refcard.tex
index 5e5731f..3ef0339 100644 (file)
@@ -1,22 +1,27 @@
-% -*- latex -*-
-% Reference Card for (ding) Gnus 5.8.x: to be processed with LaTeX2e
+% Reference Card for Oort Gnus: to be processed with LaTeX2e
 \documentclass{article}
+
+\usepackage{supertabular}
+
 \def\Guide{Card}\def\guide{card}
 \def\logoscale{0.25}
-\textwidth 7.26in \textheight 10in \topmargin -1.0in
+\setlength{\textwidth}{7.26in} \setlength{\textheight}{10in}
+\setlength{\topmargin}{-1.0in}
 % the same settings work for A4, although there is a bit of space at the
 % top and bottom of the page. 
-\oddsidemargin -0.5in \evensidemargin -0.5in
+\setlength{\oddsidemargin}{-0.5in} \setlength{\evensidemargin}{-0.5in}
+
+\usepackage{epsfig}
 
 % README:
 % *** purpose
-% this was originally thought of as a reference card, but as it is now 5+
-% pages long, I doubt that it is more useful than the online-help. It helped
+% this was originally thought of as a reference card (but as it is now 5+
+% pages long, it may not be more useful than the online-help). It helps
 % to get an overview for the Gnus-functionality.
 %
 % *** files
-% refcard.tex (this file), gnusref.tex ("include"-file) and gnuslogo.refcard
-% (Gnus logo).
+% refcard.tex (this file), gnusref.tex ("include"-file) and
+% gnuslogo-refcard.eps (Gnus logo).
 %
 % *** printing (about 5 pages now: write me if you can make it shorter..)
 % if you are using latex-mode, you do C-c C-f (process with latex),
 \newlength{\logowidth} \setlength{\logowidth}{6.861in}
 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
 
-\def\progver{5.8}\def\refver{5.8-4} % program and refcard versions
-\def\date{July 27th, 2000}
-\def\author{Vladimir Alexiev $<$vladimir@cs.ualberta.ca$>$}
+\def\progver{5.10}\def\refver{5.10-1} % program and refcard versions
+\def\date{Oct 13th, 2001}
+\def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
 \raggedbottom\raggedright
 
 \twocolumn
+% use \tiny to shrink it to 4 pages (needs a high-resaoultion printer, though)
 %\tiny
 \scriptsize
 \pagestyle{plain}
 
 \end{document}
 
-
+%%% Local Variables:
+%%% mode: latex
+%%% End: