Next: Defining New Texinfo Commands, Previous: Internationalization, Up: Top [Contents][Index]
The conditional commands allow you to use different text for different output formats, or for general conditions that you define. For example, you can use them to specify different text for the printed manual and the Info output.
The conditional commands comprise the following categories.
• Conditional Commands | Text for a given format. | |
• Conditional Not Commands | Text for any format other than a given one. | |
• Raw Formatter Commands | Using raw formatter commands. | |
• Inline Conditionals | Brace-delimited conditional text. | |
• @set @clear @value | Variable tests and substitutions. | |
• Testing for Texinfo Commands | Testing if a Texinfo command is available. | |
• Conditional Nesting | Using conditionals inside conditionals. |