Go to the first, previous, next, last section, table of contents.
Due to unavoidable disparities in the TeX and @command{makeinfo} implementations, Texinfo macros have the following limitations.
@ifinfo
@macro ctor {name, arg}
@macro \name\
something involving \arg\ somehow
@end macro
@end macro
@end ifinfo
@tex
\gdef\ctor#1{\ctorx#1,}
\gdef\ctorx#1,#2,{\def#1{something involving #2 somehow}}
@end tex
Go to the first, previous, next, last section, table of contents.