diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/grph-epd.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/grph-epd.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/grph-epd.lua b/Master/texmf-dist/tex/context/base/grph-epd.lua index 4f9d4609765..17f04d593da 100644 --- a/Master/texmf-dist/tex/context/base/grph-epd.lua +++ b/Master/texmf-dist/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" +} |