summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/luatex.yaml
blob: 359781f170347d2744bfca27db11fcf5491bb107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!config
# LuaTeX rule for arara
# author: Paulo Cereda
# requires arara 3.0+
identifier: luatex
name: LuaTeX
command: <arara> luatex @{action} @{draft} @{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: draft
  flag: <arara> @{isTrue(parameters.draft,"--draftmode")}
- identifier: options
  flag: <arara> @{parameters.options}