Node:set clear value, Previous:Raw Formatter Commands, Up:Conditionals
@set
, @clear
, and @value
You can direct the Texinfo formatting commands to format or ignore parts
of a Texinfo file with the @set
, @clear
, @ifset
,
and @ifclear
commands.
Brief descriptions:
@set flag [value]
@clear flag
@ifset flag
@end ifset
command
is formatted. If flag is clear, text through the following
@end ifset
command is ignored.
@ifclear flag
@end ifclear
command
is ignored. If flag is clear, text through the following
@end ifclear
command is formatted.