blob: 1d2cd053101f08a33b1cedec9c053c10088b71a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
!config
# MakeGlossaries rule for arara
# author: Marco Daniel
# requres arara 3.0+
identifier: makeglossaries
name: MakeGlossaries
command: <arara> makeglossaries @{options} "@{getBasename(file)}"
arguments:
- identifier: options
flag: <arara> @{parameters.options}
|