!config # Arara, the cool TeX automation tool # Copyright (c) 2018, Paulo Roberto Massa Cereda # All rights reserved. # # This rule is part of arara. identifier: sketch name: Sketch authors: - Sergey Ulyanov - Paulo Cereda commands: - name: The Sketch software command: > @{ output = getBasename(file).concat('.tex'); return getCommand('sketch', options, file, '-o', output); } arguments: - identifier: options flag: > @{ if (isList(parameters.options)) { return parameters.options; } else { throwError('I was expecting a list of options.'); } }