I have told you about arara (the cool TeX automation tool) already. But it is time to write more as there are great news: Paulo recently published v3 of arara. He uploaded this version to CTAN which means arara also made it into TeX Live 2012:
So, what’s new in arara v3? The documentation lists quite a lot:
rm -f “@{getBasename(file)}.mx*”
– @{engine} “@{getBasename(file)}”
– musixflx “@{getBasename(file)}”
– @{engine} “@{getBasename(file)}”
arguments:
– identifier: engine
flag: @{parameters.engine}
default: pdflatex[/cce]
So what is left to say? Of course: arara is awesome and if you haven’t tried it out yet now is the time to do so. If you have an up to date TeX Live arara should already be installed on your system so you can start right away. Have a look at the documentation which with TeX Live is now available on your computer:
[cce]texdoc arara[/cce]
If your not working with TeX Live: arara now comes with an installer so installing it should be much easier now than ever. Just another reason to get started!
Enjoy arara and thus (La)TeXing even more 🙂
- Localized messages in English, Brazilian Portuguese, German, Italian, Spanish, French, Turkish and Russian.
- Improved error analysis for rules and directives.
- Friendly and very detailed messages instead of generic ones.
- An optional configuration file is now available in order to customize and enhance the application behaviour.
- Improved rule syntax, new keys added.
- Now rules are unified in a plain format. No more compiled rules.
- Rules can allow an arbitrary number of commands instead of just one.
- Built-in functions in the rule context to ease the writing process.
- Improved expansion mechanism.
One thought on “arara v3 — music on CTAN and in TeX Live 2012”