Go forward to Format/Print Hardcopy.
Go backward to Conditionals.
Go up to Top.

Macros: Defining New Texinfo Commands
*************************************

  A Texinfo "macro" allows you to define a new Texinfo command as any
sequence of text and/or existing commands (including other macros).  The
macro can have any number of "parameters"--text you supply each time
you use the macro.  (This has nothing to do with the `@defmac' command,
which is for documenting macros in the subject of the manual; *note Def
Cmd Template::..)

Menu

Defining Macros
Both defining and undefining new commands.
Invoking Macros
Using a macro, once you've defined it.