diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/metapost.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/metapost.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/metapost.yaml b/Master/texmf-dist/scripts/arara/rules/metapost.yaml index b3a58645ddd..e334210ce5e 100644 --- a/Master/texmf-dist/scripts/arara/rules/metapost.yaml +++ b/Master/texmf-dist/scripts/arara/rules/metapost.yaml @@ -13,7 +13,7 @@ commands: command: > @{ return getCommand('mpost', interaction, numbersystem, - options, reference); + options, reference.getName()); } arguments: - identifier: interaction |