diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-14 21:09:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-14 21:09:01 +0000 |
commit | b2a785ee8f3d7bc6fa9f34883baa585f486c1a74 (patch) | |
tree | 2ecf75323c4d4b4b07c2099aa66b932ea9b8c871 /Master/texmf-dist/scripts/arara/rules/xelatex.yaml | |
parent | 09287ef491c414f8ad2bda4339aa19ee4c957998 (diff) |
arara (14apr20)
git-svn-id: svn://tug.org/texlive/trunk@54742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/xelatex.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/xelatex.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/xelatex.yaml b/Master/texmf-dist/scripts/arara/rules/xelatex.yaml index b94e35f7970..021f4cea6fd 100644 --- a/Master/texmf-dist/scripts/arara/rules/xelatex.yaml +++ b/Master/texmf-dist/scripts/arara/rules/xelatex.yaml @@ -13,7 +13,7 @@ commands: command: > @{ return getCommand(branch, interaction, shell, - synctex, options, reference); + synctex, options, reference.getName()); } arguments: - identifier: branch |