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
|
\input texinfo @c -*-texinfo-*-
@setfilename macros_in_pass0_macros.info
@node Top
@top macro in index commands
@macro cp
cp
@end macro
@macro fn
fn
@end macro
@macro syncodeindex_command
@syncodeindex
@end macro
@syncodeindex @cp{} @fn{}
@syncodeindex_command{} cp fn
@macro en
en
@end macro
@macro documentlanguage_command
@documentlanguage
@end macro
documentlanguage @documentlanguage @en{}
documentlanguage on its line
@documentlanguage_command{} en
line following documentlanguage
@macro truc
truc
@end macro
definedx truc
@defindex @truc{}
after
@macro trucindex_command
@trucindex
@end macro
@trucindex_command{} index truc
@macro codeidx
codeidx
@end macro
@defcodeindex @codeidx{}
@macro defcodeindex_entry
a @var{index entry} t@'e @^{@dotless{i}}
@end macro
@codeidxindex @defcodeindex_entry{}
@cindex cindex entry
@syncodeindex ky pg
@kindex @truc{} kindex
@pindex pindex @codeidx{}
@synindex truc cp
@defindex abc
@defindex defg
@synindex abc defg
@synindex defg ky
@defgindex defg index entry
@abcindex abc index entry
pg
@printindex pg
ky
@printindex ky
truc
@printindex truc
value truc
@printindex @truc{}
cp
@printindex cp
value cp
@printindex @cp{}
defg
@printindex defg
abc
@printindex abc
fn
@printindex fn
@bye
|