Environment variable expansion

Environment variable substitution is performed at run-time only. An expansion expression of the following form is replaced with the value of the named environment variable: ${env:<environment variable name>}

For example, the value ${env:DTXHOME} would be replaced with the value of the environment variable DTXHOME.

If the environment variable is not defined, then the expansion expression is replaced with the empty string.