doc/sod.sty: Index `*earmuffs*' and `:keywords' more usefully.
[sod] / doc / sod.sty
CommitLineData
1f7d590d
MW
1%%% -*-latex-*-
2%%%
3%%% Styles and other hacking for the Sod manual
4%%%
5%%% (c) 2015 Straylight/Edgeware
6%%%
7
8%%%----- Licensing notice ---------------------------------------------------
9%%%
e0808c47 10%%% This file is part of the Sensible Object Design, an object system for C.
1f7d590d
MW
11%%%
12%%% SOD is free software; you can redistribute it and/or modify
13%%% it under the terms of the GNU General Public License as published by
14%%% the Free Software Foundation; either version 2 of the License, or
15%%% (at your option) any later version.
16%%%
17%%% SOD is distributed in the hope that it will be useful,
18%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
19%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20%%% GNU General Public License for more details.
21%%%
22%%% You should have received a copy of the GNU General Public License
23%%% along with SOD; if not, write to the Free Software Foundation,
24%%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26\ProvidesPackage{sod}
27
28%% More reference types.
29\defxref{p}{part}
30
31%% Other languages with special typesetting.
32\def\Cplusplus{C\kern-\p@++}
33\def\Csharp{C\#}
34
35%% Special maths notation.
36\def\chain#1#2{\mathsf{ch}_{#1}(#2)}
37\def\chainhead#1#2{\mathsf{hd}_{#1}(#2)}
38\def\chaintail#1#2{\mathsf{tl}_{#1}(#2)}
39
40%% Other mathematical tweaks.
41\let\implies\Rightarrow
42\let\epsilon\varepsilon
43
2ba6e0bd
MW
44%% A table heading cell. Clone and hack \multicolumn.
45\def\thd{\omit\@ifnextchar[\thd@{\thd@[l]}}
46\def\thd@[#1]#2{%
47 \begingroup
48 \tab@multicol \tab@initread \let\tab@looped\tab@err@multi
49 \tab@preamble{}\def\tab@midtext{\bfseries#2}\tab@readpreamble{#1}%
50 \the\tab@preamble
51 \endgroup \ignorespaces
52}
53
1f7d590d
MW
54%% Unix manpage references.
55\def\man#1#2{\textbf{#1}(#2)}
56
57%% Listings don't need to be small.
58\let\listingsize\relax
59
fea590fe 60%% Notes for later.
228b271d 61\def\fixme#1{\leavevmode\marginpar{FIXME}\index{FIXME}[FIXME: #1]}
fea590fe 62
a4094071 63%% Diagram settings.
7be31112
MW
64\tikzset{
65 every picture/.style={>=stealth, thick},
66 lit/.style={font=\sffamily}
67}
a4094071 68
1f7d590d
MW
69%% Metavariables are italics without decoration.
70\def\syntleft{\normalfont\itshape}
71\let\syntright\empty
72
73%% Literal code is in sans face.
5f1bbd61 74\def\codeface{\upshape\sffamily}
ddfe4265
MW
75\DeclareRobustCommand\code[1]{%
76 \ifmmode\hbox\else\leavevmode\fi%
77 {\normalfont\codeface\/#1\/}%
78}
1f7d590d
MW
79\def\ulitleft{\normalfont\codeface}
80\let\ulitright\empty
48ab1447 81\def\lit@i#1#2#3{\ifmmode\leavevmode\hbox\fi{#1{#3\/}#2}}
1f7d590d
MW
82
83%% Conditionally enter maths mode. Can't use \ensuremath here because we
84%% aren't necessarily sure where the maths will actually end.
85\let\m@maybe@end\relax
86\def\m@maybe{\ifmmode\else$\let\m@maybe@end$\fi}
87
88%% Standard syntax shortcuts.
89\atdef <#1>{\synt{#1}\@scripts}
90\atdef "#1"{\lit*{#1}\@scripts}
91\atdef `#1'{\lit{#1}\@scripts}
5f1bbd61 92\atdef |#1|{\lit*{#1}\@scripts}
1f7d590d
MW
93
94%% A handy abbreviation; `\\' itself is too good to steal.
95\atdef \\{\textbackslash}
96
97%% Intercept grammar typesetting and replace the vertical bar with the
98%% maths-font version.
99\let\@@grammar\grammar
100\def\grammar{\def\textbar{\hbox{$|$}}\@@grammar}
101
102%% Collect super- and subscripts. (Note that underscores are active for the
103%% most part.) When we're done, end maths mode if we entered it
104%% conditionally.
105\def\@scripts{\futurelet\@ch\@scripts@i}
106\begingroup\lccode`\~=`\_\lowercase{\endgroup
107\def\@scripts@i{\if1\ifx\@ch~1\else\ifx\@ch^1\else0\fi\fi%
108 \expandafter\@scripts@ii\else\expandafter\m@maybe@end\fi}}
109\def\@scripts@ii#1#2{\m@maybe#1{#2}\@scripts}
110
111%% Doubling characters, maybe. Either way, chain onto \@scripts.
112\def\dbl@maybe#1{\let\@tempa#1\futurelet\@ch\dbl@maybe@i}
113\def\dbl@maybe@i{\m@maybe\ifx\@ch\@tempa\@tempa\!\@tempa%
114 \expandafter\@firstoftwo\expandafter\@scripts%
115 \else\@tempa\expandafter\@scripts\fi}
116
117%% Extra syntax for Lisp templates. These produce the maths-font versions of
118%% characters, which should contrast well against the sans face used for
119%% literals.
120\atdef [{\dbl@maybe[}
121\atdef ]{\dbl@maybe]}
122\atdef {{\m@maybe\{\@scripts}
123\atdef }{\m@maybe\}\@scripts}
124\atdef ({\m@maybe(\@scripts}
125\atdef ){\m@maybe)\@scripts}
126\atdef !{\m@maybe|\@scripts}
127\def\returns{\m@maybe\longrightarrow\m@maybe@end\hspace{0.5em}\ignorespaces}
128\atdef >{\leavevmode\unskip\hspace{0.5em}\returns}
a5d80269 129\atdef -#1{\if>#1\hbox{--\raisebox{.4pt}{>}}\penalty200\relax\fi}
1f7d590d
MW
130
131%% Comment setting.
888d5e58
MW
132\def\comment#1{\mbox{\normalfont\itshape\/#1\/}}
133\atdef /*#1*/{/*\comment{#1}*/}
134\def\@semis{\@ifnextchar;{;\@semis}\@semicomment}
135\def\@semicomment#1\\{\comment{#1}\\}
136\atdef ;#1\\{;\@semis}
1f7d590d
MW
137
138%% Environment for setting programs. Newlines are explicit, because
139%% otherwise I need comments in weird places to make the vertical spacing
140%% come out properly. You can write `\obeylines' if you really want to.
4effe575
MW
141\def\@prog{\let\prog@@cr\@tabcr\let\@tabcr\@progcr\codeface\tabbing}
142\def\prog{\quote\@prog}
1f7d590d 143\def\endprog{\endtabbing\endquote}
4effe575
MW
144\let\nprog\@prog
145\let\endnprog\endtabbing
1f7d590d 146\def\ind{\quad\=\+\kill}
ebf5ae2e
MW
147\def\@progcr{\futurelet\@tempa\@progcr@i}
148{\def\:{\gdef\@progcr@sp}\: {\@progcr}}
ca8f5d55 149\atdef~{\textasciitilde}
ebf5ae2e
MW
150\def\@progcr@i{%
151 \ifx\@tempa\@sptoken\let\next@\@progcr@sp\else
152 \if1\ifx\@tempa[1\else
153 \ifx\@tempa*1\else
154 0\fi\fi
155 \let\next@\prog@@cr\else
156 \if1\ifx\@tempa+1\else
157 \ifx\@tempa-1\else
158 0\fi\fi
159 \let\next@\@progcr@ii\else
160 \let\next@\@progcr@a\fi\fi\fi
161 \next@}
162\def\@progcr@a{\prog@@cr*{}\ignorespaces}
163\def\@progcr@ii#1{\csname @progcr@#1\endcsname\ignorespaces}
164\@namedef{@progcr@+}{\prog@@cr[\medskipamount]}
165\@namedef{@progcr@-}{\prog@@cr*[\jot]}
5e4a5d53 166\def\macsl{\`\textbackslash\hskip\leftmargin}
1f7d590d
MW
167
168%% Put a chunk of text in a box.
169\newenvironment{boxy}[1][\q@]{%
9eb66c6e 170 \savenotes
1f7d590d
MW
171 \dimen@\linewidth\advance\dimen@-1.2pt\advance\dimen@-2ex%
172 \medskip%
173 \vbox\bgroup\hrule\hbox\bgroup\vrule%
174 \vbox\bgroup\vskip1ex\hbox\bgroup\hskip1ex\minipage\dimen@%
175 \def\@temp{#1}\ifx\@temp\q@\else\leavevmode{\headfam\bfseries#1\quad}\fi%
176}{%
177 \endminipage\hskip1ex\egroup\vskip1ex\egroup%
178 \vrule\egroup\hrule\egroup%
179 \medskip%
9eb66c6e 180 \spewnotes%
1f7d590d
MW
181}
182
183%% Lisp documentation machinery.
87883222
MW
184\def\definedescribecategory#1{%
185 \@ifnextchar[{\def@desc{#1}}{\def@desc{#1}[plain]}}
186\def\def@desc#1[#2]#3{\@namedef{cat!#1}##1{#3}\@namedef{catsw!#1}{#2}}
072f666e
MW
187\def\describecategoryname{\@ifnextchar[\@descname@i{\@descname@i[]}}
188\def\@descname@i[#1]#2{%
189 \expandafter\let\expandafter\@tempa\csname cat!#2\endcsname%
19a89075 190 \expandafter\let\expandafter\@tempb\csname modcat/#1\endcsname%
b35ac53a 191 \ifx\@tempa\relax\@tempb{#2}\else\@tempa\@tempb\fi}
22549a08 192\def\@mod@dispatch#1#2{\csname #1/#2\endcsname}
894e3dc9
MW
193\def\@desc@dispatch#1#2{%
194 \csname #1/%
195 \expandafter\ifx\csname catsw!#2\endcsname\relax plain%
196 \else \csname catsw!#2\endcsname \fi%
197 \endcsname%
198}
072f666e 199
95346c38 200\definedescribecategory{sym}{symbol}
b35ac53a
MW
201\definedescribecategory{fun}{#1{function}}
202\definedescribecategory{gf}{generic #1{function}}
57bcf70e 203\definedescribecategory{msg}{message}
1f7d590d 204\definedescribecategory{var}{variable}
7cd50210 205\definedescribecategory{modvar}{module variable}
1f7d590d 206\definedescribecategory{const}{constant}
87883222
MW
207\definedescribecategory{meth}[method]{primary #1{method}}
208\definedescribecategory{ar-meth}[method]{\code{:around} #1{method}}
209\definedescribecategory{be-meth}[method]{\code{:before} #1{method}}
210\definedescribecategory{af-meth}[method]{\code{:after} #1{method}}
1f7d590d 211\definedescribecategory{cls}{class}
db6c3279 212\definedescribecategory{rst}{restart}
1f7d590d 213\definedescribecategory{ty}{type}
ddfe4265 214\definedescribecategory{type}{type}
b35ac53a
MW
215\definedescribecategory{mac}{#1{macro}}
216\definedescribecategory{lmac}{local #1{macro}}
95346c38
MW
217\definedescribecategory{parse}{parser spec}
218\definedescribecategory{parseform}{parser form}
219\definedescribecategory{opt}{option handler}
220\definedescribecategory{optmac}{option macro}
7cd50210 221\definedescribecategory{plug}{pluggable parser}
1f7d590d
MW
222\def\nlret{\\\hspace{4em}\returns}
223
19a89075 224\@namedef{modcat/}#1{#1}
22549a08
MW
225\@namedef{modlabel/}#1{#1}
226\@namedef{modindex/}#1{#1@\noexpand\code{#1}}
b35ac53a 227
19a89075 228\@namedef{modcat/setf}#1{\code{setf}-#1}
22549a08
MW
229\@namedef{modlabel/setf}#1{setf/#1}
230\@namedef{modindex/setf}#1{#1@\noexpand\code{#1}}
b35ac53a 231
63288801
MW
232\@namedef{modcat/muffs}#1{#1}
233\@namedef{modlabel/muffs}#1{*#1*}
234\@namedef{modindex/muffs}#1{#1@\noexpand\code{*#1*}}
235
236\@namedef{modcat/kwd}#1{#1}
237\@namedef{modlabel/kwd}#1{:#1}
238\@namedef{modindex/kwd}#1{#1@\noexpand\code{:#1}}
239
87883222 240\@namedef{descargs/plain}#1{#1{}}
22549a08 241\@namedef{desclabel/plain}#1#2#3{#1:\@mod@dispatch{modlabel}{#2}{#3}}
87883222 242\@namedef{descindex/plain}#1#2#3{%
22549a08 243 \@mod@dispatch{modindex}{#2}{#3}!%
87883222
MW
244 \protect\describecategoryname[#2]{#1}%
245}
246
247\@namedef{descargs/method}#1#2{#1{{#2}}}
22549a08
MW
248\@namedef{desclabel/method}#1#2#3#4%
249 {#1:\@mod@dispatch{modlabel}{#2}{#3}(#4)}
87883222 250\@namedef{descindex/method}#1#2#3#4{%
22549a08 251 \@mod@dispatch{modindex}{#2}{#3}!%
87883222
MW
252 \protect\describecategoryname[#2]{#1}%
253 \protect\fmtspecs{ specialized at }{#4}%
254}
255
1f7d590d 256\def\q@{\q@}
072f666e 257\def\@setf{setf}
2242bae8 258
87883222
MW
259\def\fmtspecs#1#2{%
260 \if!#2!\else\count@\z@\toks@{}#1\@fmtspecs@i#2,\q@,\fi}
261\def\@fmtspecs@i#1,{%
262 \def\@tempa{#1}%
263 \ifx\@tempa\q@%
264 \ifcase\count@(no args?!)%
265 \or% nothin' doin
266 \or \space and %
267 \else, and %
268 \fi%
269 \the\toks@%
270 \else%
271 \ifnum\count@>\@ne, \fi%
272 \the\toks@%
273 \toks@{\code{#1}}\advance\count@\@ne%
274 \expandafter\@fmtspecs@i%
275 \fi%
276}
277
be18b63c 278%% \parse@dhd{NEXT}[MOD]{CAT}{...}...[NAME]{SYNOPSIS}
87883222
MW
279%% call NEXT{MOD}{CAT}{{...}...}{NAME}{SYNOPSIS}
280%% #1 #2 #3 #4 #5
be18b63c 281\def\@setf{setf}
63288801 282\def\@starstar{**}
be18b63c
MW
283\def\parse@dhd#1{% {NEXT}
284 \@ifnextchar[{\parse@dhd@a{#1}}{\parse@dhd@c{#1}}}
285\def\parse@dhd@a#1[#2]#3{% {NEXT}[MOD]{CAT}
286 \@desc@dispatch{descargs}{#3}{\parse@dhd@ab{#1}{#2}{#3}}}
287\def\parse@dhd@ab#1#2#3#4{% {NEXT}{MOD}{CAT}{{...}...}
288 \@ifnextchar[{\parse@dhd@ac{#1}{#2}{#3}{#4}}{\parse@dhd@ad{#1}{#2}{#3}{#4}}}
289\def\parse@dhd@ac#1#2#3#4[#5]#6{% {NEXT}{MOD}{CAT}{{...}...}[NAME]{SYNOPSIS}
290 #1{#2}{#3}{#4}{#5}{#6}}
291\def\parse@dhd@ad#1#2#3#4#5{% {NEXT}{MOD}{CAT}{{...}...}{NAME [ARGS...]}
292 \parse@dhd@ae{#1}{#2}{#3}{#4}{#5}#5 \q@}
293\def\parse@dhd@ae#1#2#3#4#5#6 #7\q@{%
294 % {NEXT}{MOD}{CAT}{{...}...}{SYNSOPSIS}NAME [ARGS...]\q@
295 #1{#2}{#3}{#4}{#6}{#5}}
296
297\def\parse@dhd@c#1#2{% {NEXT}{CAT}
87883222
MW
298 \@desc@dispatch{descargs}{#2}{\parse@dhd@cb{#1}{#2}}}
299\def\parse@dhd@cb#1#2#3{% {NEXT}{CAT}{{...}...}
300 \@ifnextchar[{\parse@dhd@cc{#1}{#2}{#3}}{\parse@dhd@cd{#1}{#2}{#3}}}
301\def\parse@dhd@cc#1#2#3[#4]#5{% {NEXT}{CAT}{{...}...}[NAME]{SYNOPSIS}
302 #1{}{#2}{#3}{#4}{#5}}
303\def\parse@dhd@cd#1#2#3#4{% {NEXT}{CAT}{{...}...}{SYNOPSIS}
304 \parse@dhd@ce{#1}{#2}{#3}{#4}#4 \q@}
305\def\parse@dhd@ce#1#2#3#4#5 #6\q@{%
306 % {NEXT}{CAT}{{...}...}{SYNOPSIS}NAME [ARGS...]\q@
307 \def\temp@{#5}%
308 \ifx\@setf\temp@\def\next@{\parse@dhd@csetf{#1}{#2}{#3}{#4}#6 \q@}%
63288801
MW
309 \else\def\temp@##1##2*##3\q@{\def\temp@{##1##3}}\temp@#5*\q@%
310 \ifx\temp@\@starstar\def\next@{\parse@dhd@cmuffs{#1}{#2}{#3}{#4}#5}%
311 \else\def\temp@##1##2\q@{\def\temp@{##1}}\temp@#5\q@%
312 \if:\temp@\def\next@{\parse@dhd@ckwd{#1}{#2}{#3}{#4}#5\q@}%
313 \else\def\next@{#1{}{#2}{#3}{#5}{#4}}\fi\fi\fi%
072f666e
MW
314 \next@%
315}
87883222
MW
316\def\parse@dhd@csetf#1#2#3#4(#5 #6\q@{%
317 % {NEXT}{CAT}{{...}...}{SYNOPSIS}(NAME [ARGS...])\q@
318 #1{setf}{#2}{#3}{#5}{#4}}
63288801
MW
319\def\parse@dhd@cmuffs#1#2#3#4*#5*{%
320 % {NEXT}{CAT}{{...}...}{SYNOPSIS}*NAME*
321 #1{muffs}{#2}{#3}{#5}{#4}}
322\def\parse@dhd@ckwd#1#2#3#4:#5\q@{%
323 % {NEXT}{CAT}{{...}...}{SYNOPSIS}:NAME\q@
324 #1{kwd}{#2}{#3}{#5}{#4}}
7e94c5fe
MW
325
326\newif\if@dheadfirst
327\def\dhead{\parse@dhd\dhead@}
87883222 328\def\dhead@#1#2#3#4#5{% {MOD}{CAT}{{...}...}{NAME}{SYNOPSIS}
79766c36 329 \if@dheadfirst\global\@dheadfirstfalse\else\relax\\*[\smallskipamount]\fi%
e8511505 330 \phantomsection%
072f666e 331 {\let\protect\@empty\let\@uscore\relax%
87883222
MW
332 \edef\temp@{\@desc@dispatch{desclabel}{#2}{#2}{#1}{#4}#3}%
333 \def\@uscore{_\@gobble}\expandafter\message\expandafter{\temp@}%
334 \def\@uscore{-\@gobble}\expandafter\label\expandafter{\temp@}}%
ddfe4265
MW
335 {\begingroup\lccode`\~=`\_\lowercase{\endgroup\def~{_}}%
336 \protected@edef\@tempa##1{%
87883222
MW
337 \noexpand\index{\@desc@dispatch{descindex}{#2}{#2}{#1}{#4}#3##1}}%
338 \toks@\expandafter{\@tempa{|)}}%
339 \toks\tw@\expandafter{\after@desc}%
340 \xdef\after@desc{\the\toks\tw@\the\toks@}%
072f666e 341 \@tempa{|(}}%
ac6e7a4e 342 \rlap{\hb@xt@\linewidth{\hfil\normalfont\bfseries
072f666e 343 [\describecategoryname[#1]{#2}]}}%
87883222 344 #5%
7e94c5fe
MW
345}
346
347\def\desc@begin#1{%
ddfe4265
MW
348 \let\saved@after@desc\after@desc%
349 \gdef\after@desc{}%
1f7d590d 350 \normalfont%
7e94c5fe
MW
351 \if@nobreak\else\par\goodbreak\fi%
352 \global\@dheadfirsttrue%
353 \begingroup%
7e94c5fe
MW
354 \let\@endparenv\relax%
355 \clubpenalty\@M \widowpenalty\@M \interlinepenalty50%
ebf5ae2e 356 \@prog#1\endtabbing%
7e94c5fe
MW
357 \endgroup%
358 \penalty\@M\@afterheading%
359 \list{}{\rightmargin\z@\topsep\z@}\item%
1f7d590d 360}
ddfe4265 361\def\desc@end{\endlist\after@desc\global\let\after@desc\saved@after@desc}
7e94c5fe
MW
362
363\@namedef{describe*}#1{\desc@begin{#1}}
364\expandafter\let\csname enddescribe*\endcsname\desc@end
365\def\describe{\parse@dhd\desc@}
87883222 366\def\desc@#1#2#3#4#5{\desc@begin{\dhead@{#1}{#2}{#3}{#4}{#5}}}
7e94c5fe 367\let\enddescribe\desc@end
1f7d590d 368
58f9b400
MW
369\def\descref#1{\@ifnextchar[{\descref@i{#1}}{\descref@ii{#1}{}}}
370\def\descref@i#1[#2]{\descref@ii{#1}{ #2}}
371\def\descref@ii#1#2#3{%
372 \code{#1}#2 (page~%
373 {\let\protect\@empty%
374 \def\@uscore{-\@gobble}\edef\@tempa{\noexpand\pageref{#3:#1}}\@tempa}%
375 )%
376}
377
f1f17867
MW
378%%%----- That's all, folks --------------------------------------------------
379\endinput