macros.texi 623 Bytes
Newer Older
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
@macro tabopt{body}
@code{\body\}
@end macro

@macro optlist{body}
@smallexample
\body\
@end smallexample
@end macro

@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
@c they get lost at some point in handling the macro.  But if @macro is
@c used here rather than @alias, it produces double line breaks.
@iftex
@alias gol = *
@end iftex
@ifnottex
@macro gol
@end macro
@end ifnottex

@macro sactoc {}
@verb{|sac2c|}
@end macro

@macro sac {}
@sc{SaC}
@end macro

@c Index for options
@defcodeindex op

@macro xempty {}
@end macro

@macro fixme{txt}
@quotation FIXME
@i{\txt\}
@end quotation
@end macro