diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/upbibtex.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/upbibtex.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/upbibtex.yaml b/Master/texmf-dist/scripts/arara/rules/upbibtex.yaml index d6593dea57f..bb32250c6c6 100644 --- a/Master/texmf-dist/scripts/arara/rules/upbibtex.yaml +++ b/Master/texmf-dist/scripts/arara/rules/upbibtex.yaml @@ -12,7 +12,8 @@ commands: - name: The upBibTeX reference management software command: > @{ - return getCommand('upbibtex', options, getBasename(reference)) + return getCommand('upbibtex', options, + getBasename(reference.getName())) } arguments: - identifier: options |