Import Oort Gnus v0.11.
[elisp/gnus.git-] / texi / refcard.tex
1 % Reference Card for Oort Gnus: to be processed with LaTeX2e
2 \documentclass{article}
3
4 \usepackage{supertabular}
5
6 \def\Guide{Card}\def\guide{card}
7 \def\logoscale{0.25}
8 \newlength{\logowidth} \setlength{\logowidth}{6.861in}
9 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
10
11 \raggedbottom\raggedright
12
13 \usepackage{epsfig}
14
15 \setlength{\textwidth}{7.26in} \setlength{\textheight}{10in}
16 \setlength{\topmargin}{-1.0in}
17 % the same settings work for A4, although there is a bit of space at the
18 % top and bottom of the page. 
19 \setlength{\oddsidemargin}{-0.5in} \setlength{\evensidemargin}{-0.5in}
20
21
22 % README (for refcard + booklet)
23 % This is a 5+ page reference card. In addition there is a booklet
24 % (bk-a4.tex for A4 and bk-lt.tex for Letter).
25 %
26 % *** files for the refcard
27 % refcard.tex (this file), gnusref.tex ("include"-file) and
28 % gnuslogo-refcard.eps (Gnus logo).
29 %
30 % *** printing (about 5 pages now: write me if you can make it shorter..)
31 % if you are using latex-mode, you do C-c C-f (process with latex),
32 % C-c C-v (view using xdvi/dvi2tty) and C-c C-p (print)
33 % the original author has set up the page dimensions cleverly so that this
34 % should print on both letter and a4 (see note above)
35 % $latex refcard.tex
36 % this creates a file refcard.dvi which you can preview using
37 % $xdvi refcard.dvi [C-c C-v]
38 % and print using something like
39 % $dvips refcard.dvi 
40 %
41 % If you want to print the booklet, you need to use `pstops' from the
42 % `psutils' package (TODO: somebody write a howto ?)
43 %
44 % *** customization:
45
46 % the part following \begin{document} in this file consists of a macro for
47 % each section and section-headers (\section*{..}). It should be easy to
48 % reorder things and/or remove sections (put '%' at the beginning of the line).
49 % (i.e. you might want to omit \notes in the printed version)
50 % The same goes for the booklet: Its contents are defined in booklet.tex.
51 % If you think that the order is not logical and you have ideas for
52 % improvements, please send mail to the current maintainer.
53
54 % *** TODO:
55 % o some things might not be updated: scoring and server modes, maybe more
56 % o Gnus Unplugged category-buffer commands need to be written
57
58 \begin{document}
59
60 \def\progver{5.10}\def\refver{5.10-1} % program and refcard versions
61 \def\date{Mar 23rd, 2002}
62 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
63 \raggedbottom\raggedright
64
65 \twocolumn
66 % use \tiny to shrink it to 4 pages (needs a high-resolution printer though)
67 %\tiny
68 \scriptsize
69 \pagestyle{plain}
70
71 % this contains a set of commands containing the actual sections
72 % (and some explanations).
73 \input{gnusref}
74
75 \Title
76 \par
77 \Logo{refcard}
78 \Notes
79 %
80 %
81 \section*{Group-Mode}
82 \GroupModeGeneral
83     \subsection*{Group Subscribedness-Levels}
84     \GroupLevels
85     \subsection*{List Groups}
86     \ListGroups
87     \subsection*{Create/Edit Foreign Groups}
88     \CreateEditGroups
89     \subsection*{Unsubscribe, Kill and Yank Groups}
90     \SubscribeKillYankGroups
91     \subsection*{Mark Groups}
92     \MarkGroups
93     \subsection*{Group-Unplugged}
94     \GroupUnplugged
95 % topics in group-mode
96     \subsection*{Group Topics}
97     \GroupTopicsGeneral
98     \subsubsection*{Topic Sorting}
99     \TopicSorting
100 %
101 % summary-mode
102 \section*{Summary-Mode}
103 \SummaryModeGeneral
104     \subsection*{Select Articles}
105     \SelectArticles
106 %
107     \subsection*{Threading}
108     \Threading
109 %
110     \subsection*{Limiting}
111     \Limiting
112     \subsection*{Sort the Summary-Buffer}
113     \SortSummary
114     \subsection*{Score (Value) Commands}
115     \Scoring
116     \subsection*{Extract Series (Uudecode etc)}
117     \ExtractSeries
118     \subsection*{Output Articles}
119     \OutputArticles
120     \subsection*{MIME operations from the Summary-Buffer}
121     \MIMESummary     
122 %
123     \subsection*{Post, Followup, Reply, Forward, Cancel}
124     \PostReplyetc
125     \subsection*{Message-Composition}
126     \MsgCompositionGeneral
127         \subsubsection*{Jumping in message-buffer}
128         \MsgCompositionMovementArticle
129         \subsubsection*{Attachments/MML}
130         \MsgCompositionMML
131 % marking articles
132     \subsection*{Mark Articles}
133     \MarkArticlesGeneral
134         \subsubsection*{Mark Based on Score}
135         \MarkByScore
136         \subsubsection*{The Process Mark}
137         \ProcessMark
138         \subsubsection*{Mark Indication-Characters}
139         \MarkCharacters
140 %
141     \subsection*{Summary-Unplugged}
142     \SummaryUnplugged
143     \subsection*{Mail-Group Commands}
144     \MailGroups
145     \subsection*{Draft-Group Commands}
146     \DraftGroup
147 % exiting
148     \subsection*{Exit the Summary-Buffer}
149     \ExitSummary
150 %
151 %
152 \section*{Article Mode (reading)}
153 \ArticleModeGeneral
154     \subsection*{Wash the Article-Buffer}
155     \WashArticle
156     \subsubsection*{Blank Lines and Whitespace}
157     \BlankAndWhitespace
158     \subsubsection*{Picons, X-faces, Smileys}
159     \Picons
160     \subsubsection*{Time and Date}
161     \TimeAndDate
162     \subsection*{Hide/Highlight Parts of the Article}
163     \HideHighlightArticle
164     \subsection*{MIME operations from the Article-Buffer (reading)}
165     \MIMEArticleMode
166 %
167 %
168 \section*{Server Mode}
169 \ServerMode
170     \subsection*{Unplugged-Server}
171     \ServerUnplugged
172 %
173 %
174 \section*{Browse Server Mode}
175 \BrowseServer
176
177 %\pagebreak
178 \vspace*{\fill}
179 \Copyright
180
181 \end{document}
182
183 %%% Local Variables:
184 %%% mode: latex
185 %%% End: