-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmacros.texi
105 lines (82 loc) · 1.72 KB
/
macros.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
@ifnottex
@c Macros for document marking
@macro rationale{text} Rationale: \text\
@end macro
@macro note{text} Note: \text\
@end macro
@macro temporary{text} Temporary@w{ }Note: \text\
@end macro
@macro openissue{text} Open@w{ }Issue: \text\
@end macro
@macro proposal{text} Proposal: \text\
@end macro
@c Macros with names of projects
@macro dispatcher{} Speech@w{}Dispatcher
@end macro
@macro gnomespeech{} Gnome@w{}Speech
@end macro
@macro kttsd{} KTTS
@end macro
@c MUST HAVE, ..., OUT OF SCOPE, REMOVED etc.
@macro must{} (MUST@w{ }HAVE):
@end macro
@macro should{} (SHOULD@w{ }HAVE):
@end macro
@macro niceto{} (NICE@w{ }TO@w{ }HAVE):
@end macro
@macro outofscope{} (OUT@w{ }OF@w{ }SCOPE):
@end macro
@macro removed{detail} (REMOVED: \detail\)
@end macro
@c Parts, sections, paragraphs
@macro part{letter, name}
@node \name\
@appendix \name\
@anchor{part-\letter\}
@end macro
@macro sect{number, name}
@node \name\
@section \name\
@anchor{section-\number\}
@end macro
@macro para{number, status}
@item \number\ \status\
@anchor{\number\}
@end macro
@c Example, ...
@macro myexample{text}
Example:
@example
\text\
@end example
@end macro
@macro mycexample{text}
Example:
@example
\text\
@end example
@end macro
@macro pref{ref}
(@ref{\ref\})
@end macro
@macro fperror
In case of an error, the value @code{NULL} is returned..
@end macro
@macro fierror
In case of an error, the value @code{-1} is returned. When this
function is not supported by the driver, @code{-2} is returned.
@end macro
@macro fireturn
On success, the value @code{0} is returned.
@fierror
@end macro
@macro arg{text}
@var{\text\}
@end macro
@macro func{text}
@code{\text\}
@end macro
@macro comment{text}
@emph{\text\}
@end macro
@end ifnottex