Next: Adding Customization Variables, Previous: Setting Converter Variables in Main Program, Up: Managing Customization Variables [Contents][Index]
To get the value of a variable, the function is texinfo_get_conf:
texinfo_get_conf
$variable_name is the name of the variable; its value (possibly undef) is returned.
undef
For example:
if (texinfo_get_conf('footnotestyle') eq 'separate') { ... }