Next: , Previous: Conditionals, Up: Top   [Contents][Index]


19 Defining New Texinfo Commands

Texinfo provides several ways to define new commands:

Most generally of all, not just for defining new commands, it is possible to invoke an external macro processor and have Texinfo recognize so-called #line directives for error reporting.

If you want to do simple text substitution, @set and @value is the simplest approach (see @set @clear @value).