Copyright (C) 2000-2012 |
GNU Info (texinfo)Conditional Not CommandsConditional Not Commands ======================== You can specify text to be included in any output format _other_ than some given one with the `@ifnot...' commands: @ifnothtml ... @end ifnothtml @ifnotinfo ... @end ifnotinfo @ifnottex ... @end ifnottex (The `@ifnot...' command and the `@end' command must actually appear on lines by themselves.) If the output file is not being made for the given format, the region is included. Otherwise, it is ignored. The regions delimited by these commands are ordinary Texinfo source as with `@iftex', not raw formatter source as with `@tex' (Note: Raw Formatter Commands). automatically generated by info2www version 1.2.2.9 |