From 5951dc20b924b01da871a6b772f7cd30f66e07fd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Feb 2013 23:00:15 +0000 Subject: arara (6feb13) git-svn-id: svn://tug.org/texlive/trunk@29036 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/arara/rules/xelatex.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Master/texmf-dist/scripts/arara/rules/xelatex.yaml (limited to 'Master/texmf-dist/scripts/arara/rules/xelatex.yaml') diff --git a/Master/texmf-dist/scripts/arara/rules/xelatex.yaml b/Master/texmf-dist/scripts/arara/rules/xelatex.yaml new file mode 100644 index 00000000000..0321f612447 --- /dev/null +++ b/Master/texmf-dist/scripts/arara/rules/xelatex.yaml @@ -0,0 +1,17 @@ +!config +# XeLaTeX rule for arara +# author: Marco Daniel +# last edited by: Paulo Cereda +# requires arara 3.0+ +identifier: xelatex +name: XeLaTeX +command: xelatex @{action} @{shell} @{synctex} @{options} "@{file}" +arguments: +- identifier: action + flag: --interaction=@{parameters.action} +- identifier: shell + flag: @{isTrue(parameters.shell,"--shell-escape","--no-shell-escape")} +- identifier: synctex + flag: @{isTrue(parameters.synctex,"--synctex=1","--synctex=0")} +- identifier: options + flag: @{parameters.options} -- cgit v1.2.3