summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-epd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/grph-epd.lua')
-rw-r--r--tex/context/base/grph-epd.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/grph-epd.lua b/tex/context/base/grph-epd.lua
index 4f9d46097..17f04d593 100644
--- a/tex/context/base/grph-epd.lua
+++ b/tex/context/base/grph-epd.lua
@@ -22,4 +22,13 @@ function figures.mergegoodies(optionlist)
if all or options[variables.layer] then
codeinjections.mergeviewerlayers()
end
+ if all or options[variables.bookmark] then
+ codeinjections.mergebookmarks()
+ end
end
+
+interfaces.implement {
+ name = "figure_mergegoodies",
+ actions = figures.mergegoodies,
+ arguments = "string"
+}