blob: a5e82d545e5df560125b05bb19d8abec1a85588b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
!config
# PS2PDF rule for arara
# author: Marco Daniel
# last edited by: Paulo Cereda
# requires arara 3.0+
identifier: ps2pdf
name: PS2PDF
command: <arara> ps2pdf @{options} "@{getBasename(file)}.ps" "@{output}.pdf"
arguments:
- identifier: output
flag: <arara> @{parameters.output}
default: <arara> @{getBasename(file)}
- identifier: options
flag: <arara> @{parameters.options}
|