Each of the following @-commands has an associated customization
variable with the same name (minus the leading @
):
@allowcodebreaks @clickstyle @codequotebacktick @codequoteundirected @contents @deftypefnnewline @documentdescription @documentencoding @documentlanguage @exampleindent @firstparagraphindent @footnotestyle @frenchspacing @kbdinputstyle @novalidate @paragraphindent @setfilename @shortcontents @urefbreakstyle @validatemenus @xrefautomaticsectiontitle
Setting such a customization variable to a value ‘foo’ is similar
to executing @cmd foo
. It is not exactly the same,
though, since any side effects of parsing the Texinfo source are not
redone. Also, some variables do not take Texinfo code when generating
particular formats, but an argument that is already formatted. This
is the case, for example, for HTML for documentdescription
.
Note that if texi2any
is invoked to process the file with
TeX (e.g., with the --pdf option), then these customization
variables may not be passed on to TeX.