[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
17. Conditionally Visible Text
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.
- Commands specific to an output format (Info, TeX, HTML, …).
- Commands specific to any output format other than a given one (not Info, not TeX, …).
- `Raw' formatter text for any output format, passed straight through with no interpretation of @-commands.
- Format-independent variable substitutions, and testing if a variable is set or clear.
17.1 Conditional Commands | Text for a given format. | |
17.2 Conditional Not Commands | Text for any format other than a given one. | |
17.3 Raw Formatter Commands | Using raw formatter commands. | |
17.4 @set , @clear , and @value | Variable tests and substitutions. | |
17.5 Conditional Nesting | Using conditionals inside conditionals. |