summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/xelatex.yaml
blob: 0321f6124470acf507cd323cd9cad05e21b34799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!config
# XeLaTeX rule for arara
# author: Marco Daniel
# last edited by: Paulo Cereda
# requires arara 3.0+
identifier: xelatex
name: XeLaTeX
command: <arara> xelatex @{action} @{shell} @{synctex} @{options} "@{file}"
arguments:
- identifier: action
  flag: <arara> --interaction=@{parameters.action}
- identifier: shell
  flag: <arara> @{isTrue(parameters.shell,"--shell-escape","--no-shell-escape")}
- identifier: synctex
  flag: <arara> @{isTrue(parameters.synctex,"--synctex=1","--synctex=0")}
- identifier: options
  flag: <arara> @{parameters.options}