summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/grph-epd.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/grph-epd.lmt')
-rw-r--r--tex/context/base/mkxl/grph-epd.lmt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/grph-epd.lmt b/tex/context/base/mkxl/grph-epd.lmt
index 6f9e44f63..505599fff 100644
--- a/tex/context/base/mkxl/grph-epd.lmt
+++ b/tex/context/base/mkxl/grph-epd.lmt
@@ -36,6 +36,9 @@ local function mergegoodies(optionlist)
if all or options[variables.layer] then
codeinjections.mergeviewerlayers()
end
+ if all or options[variables.media] then
+ codeinjections.mergerenditions()
+ end
codeinjections.flushmergelayer()
end