ee05f489a9b405c87ef15b4e1bb25840efec5167
[gnus] / texi / refcard.tex
1 % -*- latex -*-
2 % Reference Card for Oort Gnus: to be processed with LaTeX2e
3 \documentclass{article}
4 \def\Guide{Card}\def\guide{card}
5 \def\logoscale{0.25}
6 \textwidth 7.26in \textheight 10in \topmargin -1.0in
7 % the same settings work for A4, although there is a bit of space at the
8 % top and bottom of the page. 
9 \oddsidemargin -0.5in \evensidemargin -0.5in
10
11 \usepackage{epsfig}
12
13 % README:
14 % *** purpose
15 % this was originally thought of as a reference card, but as it is now 5+
16 % pages long, I doubt that it is more useful than the online-help. It helped
17 % to get an overview for the Gnus-functionality.
18 %
19 % *** files
20 % refcard.tex (this file), gnusref.tex ("include"-file) and
21 % gnuslogo-refcard.eps (Gnus logo).
22 %
23 % *** printing (about 5 pages now: write me if you can make it shorter..)
24 % if you are using latex-mode, you do C-c C-f (process with latex),
25 % C-c C-v (view using xdvi/dvi2tty) and C-c C-p (print)
26 % the original author has set up the page dimensions cleverly so that this
27 % should print on both letter and a4 (see note above)
28 % $latex refcard.tex
29 % this creates a file refcard.dvi which you can preview using
30 % $xdvi refcard.dvi [C-c C-v]
31 % and print using something like
32 % $dvips refcard.dvi 
33 % which creates refcard.ps (print using 'lpr refcard.ps')
34 %
35 % *** customization:
36 % the part following \begin{document} in this file consists of a macro for
37 % each section and section-headers (\section*{..}). It should be easy to
38 % reorder things and/or remove sections (put '%' at the beginning of the line).
39 % (i.e. you might want to omit \notes in the printed version ?)
40 % If you think that the order is not logical and you have ideas for
41 % improvements, please send mail to the current maintainer.
42 %
43 % *** ChangeLog:
44 % 2000-03-26  Felix Natter  <fnatter@gmx.net>:
45 % refcard updated for Gnus 5.8.x: please send corrections or suggestions
46 % to the above email-address
47 % changes since 2000-03-26:
48 % o Create/Edit Foreign Groups: remove S b and S B (not available in 5.8.3)
49 % o Send/Reply etc.: remove w and W (the only bindings are S w and S W)
50 % Mon Apr  3 18:41:09 2000:
51 % o added C-c C-n and C-c C-t (Article)
52 % o C-c C-a as alias for M-m f (Article) + some other M-m *-bindings
53 % o added section for ``jumping'' in article-mode
54 % o now there's a difference between ``reading'' and ``composition''
55 % (article-modes)
56 % Apr 24th, 2000:
57 % o added D s, D S and D t for nndraft
58 % o group-mode: i.e. C-u RET does not actually fetch fewer articles; also ,=>;
59 % Fri Jul 14 23:15:43 2000:
60 % o added README-section
61 % Thu Jul 27 20:51:01 2000:
62 % o added Unplugged-commands
63 %
64 % *** TODO:
65 % o (LaTeX) how can you get 'tabular' to wrap around pages ?
66 % o some things might not be updated: scoring and server modes, maybe more
67 % o Gnus Unplugged category-buffer commands need to be written
68
69 \begin{document}
70 \newlength{\logowidth} \setlength{\logowidth}{6.861in}
71 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
72
73 \def\progver{(Oort)}\def\refver{5.x-1} % program and refcard versions
74 \def\date{Oct 13th, 2001}
75 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
76 \raggedbottom\raggedright
77
78 \twocolumn
79 %\tiny
80 \scriptsize
81 \pagestyle{plain}
82
83 % this contains a set of commands containing the actual sections
84 % (and some explanations).
85 \input{gnusref}
86
87 \Title
88 \par
89 \Logo{refcard}
90 \Notes
91 %
92 %
93 \section*{Group-Mode}
94 \GroupModeGeneral
95     \subsection*{Group Subscribedness-Levels}
96     \GroupLevels
97     \subsection*{List Groups}
98     \ListGroups
99     \subsection*{Create/Edit Foreign Groups}
100     \CreateEditGroups
101     \subsection*{Unsubscribe, Kill and Yank Groups}
102     \SubscribeKillYankGroups
103     \subsection*{Mark Groups}
104     \MarkGroups
105     \subsection*{Group-Unplugged}
106     \GroupUnplugged
107 % topics in group-mode
108     \subsection*{Group Topics}
109     \GroupTopicsGeneral
110     \subsubsection*{Topic Sorting}
111     \TopicSorting
112 %
113 % summary-mode
114 \section*{Summary-Mode}
115 \SummaryModeGeneral
116     \subsection*{Select Articles}
117     \SelectArticles
118 %
119     \subsection*{Threading}
120     \Threading
121 %
122     \subsection*{Limiting}
123     \Limiting
124     \subsection*{Sort the Summary-Buffer}
125     \SortSummary
126     \subsection*{Score (Value) Commands}
127     \Scoring
128
129     \subsection*{MIME operations from the Summary-Buffer}
130     \MIMESummary
131     \subsection*{Extract Series (Uudecode etc)}
132     \ExtractSeries
133     \subsection*{Output Articles}
134     \OutputArticles
135 %
136     \subsection*{Post, Followup, Reply, Forward, Cancel}
137     \PostReplyetc
138     \subsection*{Message-Composition}
139     \MsgCompositionGeneral
140         \subsubsection*{Jumping in message-buffer}
141         \MsgCompositionMovementArticle
142         \subsubsection*{Attachments/MML}
143         \MsgCompositionMML
144 % marking articles
145     \subsection*{Mark Articles}
146     \MarkArticlesGeneral
147         \subsubsection*{Mark Based on Score}
148         \MarkByScore
149         \subsubsection*{The Process Mark}
150         \ProcessMark
151         \subsubsection*{Mark Indication-Characters}
152         \MarkCharacters
153 %
154     \subsection*{Summary-Unplugged}
155     \SummaryUnplugged
156     \subsection*{Mail-Group Commands}
157     \MailGroups
158     \subsection*{Draft-Group Commands}
159     \DraftGroup
160 % exiting
161     \subsection*{Exit the Summary-Buffer}
162     \ExitSummary
163 %
164 %
165 \section*{Article Mode (reading)}
166 \ArticleModeGeneral
167     \subsection*{Wash the Article-Buffer}
168     \WashArticle
169     \subsection*{Hide/Highlight Parts of the Article}
170     \HideHighlightArticle
171     \subsection*{MIME operations from the Article-Buffer (reading)}
172     \MIMEArticleMode
173 %
174 %
175 \section*{Server Mode}
176 \ServerMode
177     \subsection*{Unplugged-Server}
178     \ServerUnplugged
179 %
180 %
181 \section*{Browse Server Mode}
182 \BrowseServer
183
184 %\pagebreak
185 \vspace*{\fill}
186 \Copyright
187
188 \end{document}
189
190