!config # TeX rule for arara # author: Marco Daniel # last edited by: Paulo Cereda # requires arara 3.0+ identifier: tex name: TeX command: tex @{action} @{shell} @{options} "@{file}" arguments: arguments: - identifier: action flag: --interaction=@{parameters.action} - identifier: shell flag: @{isTrue(parameters.shell,"--shell-escape","--no-shell-escape")} - identifier: options flag: @{parameters.options}