Add arch taglines
[gnus] / 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*{Output Articles}
117     \OutputArticles
118     \subsection*{Extract Series (Uudecode etc)}
119     \ExtractSeries
120     \subsection*{MIME operations from the Summary-Buffer}
121     \MIMESummary     
122 %
123     \subsection*{Post, Followup, Reply, Forward, Cancel}
124     \PostReplyetc
125     \newpage
126       \subsection*{Message Composition}
127       \MsgCompositionGeneral
128         \subsubsection*{Jumping in message-buffer}
129         \MsgCompositionMovementArticle
130         \subsubsection*{Attachments/MML}
131         \MsgCompositionMML
132 % marking articles
133     \subsection*{Mark Articles}
134     \MarkArticlesGeneral
135         \subsubsection*{Mark Based on Score}
136         \MarkByScore
137         \subsubsection*{The Process Mark}
138         \ProcessMark
139         \subsubsection*{Mark Indication-Characters}
140         \MarkCharacters
141 %
142     \subsection*{Summary-Unplugged}
143     \SummaryUnplugged
144     \subsection*{Mail-Group Commands}
145     \MailGroups
146     \subsection*{Draft-Group Commands}
147     \DraftGroup
148 % exiting
149     \subsection*{Exit the Summary-Buffer}
150     \ExitSummary
151 %
152 %
153 \section*{Article Mode (reading)}
154 \ArticleModeGeneral
155     \subsection*{Wash the Article-Buffer}
156     \WashArticle
157     \subsubsection*{Blank Lines and Whitespace}
158     \BlankAndWhitespace
159     \subsubsection*{Picons, X-faces, Smileys}
160     \Picons
161     \subsubsection*{Time and Date}
162     \TimeAndDate
163     \subsection*{Hide/Highlight Parts of the Article}
164     \HideHighlightArticle
165     \subsection*{MIME operations from the Article-Buffer (reading)}
166     \MIMEArticleMode
167 %
168 %
169 \section*{Server Mode}
170 \ServerMode
171     \subsection*{Unplugged-Server}
172     \ServerUnplugged
173 %
174 %
175 \section*{Browse Server Mode}
176 \BrowseServer
177
178 %\pagebreak
179 \vspace*{\fill}
180 \Copyright
181
182 \end{document}
183
184 %%% Local Variables:
185 %%% mode: latex
186 %%% End:
187
188 % arch-tag: 242dca59-0d4d-4c5c-9427-3503d78cf848