summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/dvips.yaml
blob: 48e9172e972e540f87223f093fd3bafebd3feb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!config
# DVIPS rule for arara
# author: Marco Daniel
# requires arara 3.0+
identifier: dvips
name: DVIPS
command: <arara> dvips "@{getBasename(file)}.dvi" -o "@{output}.ps" @{options}
arguments:
- identifier: output
  flag: <arara> @{parameters.output}
  default: <arara> @{getBasename(file)}
- identifier: options
  flag: <arara> @{parameters.options}