-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
pifunk.texi
226 lines (185 loc) · 6.64 KB
/
pifunk.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
\input texinfo @c -*-texinfo-*-
@c %% pifunk.texi --- Texinfo macros providing a crude
@c % Copyright (C) 2019 - 2020 wodowiesel
@c % Program: "pifunk" written in C/C++
@c % Version: 0.1.7.6
@c % Status: experimental
@c % Author: wodowiesel <[email protected]>
@c % Keywords: pifunk, funk, pi, raspberry, rpi, raspi, docs, texinfo, extensions, ham, fm, am, gnu, c, c++, radio, pwm
@c % This file is free software; you can redistribute it and/or modify
@c % it under the terms of the GNU General Public License as published by
@c % the Free Software Foundation; either version 3, or (at your option)
@c % any later version.
@c % This file is distributed in the hope that it will be useful,
@c % but WITHOUT ANY WARRANTY; without even the implied warranty of
@c % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@c % GNU General Public License for more details.
@c % You should have received a copy of the GNU General Public License
@c % along with GNU Emacs; see the file COPYING. If not, write to
@c % the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@c % Boston, MA 02111-1307, USA.
@c %% Commentary:
@c %%% Introduction
@c %% Creates references to a ``Bibliography'' or ``References''
@c %% section of a Texinfo document, using Texinfo's
@c %% macro system. Although not as terse a way to cite systems as is
@c %% found in document systems like TeX, the format is simpler and
@c %% the rendering is easier for non-academic readers.
@c %
@c %%% Usage
@c %% References to cited works can be put in any section of a document.
@c %% The cited works must be put in either a Texinfo table (for
@c %% instance with ``@table @asis ... @end table'') or within a
@c %% Texinfo list (something like ``@enumerate ... @end enumerate''
@c %% or ``@itemize @bullet ... @end itemize''). They are created
@c %% with the command ``@pifunk{REF-NAME}''. To cite a reference
@c %% with a @pifunkitem use ``@pifunkcite{REF-NAME}''.
@c %% The beginning of a document must include (using the @include
@c %% command) the pifunk.texi, which should be made
@c %% available in the current directory of the parent file. A single
@c %% call should be made to choose to use a list or a table. The
@c %% command to chose is called @pifunkuselist{NODE}, where NODE is
@c %% the node containing the location where the references are listed.
@c %%% Example
@c %% \input texinfo @c -*-texinfo-*-
@c %% @comment %**start of header
@c %% @setfilename pifunk.info
@c %% @settitle Texinfo with a Bibliography and References
@c %%
@c %% @include pifunk.texi
@c %% @pifunkuselist{References}
@c %%
@c %% @comment %**end of header
@c %%
@c %% @node Top
@c %% @top Top
@c %%
@c %% @menu
@c %% * Introduction::
@c %% * @pifunk{}::
@c %%
@c %% @end menu
@c %%
@c %% @node Introduction
@c %% @chapter Introduction
@c %%
@c %% The ability of a documentation format to make cross references to a
@c %% bibliography, a feature of LaTeX @pifunkcite{LaTeX2e}, isn't
@c %% currently supported in Texinfo.
@c %%
@c %% @node @pifunknode{}
@c %% @chapter References
@c %%
@c %% @itemize @asis
@c %%
@c %% @pifunk{LaTeX2e} Leslie Lamport, LaTeX User's Guide and
@c %% Reference Manual, 2nd edition, Addison-Wesley, Reading,
@c %% Massachusetts, 1994.
@c %%
@c %% @end itemize
@c %%
@c %%
@c %% This example produces (in Info):
@c %% 1 Introduction
@c %% **************
@c %%
@c %% The ability of a documentation format to make cross
@c %% references to a bibliography, a feature of LaTeX (See item
@c %% [LaTeX2e] in *Note LaTeX2e: References.), is not currently
@c %% supported in Texinfo.
@c %%
@c %%
@c %% 2 References
@c %% ************
@c %%
@c %% [LaTeX2e] Leslie Lamport, LaTeX User's Guide and Reference
@c %% Manual, 2nd edition, Addison-Wesley, Reading,
@c %% Massachusetts, 1994.
@c %% and (in printed output):
@c %% 1 Introduction
@c %% **************
@c %%
@c %% The ability of a documentation format to make cross
@c %% references to a bibliography, a feature of LaTeX (See item
@c %% [LaTeX2e] in Chapter 2 [References], page 3.), is not
@c %% currently supported in Texinfo.
@c %%
@c %% 2 References
@c %% ************
@c %%
@c %% [LaTeX2e] Leslie Lamport, LaTeX User's Guide and Reference
@c %% Manual, 2nd edition, Addison-Wesley, Reading,
@c %% Massachusetts, 1994.
@c %
@c %%% Notes
@c %% The pointers to references will be functional in hypertext
@c %% documentation (info, HTML, XML and others) and properly rendered
@c %% in print documents, because they are implemented with Texinfo's
@c %% cross referencing capabilities (using @anchor and @ref). Failures
@c %% by an author to make proper references with ``my-bib-macros'' in
@c %% their document will give cross referencing errors by Texinfo
@c %% conversion tools.
@c %% Only one ``Reference'' section is allowed per document.
@c %% An improvement of this system would create cross references
@c %% (with @xref) at each cited work to all the originating cross
@c %% references.
@c %% Code:
@c % Configuration Options
@c %% @pifunksetrefnode : Defines the name of the node to contain
@c %% references.
@macro pifunksetrefnode{node}
@set pifunkrefnode \node\
@end macro
@c %% @pifunknode{} : Macro to be placed at node containing references
@c %% and calls to @pifunkcite{}
@macro pifunknode{}
@value{pifunkrefnode}
@end macro
@c %% @pifunkusetable : Whether each @pifunkitem will be put in a
@c %% table.
@macro pifunkusetable{node}
@set pifunktable true
@ifset pifunklist
@clear pifunklist
@end ifset
@pifunksetrefnode{\node\}
@end macro
@c %% @pifunkuselist : Whether each @pifunkitem will be put in a
@c %% list.
@macro pifunkuselist{node}
@set pifunklist true
@ifset pifunktable
@clear pifunktable
@end ifset
@pifunksetrefnode{\node\}
@end macro
@c %% @pifunkcite{REF} : Cites the cross reference REF.
@macro pifunkcite{ref}
@ifclear pifunkrefnode
@pifunkmakeref{pifunksetrefnode was not used, \ref\}
@end ifclear
@c %**else if
@ifset pifunkrefnode
@pifunkmakeref{@pifunknode{}, \ref\}
@end ifset
@end macro
@macro pifunkmakeref{node, ref}
(See item [\ref\] in @ref{\node\, \ref\}.)
@end macro
@c %% @pifunkcite{REF} : Creates a cross referenced citation REF.
@macro pifunkitem{ref}
@ifclear pifunklist
@ifclear pifunktable
@set pifunklist true
@end ifclear
@end ifclear
@ifset pifunklist
@item
@anchor{\ref\}[\ref\]
@end ifset
@c %**else if
@ifset pifunktable
@item @anchor{\ref\}[\ref\]
@end ifset
@end macro
@c %% pifunk.texi ends here