diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/spec-var.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/spec-var.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/spec-var.tex b/Master/texmf-dist/tex/context/base/spec-var.tex index 0a508f5614d..ba04565a259 100644 --- a/Master/texmf-dist/tex/context/base/spec-var.tex +++ b/Master/texmf-dist/tex/context/base/spec-var.tex @@ -21,6 +21,11 @@ \unprotect +% This variable holds a comma separated list of (supported) figure +% types. It may be changes by other modules. + +\let\figuretypes\empty + \ifx\undefined\@@DriverFieldName \letempty \@@DriverFieldName @@ -64,6 +69,14 @@ \ifx\undefined\@@DriverImageBox \letempty \@@DriverImageBox + \letempty \@@DriverImageOptions + \letempty \@@DriverImageWidth + \letempty \@@DriverImageHeight + \letempty \@@DriverImageFile + \letempty \@@DriverImageLabel + \letempty \@@DriverImageType + \letempty \@@DriverImageMethod + \letempty \@@DriverImagePage \fi |